Lines Matching refs:setProperty
213 child->setProperty(gIOExclaveAssignedKey, kOSBooleanTrue); in IODeviceTreeAlloc()
223 child->setProperty("exclave-edk-endpoint", &edk_ep, sizeof(edk_ep)); in IODeviceTreeAlloc()
226 child->setProperty("exclave-endpoint", &ep, sizeof(ep)); in IODeviceTreeAlloc()
279 child->setProperty("aot-power", &aotFlags, sizeof(aotFlags)); in IODeviceTreeAlloc()
286 parent->setProperty("allInts", allInts); in IODeviceTreeAlloc()
287 parent->setProperty("sharedInts", gIODTSharedInterrupts); in IODeviceTreeAlloc()
311 parent->setProperty( gIODTNWInterruptMappingKey, in IODeviceTreeAlloc()
892 ok = regEntry->setProperty( gIOInterruptControllersKey, controllers); in IODTMapInterruptsSharing()
893 ok &= regEntry->setProperty( gIOInterruptSpecifiersKey, mapped); in IODTMapInterruptsSharing()
1131 regEntry->setProperty(gIODTPersistKey, num); in IODTSetResolving()
1428 regEntry->setProperty( gIODeviceMemoryKey, array); in IODTResolveAddressing()
1484 regEntry->setProperty("AAPL,slot-name", data); in IODTFindSlotName()