HelenOS sources
vol_info_t 664 uspace/app/sysinst/volume.c errno_t vol_volume_get_info(vol_volume_t *volume, vol_info_t *vinfo)
vol_info_t 55 uspace/app/sysinst/volume.h extern errno_t vol_volume_get_info(vol_volume_t *, vol_info_t *);
vol_info_t 273 uspace/app/vol/vol.c vol_info_t vinfo;
vol_info_t 59 uspace/lib/device/include/vol.h extern errno_t vol_info(vol_t *, volume_id_t, vol_info_t *);
vol_info_t 586 uspace/lib/device/src/vol.c errno_t vol_info(vol_t *vol, volume_id_t vid, vol_info_t *vinfo)
vol_info_t 595 uspace/lib/device/src/vol.c errno_t rc = async_data_read_start(exch, vinfo, sizeof(vol_info_t));
vol_info_t 319 uspace/srv/system/system.c vol_info_t vinfo;
vol_info_t 502 uspace/srv/volsrv/volsrv.c vol_info_t vinfo;
vol_info_t 531 uspace/srv/volsrv/volsrv.c if (size != sizeof(vol_info_t)) {
vol_info_t 664 uspace/srv/volsrv/volume.c errno_t vol_volume_get_info(vol_volume_t *volume, vol_info_t *vinfo)
vol_info_t 55 uspace/srv/volsrv/volume.h extern errno_t vol_volume_get_info(vol_volume_t *, vol_info_t *);
HelenOS homepage, sources at GitHub