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

/macosx-10.10/pdisk-9/
H A Dconvert.c166 reverse2((u8 *)&data->sbDrvrCount);
167 count = data->sbDrvrCount;
169 count = data->sbDrvrCount;
170 reverse2((u8 *)&data->sbDrvrCount);
H A Ddump.c183 if (p->sbDrvrCount > 0) {
186 for (i = 0; i < p->sbDrvrCount; i++) {
530 if (zp->sbDrvrCount == 0) {
533 printf("%u driver%s-\n", zp->sbDrvrCount,
534 (zp->sbDrvrCount>1)?"s":kStringEmpty);
536 for (i = 0; i < zp->sbDrvrCount; i++) {
765 printf(" driver count: %d\n", zp->sbDrvrCount);
H A Dpartition_map.c604 p->sbDrvrCount = 0;
1041 if (p->sbDrvrCount > 0) {
1043 for (i = 0; i < p->sbDrvrCount; i++) {
1392 if (p->sbDrvrCount > 0) {
1394 for (i = 0; i < p->sbDrvrCount; i++) {
1404 for (j = i+1; j < p->sbDrvrCount; j++, i++) {
1412 p->sbDrvrCount -= 1;
H A Ddpme.h77 u16 sbDrvrCount; /* driver descriptor count */ member in struct:Block0
82 // Where &sbMap[0] is actually an array DDMap[sbDrvrCount]
/macosx-10.10/IOStorageFamily-182.1.1/
H A DIOApplePartitionScheme.h94 UInt16 sbDrvrCount; /* (driver descriptor count) */ member in struct:Block0

Completed in 89 milliseconds