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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOUserClient.cpp2494 OSDictionary * propertiesDict = 0; local
2516 propertiesDict = OSDynamicCast(OSDictionary, obj);
2517 if (!propertiesDict)
2531 if (!propertiesDict)
2532 propertiesDict = OSDictionary::withCapacity(4);
2536 if (propertiesDict)
2537 propertiesDict->setObject(kIOUserClientCrossEndianKey, data);
2543 connect_type, propertiesDict, &client );
2545 if (propertiesDict)
2546 propertiesDict
[all...]

Completed in 15 milliseconds