Home
last modified time | relevance | path

Searched refs:getdisk (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/fs.d/hsfs/labelit/
H A Dlabelit.c55 #define GETSECTOR(buf, secno, nosec) (getdisk(buf, (secno)*ISO_SECTOR_SIZE, \
89 static void getdisk(char *buf, int daddr, int size);
493 getdisk(char *buf, int daddr, int size) in getdisk() function
/titanic_41/usr/src/cmd/fs.d/hsfs/fstyp/
H A Dfstyp.c60 #define GETCDSECTOR(h, buf, secno, nosec) (getdisk(h, buf, \
72 static int getdisk(fstyp_hsfs_t *h, char *buf, int daddr, int size);
510 getdisk(fstyp_hsfs_t *h, char *buf, int daddr, int size) in getdisk() function