Searched refs:getPath (Results 1 – 5 of 5) sorted by relevance
| /xnu-11215/iokit/IOKit/ |
| H A D | IORegistryEntry.h | 899 virtual bool getPath( char * path, int * length,
|
| /xnu-11215/iokit/bsddev/ |
| H A D | IOKitBSDInit.cpp | 348 if (netif->getPath( pathBuf.data(), &len, gIOServicePlane ) in IORegisterNetworkInterface() 959 service->getPath( str.data(), &len, gIOServicePlane ); in IOFindBSDRoot()
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOUserClient.cpp | 3482 if (entry->getPath( path, &length, IORegistryEntry::getPlane( plane ))) { in is_io_registry_entry_get_path() 3508 if (entry->getPath(path, &length, IORegistryEntry::getPlane(plane))) { in is_io_registry_entry_get_path_ool() 3515 } else if (!entry->getPath(buf, &length, IORegistryEntry::getPlane(plane))) { in is_io_registry_entry_get_path_ool()
|
| H A D | IORegistryEntry.cpp | 1240 IORegistryEntry::getPath( char * path, int * length, in getPath() function in IORegistryEntry
|
| H A D | IOService.cpp | 1075 if (pathBuf && getPath( pathBuf.data(), &len, gIOServicePlane)) { in registerService()
|