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

/netbsd-6-1-5-RELEASE/sbin/apmlabel/
H A Dapmlabel.c104 struct apple_drvr_map *drvr; local
114 perror("seek drvr map");
118 perror("read drvr map");
121 drvr = convert_drvr_map(buf);
123 if (drvr->sbSig != APPLE_DRVR_MAP_MAGIC)
125 blksize = drvr->sbBlockSize;
126 blkcnt = drvr->sbBlkCount;
240 struct apple_drvr_map *drvr; local
243 drvr = (struct apple_drvr_map *)buf;
245 BE16TOH(drvr
[all...]

Completed in 143 milliseconds