Lines Matching refs:withCStringNoCopy
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()
457 nameKey = OSSymbol::withCStringNoCopy(name); in MakeReferenceTable()
481 sym = OSSymbol::withCStringNoCopy((const char *) prop); in MakeReferenceTable()