Searched refs:getdisk (Results 1 – 4 of 4) sorted by relevance
| /onnv-gate/usr/src/cmd/fs.d/hsfs/labelit/ |
| H A D | iso_impl.h | 60 #define GETSECTOR(buf, secno, nosec) (getdisk(buf, (secno)*ISO_SECTOR_SIZE, \ 64 #define GETLBN(buf, lbn, nolbn) (getdisk(buf, (lbn)*blk_size, \
|
| H A D | labelit.c | 58 #define GETSECTOR(buf, secno, nosec) (getdisk(buf, (secno)*ISO_SECTOR_SIZE, \ 92 static void getdisk(char *buf, int daddr, int size); 494 getdisk(char *buf, int daddr, int size) in getdisk() function
|
| /onnv-gate/usr/src/cmd/fs.d/hsfs/fstyp/ |
| H A D | iso_impl.h | 60 #define GETSECTOR(buf, secno, nosec) (getdisk(buf, (secno)*ISO_SECTOR_SIZE, \ 64 #define GETLBN(buf, lbn, nolbn) (getdisk(buf, (lbn)*blk_size, \
|
| H A D | fstyp.c | 62 #define GETCDSECTOR(h, buf, secno, nosec) (getdisk(h, buf, \ 74 static int getdisk(fstyp_hsfs_t *h, char *buf, int daddr, int size); 512 getdisk(fstyp_hsfs_t *h, char *buf, int daddr, int size) in getdisk() function
|