Home
last modified time | relevance | path

Searched refs:CopyProperties_Local (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/iokit/IOKit/
H A DIOService.h1681 kern_return_t CopyProperties_Local(OSDictionary ** properties);
/xnu-11215/iokit/Kernel/
H A DIOUserServer.cpp609 IOService::CopyProperties_Local( in CopyProperties_Local() function in IOService
631 return CopyProperties_Local(properties); in CopyProperties_Impl()
4887 kr = service->CopyProperties_Local(&props); in serviceJoinPMTree()