Home
last modified time | relevance | path

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

/xnu-8020.101.4/tests/iokit/
H A Dio_catalog_send_data.m15 const char *userclient_name, const char *service_name)
19 @kIOClassKey: (NSString * __nonnull)@(service_name),
35 test_open_ioregistry(const char *match_name, const char *service_name,
45 service_info = IOServiceMatching(service_name);
/xnu-8020.101.4/iokit/Kernel/
H A DIOPlatformActions.cpp237 const char * service_name, uint64_t platform_action_flags) in IOServicePlatformAction() argument
244 IOLog("%s -> %s\n", function->getCStringNoCopy(), service_name); in IOServicePlatformAction()