Home
last modified time | relevance | path

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

/NextBSD/usr.bin/xpc-tests/credentials/server/
HDxpc-credentials-server.c43 conn = xpc_connection_create_mach_service(argv[1], NULL, in main()
/NextBSD/usr.bin/xpc-tests/echo-server/
HDxpc-echo-server.c45 conn = xpc_connection_create_mach_service(argv[1], NULL, in main()
/NextBSD/usr.bin/xpc-tests/echo-client/
HDxpc-echo-client.c56 conn = xpc_connection_create_mach_service(argv[1], NULL, 0); in main()
/NextBSD/usr.bin/xpc-tests/json-client/
HDxpc-json-client.c136 conn = xpc_connection_create_mach_service(argv[1], NULL, 0); in main()
/NextBSD/lib/libxpc/xpc/
HDconnection.h188 xpc_connection_create_mach_service(const char *name, dispatch_queue_t targetq,
/NextBSD/lib/libasl/
HDasl_util.c337 …connection = xpc_connection_create_mach_service(ASLMANAGER_SERVICE_NAME, NULL, XPC_CONNECTION_MACH…
/NextBSD/lib/libxpc/
HDxpc_connection.c91 xpc_connection_create_mach_service(const char *name, dispatch_queue_t targetq, in xpc_connection_create_mach_service() function
/NextBSD/usr.sbin/aslmanager/
HDaslmanager.c1599 …listener = xpc_connection_create_mach_service("com.apple.aslmanager", serverq, XPC_CONNECTION_MACH… in main()