Home
last modified time | relevance | path

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

/xnu-12377.1.9/tests/
H A Dkevent_qos.c801 kern_return_t kr = bootstrap_check_in(bootstrap_port, in get_server_port()
971 kern_return_t kr = bootstrap_look_up(bootstrap_port, in qos_client_send_to_intransit()
1059 kern_return_t kr = bootstrap_look_up(bootstrap_port, in qos_send_and_sync_rcv()
1093 kern_return_t kr = bootstrap_look_up(bootstrap_port, in qos_sync_rcv()
1172 kr = bootstrap_look_up(bootstrap_port, in qos_client_send_sync_msg_and_test_link()
1218 kr = bootstrap_look_up(bootstrap_port, in qos_client_send_2sync_msg_and_test_link()
1317 kern_return_t kr = bootstrap_look_up(bootstrap_port, in qos_client_send_sync_msg()
1350 kern_return_t kr = bootstrap_look_up(bootstrap_port, in qos_client_kernel_upcall_send_sync_msg()
1381 kern_return_t kr = bootstrap_look_up(bootstrap_port, in qos_client_kernel_upcall_send_async_msg()
1413 kern_return_t kr = bootstrap_look_up(bootstrap_port, in qos_client_send_two_sync_msg_high_qos()
[all …]
H A Dipc_mach_port.c32 kr = bootstrap_check_in(bootstrap_port, SERVICE_NAME, &mp); in server_checkin()
43 kr = bootstrap_look_up(bootstrap_port, SERVICE_NAME, &mp); in server_lookup()
H A Dturnstile_multihop.c393 kern_return_t kr = bootstrap_check_in(bootstrap_port, in get_server_port()
756 kern_return_t kr = bootstrap_look_up(bootstrap_port, in thread_at_maintenance()
H A Dstackshot_tests.m1886 kern_return_t kr = bootstrap_look_up(bootstrap_port,
2006 kr = bootstrap_check_in(bootstrap_port, SRP_SERVICE_NAME, &port);
/xnu-12377.1.9/libsyscall/mach/mach/
H A Dmach_init.h94 extern mach_port_t bootstrap_port;
/xnu-12377.1.9/libsyscall/mach/
H A Dmach_init.c65 mach_port_t bootstrap_port = MACH_PORT_NULL; variable
/xnu-12377.1.9/tests/vm_memory_tests_src/
H A Dmain.c82 ret = bootstrap_look_up(bootstrap_port, serviceName, &servicePort); in spawn_process()