Searched refs:get_device_size (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/ufs/newfs/
H A Dnewfs.c61 static diskaddr_t get_device_size(int, char *);
726 * get_device_size() determines the actual size of the
729 actual_size = get_device_size(fd, disk);
829 get_device_size(int fd, char *name) function
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dutilities.c80 static diskaddr_t get_device_size(int, caddr_t);
2369 * get_device_size() determines the actual size of the
2372 actual_size = get_device_size(fd, disk);
2424 get_device_size(int fd, caddr_t name) function

Completed in 51 milliseconds