Searched defs:nosec (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/cmd/fs.d/hsfs/labelit/ |
H A D | labelit.c | 53 #define PUTSECTOR(buf, secno, nosec) (putdisk(buf, (secno)*ISO_SECTOR_SIZE, \ argument 55 #define GETSECTOR(buf, secno, nosec) (getdisk(buf, (secno)*ISO_SECTOR_SIZE, \ argument
|
/titanic_41/usr/src/cmd/fs.d/hsfs/fstyp/ |
H A D | fstyp.c | 60 #define GETCDSECTOR(h, buf, secno, nosec) (getdisk(h, buf, \ argument
|