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

/macosx-10.5.8/xnu-1228.15.4/libkern/libkern/
H A DOSAtomic.h205 extern UInt16 OSBitAndAtomic16(UInt32 mask, volatile UInt16 * address);
238 extern UInt16 OSBitOrAtomic16(UInt32 mask, volatile UInt16 * address);
271 extern UInt16 OSBitXorAtomic16(UInt32 mask, volatile UInt16 * address);
H A DOSTypes.h45 typedef unsigned short UInt16; typedef
/macosx-10.5.8/xnu-1228.15.4/libkern/gen/
H A DOSAtomicOperations.c237 static Boolean OSCompareAndSwap16(UInt16 oldValue16, UInt16 newValue16, volatile UInt16 * value16)
274 } while (! OSCompareAndSwap16((UInt16) oldValue, (UInt16) newValue, (volatile UInt16 *) value));
279 static UInt16 OSBitwiseAtomic16(UInt32 and_mask, UInt32 or_mask, UInt32 xor_mask, volatile UInt16 * value)
281 UInt16 oldValue;
282 UInt16 newValu
[all...]
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/pci/
H A DIOPCIDevice.h103 virtual UInt16 configRead16( IOPCIAddressSpace space, UInt8 offset );
105 UInt8 offset, UInt16 data );
111 virtual UInt16 configRead16( UInt8 offset );
114 virtual void configWrite16( UInt8 offset, UInt16 data );
132 virtual void ioWrite32( UInt16 offset, UInt32 value,
134 virtual void ioWrite16( UInt16 offset, UInt16 value,
136 virtual void ioWrite8( UInt16 offset, UInt8 value,
138 virtual UInt32 ioRead32( UInt16 offset, IOMemoryMap * map = 0 );
139 virtual UInt16 ioRead1
[all...]
/macosx-10.5.8/AppleMacRiscPCI-3.4/
H A DAppleMacRiscPCI.h69 UInt16 coarseAddressMask;
70 UInt16 fineAddressMask;
91 virtual UInt16 configRead16( IOPCIAddressSpace space, UInt8 offset );
93 UInt8 offset, UInt16 data );
126 UInt16 coarseAddressMask;
127 UInt16 fineAddressMask;
143 virtual UInt16 configRead16( IOPCIAddressSpace space, UInt8 offset );
145 UInt8 offset, UInt16 data );
168 UInt16 coarseAddressMask;
169 UInt16 fineAddressMas
[all...]
H A DAppleMacRiscPCI.cpp371 UInt16 AppleMacRiscPCI::configRead16( IOPCIAddressSpace space,
374 UInt16 data;
395 UInt8 offset, UInt16 data )
420 UInt16 data;
658 UInt16 AppleMacRiscHT::configRead16( IOPCIAddressSpace space,
662 UInt16 data;
680 UInt8 offset, UInt16 data )
704 UInt16 data;
955 UInt16 AppleMacRiscPCIE::configRead16( IOPCIAddressSpace space,
959 UInt16 dat
[all...]
/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSObject.cpp136 return (int) ((UInt16) retainCount);
152 if ( ((UInt16) origCount | 0x1) == 0xffff ) {
201 if ( ((UInt16) origCount | 0x1) == 0xffff ) {
224 if ((UInt16) actualCount < when)
239 if ((UInt16) actualCount < (actualCount >> 16))
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Datomic_switch.h29 typedef unsigned short UInt16; typedef
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIONVRAM.cpp94 currentLength = ((UInt16 *)(_nvramImage + currentOffset))[1] * 16;
176 *(UInt16 *)(_nvramImage + freePartitionOffset + 2) =
195 *(UInt16 *)(_nvramImage + freePartitionOffset + 2) =
596 UInt16 owMagic;
599 UInt16 owChecksum;
600 UInt16 owHere;
601 UInt16 owTop;
602 UInt16 owNext;
606 UInt16 offset;
607 UInt16 lengt
[all...]
H A DIOMapper.cpp262 UInt16 IOMappedRead16(IOPhysicalAddress address)
268 return (UInt16) ml_phys_read_half_64(addr);
271 return (UInt16) ml_phys_read_half((vm_offset_t) address);
310 void IOMappedWrite16(IOPhysicalAddress address, UInt16 value)
H A DIOServicePMPrivate.h260 UInt16 SerialNumber;
427 UInt16 serialNumber;
428 UInt16 counter;
H A DIOMemoryCursor.cpp353 OSWriteSwapInt16((UInt16 *) segment, 0, inSegment.length);
H A DIOServicePM.cpp4742 UInt16 serialComponent;
4743 UInt16 ordinalComponent;
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOLib.h174 UInt16 IOMappedRead16(IOPhysicalAddress address);
206 void IOMappedWrite16(IOPhysicalAddress address, UInt16 value);
H A DIONVRAM.h105 virtual UInt16 generateOWChecksum(UInt8 *buffer);
/macosx-10.5.8/xnu-1228.15.4/iokit/Drivers/platform/drvApplePlatformExpert/
H A DApplePlatformExpert.cpp57 UInt16 romVersion;
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Din_pcb.c1833 if ((UInt16) origwant == 0xffff ) /* should stop using */
1836 if ((UInt16) origwant == 0) {/* try to mark it as unsuable now */
1850 if ((UInt16) origwant == 0xffff ) {/* should stop using */
1868 if ((UInt16) origwant == 0x0 )
1870 if ((UInt16) origwant == 0xffff ) {/* should stop using */

Completed in 166 milliseconds