Searched refs:getPath (Results 1 – 5 of 5) sorted by relevance
| /xnu-8020.140.41/iokit/bsddev/ |
| H A D | IOKitBSDInit.cpp | 327 if (netif->getPath( pathBuf.data(), &len, gIOServicePlane ) in IORegisterNetworkInterface() 919 service->getPath( str.data(), &len, gIOServicePlane ); in IOFindBSDRoot()
|
| /xnu-8020.140.41/iokit/IOKit/ |
| H A D | IORegistryEntry.h | 897 virtual bool getPath( char * path, int * length,
|
| /xnu-8020.140.41/iokit/Kernel/ |
| H A D | IOUserClient.cpp | 3386 if (entry->getPath( path, &length, IORegistryEntry::getPlane( plane ))) { in is_io_registry_entry_get_path() 3412 if (entry->getPath(path, &length, IORegistryEntry::getPlane(plane))) { in is_io_registry_entry_get_path_ool() 3419 } else if (!entry->getPath(buf, &length, IORegistryEntry::getPlane(plane))) { in is_io_registry_entry_get_path_ool()
|
| H A D | IORegistryEntry.cpp | 1225 IORegistryEntry::getPath( char * path, int * length, in getPath() function in IORegistryEntry
|
| H A D | IOService.cpp | 1055 if (pathBuf && getPath( pathBuf.data(), &len, gIOServicePlane)) { in registerService()
|