Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/mDNSResponder/Clients/
H A Ddns-sd.c2330 …xpc_connection_t log_utility_connection = xpc_connection_create_mach_service(kDNSLogUtilityServic… in handle_state_dump_request() local
2331 xpc_connection_set_event_handler(log_utility_connection, ^(xpc_object_t event){ in handle_state_dump_request()
2334 xpc_connection_resume(log_utility_connection); in handle_state_dump_request()
2354 …xpc_connection_send_message_with_reply(log_utility_connection, xpc_dict, dispatch_get_main_queue()… in handle_state_dump_request()