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

/netbsd-current/external/bsd/pdisk/dist/
H A Dconvert.c164 reverse2((uint8_t *)&data->sbDrvrCount);
165 count = data->sbDrvrCount;
167 count = data->sbDrvrCount;
168 reverse2((uint8_t *)&data->sbDrvrCount);
H A Ddump.c182 if (p->sbDrvrCount > 0) {
185 for (i = 0; i < p->sbDrvrCount; i++) {
472 if (zp->sbDrvrCount == 0) {
475 printf("%u driver%s-\n", zp->sbDrvrCount,
476 (zp->sbDrvrCount>1)?"s":kStringEmpty);
478 for (i = 0; i < zp->sbDrvrCount; i++) {
707 printf(" driver count: %d\n", zp->sbDrvrCount);
H A Dpartition_map.c607 p->sbDrvrCount = 0;
1044 if (p->sbDrvrCount > 0) {
1046 for (i = 0; i < p->sbDrvrCount; i++) {
1395 if (p->sbDrvrCount > 0) {
1397 for (i = 0; i < p->sbDrvrCount; i++) {
1407 for (j = i+1; j < p->sbDrvrCount; j++, i++) {
1415 p->sbDrvrCount -= 1;
H A Ddpme.h73 uint16_t sbDrvrCount; /* driver descriptor count */ member in struct:Block0
78 // Where &sbMap[0] is actually an array DDMap[sbDrvrCount]
/netbsd-current/usr.sbin/sysinst/arch/mac68k/
H A Dmd.h145 unsigned short sbDrvrCount; /* driver descriptor count */ member in struct:__anon19406
/netbsd-current/sys/dev/dkwedge/
H A Ddkwedge_apple.c80 SWAP16(sbDrvrCount);
82 if (ap->sbDrvrCount >= APPLE_DRVR_MAP_MAX_DESCRIPTORS)
83 ap->sbDrvrCount = APPLE_DRVR_MAP_MAX_DESCRIPTORS;
85 for (i = 0; i < ap->sbDrvrCount; i++)
/netbsd-current/external/gpl2/mkhybrid/dist/libhfs_iso/
H A Dlow.h27 Integer sbDrvrCount; /* number of driver descriptor entries */ member in struct:__anon36
H A Dlow.c77 d_fetchw(&ptr, &rec.sbDrvrCount);
/netbsd-current/external/gpl2/mkhybrid/dist/
H A Dmac_label.h27 unsigned char sbDrvrCount[2]; /* driver descriptor count */ member in struct:MacLabel
/netbsd-current/sys/arch/macppc/include/
H A Ddisklabel.h134 u_int16_t sbDrvrCount; /* number of driver descriptors */ member in struct:drvr_map
/netbsd-current/sys/arch/mac68k/include/
H A Ddisklabel.h101 u_int16_t sbDrvrCount; /* number of driver descriptors */ member in struct:drvr_map
/netbsd-current/distrib/cdrom/macppc_mkboothfs/
H A Dmkboothfs.c97 dm.sbDrvrCount = 0;
/netbsd-current/sbin/apmlabel/
H A Dapmlabel.c250 BE16TOH(drvr->sbDrvrCount);
/netbsd-current/sys/sys/
H A Dbootblock.h835 uint16_t sbDrvrCount; /* number of driver descriptors */ member in struct:apple_drvr_map

Completed in 125 milliseconds