Lines Matching refs:OSSymbol
77 const OSSymbol * gIODTNameKey;
78 const OSSymbol * gIODTUnitKey;
79 const OSSymbol * gIODTCompatibleKey;
80 const OSSymbol * gIODTTypeKey;
81 const OSSymbol * gIODTModelKey;
82 const OSSymbol * gIODTBridgeModelKey;
83 const OSSymbol * gIODTTargetTypeKey;
85 const OSSymbol * gIODTSizeCellKey;
86 const OSSymbol * gIODTAddressCellKey;
87 const OSSymbol * gIODTRangeKey;
89 const OSSymbol * gIODTPersistKey;
91 const OSSymbol * gIODTDefaultInterruptController;
92 const OSSymbol * gIODTAAPLInterruptsKey;
93 const OSSymbol * gIODTPHandleKey;
94 const OSSymbol * gIODTInterruptCellKey;
95 const OSSymbol * gIODTInterruptParentKey;
96 const OSSymbol * gIODTNWInterruptMappingKey;
134 gIODTNameKey = OSSymbol::withCStringNoCopy( "name" ); in IODeviceTreeAlloc()
135 gIODTUnitKey = OSSymbol::withCStringNoCopy( "AAPL,unit-string" ); in IODeviceTreeAlloc()
136 gIODTCompatibleKey = OSSymbol::withCStringNoCopy( "compatible" ); in IODeviceTreeAlloc()
137 gIODTTypeKey = OSSymbol::withCStringNoCopy( "device_type" ); in IODeviceTreeAlloc()
138 gIODTModelKey = OSSymbol::withCStringNoCopy( "model" ); in IODeviceTreeAlloc()
139 gIODTBridgeModelKey = OSSymbol::withCStringNoCopy( "bridge-model" ); in IODeviceTreeAlloc()
140 gIODTTargetTypeKey = OSSymbol::withCStringNoCopy( "target-type" ); in IODeviceTreeAlloc()
141 gIODTSizeCellKey = OSSymbol::withCStringNoCopy( "#size-cells" ); in IODeviceTreeAlloc()
142 gIODTAddressCellKey = OSSymbol::withCStringNoCopy( "#address-cells" ); in IODeviceTreeAlloc()
143 gIODTRangeKey = OSSymbol::withCStringNoCopy( "ranges" ); in IODeviceTreeAlloc()
144 gIODTPersistKey = OSSymbol::withCStringNoCopy( "IODTPersist" ); in IODeviceTreeAlloc()
154 = OSSymbol::withCStringNoCopy("IOPrimaryInterruptController"); in IODeviceTreeAlloc()
156 = OSSymbol::withCStringNoCopy("IONWInterrupts"); in IODeviceTreeAlloc()
159 = OSSymbol::withCStringNoCopy("AAPL,interrupts"); in IODeviceTreeAlloc()
161 = OSSymbol::withCStringNoCopy("AAPL,phandle"); in IODeviceTreeAlloc()
164 = OSSymbol::withCStringNoCopy("interrupt-parent"); in IODeviceTreeAlloc()
180 = OSSymbol::withCStringNoCopy("#interrupt-cells"); in IODeviceTreeAlloc()
425 const OSSymbol *nameKey; in MakeReferenceTable()
427 const OSSymbol *sym; in MakeReferenceTable()
454 nameKey = OSSymbol::withCString(name); in MakeReferenceTable()
457 nameKey = OSSymbol::withCStringNoCopy(name); in MakeReferenceTable()
479 sym = OSSymbol::withCString((const char *) prop); in MakeReferenceTable()
481 sym = OSSymbol::withCStringNoCopy((const char *) prop); in MakeReferenceTable()
538 GetUInt32( IORegistryEntry * regEntry, const OSSymbol * name, in GetUInt32()
582 const OSSymbol *
585 const OSSymbol *sym; in IODTInterruptControllerName()
595 sym = OSSymbol::withCString( buf ); in IODTInterruptControllerName()
620 LIBKERN_RETURNS_RETAINED const OSSymbol ** controller ) in IODTMapOneInterrupt()
766 (const OSSymbol *) controllers->getObject(source)); in IODTGetInterruptOptions()
802 const OSSymbol * controller = NULL; in IODTMapInterruptsSharing()
917 const IORegistryEntry * table, const OSSymbol * propName, in CompareKey()