Searched refs:find_dos_drive (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/cmd/hal/utils/ |
H A D | fsutils.h | 22 boolean_t find_dos_drive(int fd, int num, uint_t secsz, off_t *offset);
|
H A D | fsutils.c | 183 find_dos_drive(int fd, int num, uint_t secsz, off_t *offset) in find_dos_drive() function
|
/titanic_44/usr/src/cmd/fstyp/ |
H A D | fstyp.c | 54 static boolean_t find_dos_drive(int fd, int num, off_t *offset); 125 if (!find_dos_drive(fd, dos_num, &offset)) { in main() 376 find_dos_drive(int fd, int num, off_t *offset) in find_dos_drive() function
|
/titanic_44/usr/src/cmd/hal/probing/volume/ |
H A D | probe-volume.c | 557 if (!find_dos_drive(fd, dos_num, block_size, &probe_offset)) { in main()
|