HelenOS sources

vol_info_t        351 uspace/app/init/init.c 	vol_info_t vinfo;
vol_info_t        587 uspace/app/sysinst/volume.c errno_t vol_volume_get_info(vol_volume_t *volume, vol_info_t *vinfo)
vol_info_t         53 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        501 uspace/srv/volsrv/volsrv.c 	vol_info_t vinfo;
vol_info_t        530 uspace/srv/volsrv/volsrv.c 	if (size != sizeof(vol_info_t)) {
vol_info_t        587 uspace/srv/volsrv/volume.c errno_t vol_volume_get_info(vol_volume_t *volume, vol_info_t *vinfo)
vol_info_t         53 uspace/srv/volsrv/volume.h extern errno_t vol_volume_get_info(vol_volume_t *, vol_info_t *);
HelenOS homepage, sources at GitHub