• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/

Lines Matching refs:UInt32

243 	    for( UInt32 i = 0; array && (i < array->getCount()); i++)
279 if ( propSize != (2 * sizeof(UInt32)) ) return -1;
386 snprintf(location, sizeof(location), "%lX", *((UInt32 *) prop));
408 static IORegistryEntry * FindPHandle( UInt32 phandle )
415 if( phandle == *((UInt32 *)data->getBytesNoCopy())) {
426 UInt32 * value )
432 *value = *((UInt32 *) data->getBytesNoCopy());
441 UInt32 phandle;
446 && (sizeof(UInt32) <= (len = data->getLength()))) {
447 if (((index + 1) * sizeof(UInt32)) > len)
449 phandle = ((UInt32 *) data->getBytesNoCopy())[index];
463 UInt32 phandle;
482 UInt32 * iCellCount, UInt32 * aCellCount)
490 static UInt32 IODTMapOneInterrupt( IORegistryEntry * regEntry, UInt32 * intSpec, UInt32 index,
495 UInt32 *addrCmp;
496 UInt32 *maskCmp;
497 UInt32 *map;
498 UInt32 *endMap;
499 UInt32 acells, icells, pacells, picells, cell;
500 UInt32 i, original_icells;
508 if( data && (data->getLength() >= (acells * sizeof(UInt32))))
509 addrCmp = (UInt32 *) data->getBytesNoCopy();
529 icells * sizeof(UInt32));
535 map = (UInt32 *) data->getBytesNoCopy();
536 endMap = map + (data->getLength() / sizeof(UInt32));
538 if( data && (data->getLength() >= ((acells + icells) * sizeof(UInt32))))
539 maskCmp = (UInt32 *) data->getBytesNoCopy();
647 UInt32 * localBits;
648 UInt32 * localEnd;
656 UInt32 skip = 1;
674 localBits = (UInt32 *) local->getBytesNoCopy();
675 localEnd = localBits + (local->getLength() / sizeof(UInt32));
691 map = OSData::withData( local, mapped->getCount() * sizeof(UInt32),
692 sizeof(UInt32));
777 UInt32 keyLen;
928 static SInt32 DefaultCompare( UInt32 cellCount, UInt32 left[], UInt32 right[] )
935 UInt32 * sizeCount, UInt32 * addressCount)
951 UInt32 cellsIn[],
957 UInt32 sizeCells, addressCells;
959 UInt32 childSizeCells, childAddressCells;
960 UInt32 childCells;
961 UInt32 cell[ 5 ], offset = 0, length;
962 UInt32 endCell[ 5 ];
963 UInt32 *range;
964 UInt32 *lookRange;
965 UInt32 *startRange;
966 UInt32 *endRanges;
976 bcopy( cellsIn, cell, sizeof(UInt32) * childCells );
997 startRange = (UInt32 *) prop->getBytesNoCopy();
999 endRanges = range + (length / sizeof(UInt32));
1015 bcopy(range, endCell, childAddressCells * sizeof(UInt32));
1026 bcopy(cell, endCell, childAddressCells * sizeof(UInt32));
1052 bcopy( range + childAddressCells, cell, sizeof(UInt32) * addressCells );
1053 bzero( cell + addressCells, sizeof(UInt32) * sizeCells );
1074 UInt32 sizeCells, addressCells, cells;
1076 UInt32 *reg;
1092 reg = (UInt32 *) addressProperty->getBytesNoCopy();
1127 UInt32 *cell;
1137 cell = (UInt32 *) prop->getBytesNoCopy();
1156 UInt32 level;
1157 UInt32 bridgeDevices;
1185 OSData * IODTFindSlotName( IORegistryEntry * regEntry, UInt32 deviceNumber )
1190 UInt32 *bits;
1191 UInt32 i;
1194 UInt32 mask;
1208 bits = (UInt32 *) data->getBytesNoCopy();