Searched refs:UInt8 (Results 1 - 25 of 34) sorted by relevance

12

/macosx-10.5.8/xnu-1228.15.4/iokit/Drivers/platform/drvAppleNVRAM/
H A DAppleNVRAM.h45 volatile UInt8 *_nvramData;
46 volatile UInt8 *_nvramPort;
51 virtual IOReturn read(IOByteCount offset, UInt8 *buffer,
53 virtual IOReturn write(IOByteCount offset, UInt8 *buffer,
H A DAppleNVRAM.cpp54 _nvramData = (UInt8 *)map->getVirtualAddress();
62 _nvramPort = (UInt8 *)map->getVirtualAddress();
67 _nvramData = (UInt8 *)map->getVirtualAddress();
82 IOReturn AppleNVRAM::read(IOByteCount offset, UInt8 *buffer,
120 IOReturn AppleNVRAM::write(IOByteCount offset, UInt8 *buffer,
/macosx-10.5.8/AppleMacRiscPCI-3.4/
H A DAppleMacRiscPCI.h67 volatile UInt8 * configData;
71 UInt8 secondaryBus;
72 UInt8 subordinateBus;
73 UInt8 configDataOffsetMask;
76 inline bool setConfigSpace( IOPCIAddressSpace space, UInt8 offset );
77 virtual UInt8 firstBusNum( void );
78 virtual UInt8 lastBusNum( void );
88 virtual UInt32 configRead32( IOPCIAddressSpace space, UInt8 offset );
90 UInt8 offset, UInt32 data );
91 virtual UInt16 configRead16( IOPCIAddressSpace space, UInt8 offse
[all...]
H A DAppleMacRiscPCI.cpp190 configData = (volatile UInt8 *) configDataMap->getVirtualAddress();
269 UInt8 AppleMacRiscPCI::firstBusNum( void )
274 UInt8 AppleMacRiscPCI::lastBusNum( void )
291 UInt8 offset )
326 UInt8 offset )
349 UInt8 offset, UInt32 data )
372 UInt8 offset )
395 UInt8 offset, UInt16 data )
417 UInt8 AppleMacRiscPCI::configRead8( IOPCIAddressSpace space,
418 UInt8 offse
[all...]
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/rtc/
H A DIORTCController.h43 virtual IOReturn getRealTimeClock ( UInt8 * currentTime, IOByteCount * length ) = 0;
44 virtual IOReturn setRealTimeClock ( UInt8 * newTime ) = 0;
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIONVRAM.h70 UInt8 *_nvramImage;
74 UInt8 *_ofImage;
81 UInt8 *_xpramImage;
84 UInt8 *_nrImage;
87 UInt8 *_piImage;
90 virtual UInt8 calculatePartitionChecksum(UInt8 *partitionHeader);
99 virtual bool convertPropToObject(UInt8 *propName, UInt32 propNameLength,
100 UInt8 *propData, UInt32 propDataLength,
103 virtual bool convertObjectToProp(UInt8 *buffe
[all...]
H A DIODataQueueShared.h45 UInt8 data[4];
H A DIODeviceTreeSupport.h77 UInt8 * busNum, UInt8 * deviceNum, UInt8 * functionNum );
H A DIODMACommand.h194 UInt8 numAddressBits,
223 UInt8 numAddressBits,
251 UInt8 numAddressBits,
391 IOReturn walkAll(UInt8 op);
413 UInt8 numAddressBits,
505 UInt8 numAddressBits,
H A DIOPlatformExpert.h167 virtual IOByteCount savePanicInfo(UInt8 *buffer, IOByteCount length);
222 /* virtual */ IOReturn readXPRAM(IOByteCount offset, UInt8 * buffer,
225 /* virtual */ IOReturn writeXPRAM(IOByteCount offset, UInt8 * buffer,
242 IOByteCount offset, UInt8 * buffer,
246 IOByteCount offset, UInt8 * buffer,
249 virtual IOByteCount savePanicInfo(UInt8 *buffer, IOByteCount length);
H A DIOLib.h166 UInt8 IOMappedRead8(IOPhysicalAddress address);
198 void IOMappedWrite8(IOPhysicalAddress address, UInt8 value);
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/pci/
H A DIOPCIDevice.h100 virtual UInt32 configRead32( IOPCIAddressSpace space, UInt8 offset );
102 UInt8 offset, UInt32 data );
103 virtual UInt16 configRead16( IOPCIAddressSpace space, UInt8 offset );
105 UInt8 offset, UInt16 data );
106 virtual UInt8 configRead8( IOPCIAddressSpace space, UInt8 offset );
108 UInt8 offset, UInt8 data );
110 virtual UInt32 configRead32( UInt8 offset );
111 virtual UInt16 configRead16( UInt8 offse
[all...]
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOKitKernelInternal.h92 UInt8 fIsMapped, fIsPrepared;
97 UInt8 fMapped; // Input Variable, Require mapped IOVMA
99 typedef UInt8 IOMDDMAWalkSegmentState[128];
109 UInt8 fCursor;
110 UInt8 fCheckAddressing;
111 UInt8 fIterateOnly;
112 UInt8 fMisaligned;
113 UInt8 fCopyContig;
114 UInt8 fPrepared;
115 UInt8 fDoubleBuffe
[all...]
H A DIONVRAM.cpp55 _nvramImage = IONew(UInt8, kIODTNVRAMImageSize);
120 *(UInt8 *)(_nvramImage + currentOffset));
435 IOReturn IODTNVRAM::readXPRAM(IOByteCount offset, UInt8 *buffer,
449 IOReturn IODTNVRAM::writeXPRAM(IOByteCount offset, UInt8 *buffer,
499 IOByteCount offset, UInt8 *buffer,
526 IOByteCount offset, UInt8 *buffer,
554 UInt32 IODTNVRAM::savePanicInfo(UInt8 *buffer, IOByteCount length)
582 UInt8 IODTNVRAM::calculatePartitionChecksum(UInt8 *partitionHeader)
584 UInt8 cn
[all...]
H A DIODataQueue.cpp120 entry = (IODataQueueEntry *)((UInt8 *)dataQueue->queue + tail);
144 ((IODataQueueEntry *)((UInt8 *)dataQueue->queue + tail))->size = dataSize;
162 entry = (IODataQueueEntry *)((UInt8 *)dataQueue->queue + tail);
H A DIOMapper.cpp250 UInt8 IOMappedRead8(IOPhysicalAddress address)
256 return (UInt8) ml_phys_read_byte_64(addr);
259 return (UInt8) ml_phys_read_byte((vm_offset_t) address);
298 void IOMappedWrite8(IOPhysicalAddress address, UInt8 value)
H A DIOBufferMemoryDescriptor.cpp268 volatile UInt8 * startAddr = (UInt8 *)_buffer;
269 volatile UInt8 * endAddr = (UInt8 *)_buffer + capacity;
H A DIOPlatformExpert.cpp835 UInt32 PESavePanicInfo(UInt8 *buffer, UInt32 length)
939 IOByteCount IOPlatformExpert::savePanicInfo(UInt8 *buffer, IOByteCount length)
1141 IOReturn IODTPlatformExpert::readXPRAM(IOByteCount offset, UInt8 * buffer,
1148 IOReturn IODTPlatformExpert::writeXPRAM(IOByteCount offset, UInt8 * buffer,
1178 IOByteCount offset, UInt8 * buffer,
1187 IOByteCount offset, UInt8 * buffer,
1195 IOByteCount IODTPlatformExpert::savePanicInfo(UInt8 *buffer, IOByteCount length)
1207 UInt8* serialNumber;
1215 serialNumber = (UInt8*)(myProperty->getBytesNoCopy());
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/nvram/
H A DIONVRAMController.h43 virtual IOReturn read(IOByteCount offset, UInt8 *buffer,
45 virtual IOReturn write(IOByteCount offset, UInt8 *buffer,
/macosx-10.5.8/xnu-1228.15.4/libkern/libkern/
H A DOSAtomic.h216 extern UInt8 OSBitAndAtomic8(UInt32 mask, volatile UInt8 * address);
249 extern UInt8 OSBitOrAtomic8(UInt32 mask, volatile UInt8 * address);
282 extern UInt8 OSBitXorAtomic8(UInt32 mask, volatile UInt8 * address);
293 extern Boolean OSTestAndSet(UInt32 bit, volatile UInt8 * startAddress);
304 extern Boolean OSTestAndClear(UInt32 bit, volatile UInt8 * startAddress);
H A DOSTypes.h44 typedef unsigned char UInt8; typedef
/macosx-10.5.8/xnu-1228.15.4/libkern/gen/
H A DOSAtomicOperations.c133 static Boolean OSCompareAndSwap8(UInt8 oldValue8, UInt8 newValue8, volatile UInt8 * value8)
138 int shift = (UInt32) *(((UInt8 *) &shiftValues) + alignment);
152 static Boolean OSTestAndSetClear(UInt32 bit, Boolean wantSet, volatile UInt8 * startAddress)
154 UInt8 mask = 1;
155 UInt8 oldValue;
156 UInt8 wantValue;
172 Boolean OSTestAndSet(UInt32 bit, volatile UInt8 * startAddress)
177 Boolean OSTestAndClear(UInt32 bit, volatile UInt8 * startAddres
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Datomic_switch.h28 typedef unsigned char UInt8; typedef
75 UInt8 regMap[16]; // table mapping 68K D0..D7, A0..A7 register to PowerPC registers
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/pwr_mgt/
H A DIOPM.h505 UInt8 month;
506 UInt8 day;
507 UInt8 hour;
508 UInt8 minute;
509 UInt8 second;
/macosx-10.5.8/xnu-1228.15.4/iokit/Drivers/platform/drvApplePlatformExpert/
H A DApplePlatformExpert.cpp107 err = readXPRAM(kXPRAMTimeToGMTOffset, (UInt8 *)&_timeToGMT,

Completed in 172 milliseconds

12