Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/kern/
H A Dmach_node.c159 ipc_port_t bs_port = localnode->bootstrap_port; in mach_node_publish()
182 msg.node_header.header.msgh_local_port = node->bootstrap_port; in mach_node_publish()
207 bs_port = localnode->bootstrap_port; in mach_node_port_changed()
209 localnode->bootstrap_port = IP_NULL; in mach_node_port_changed()
215 localnode->bootstrap_port = bs_port; in mach_node_port_changed()
348 node->bootstrap_port = bs_port; in mach_node_register()
H A Dmach_node.h122 ipc_port_t bootstrap_port;// Port for which "noded" holds rcv right member
/xnu-8792.61.2/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.c31 kr = bootstrap_check_in(bootstrap_port, SERVICE_NAME, &mp); in server_checkin()
42 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.m1751 kern_return_t kr = bootstrap_look_up(bootstrap_port,
1871 kr = bootstrap_check_in(bootstrap_port, SRP_SERVICE_NAME, &port);
/xnu-8792.61.2/libsyscall/mach/mach/
H A Dmach_init.h94 extern mach_port_t bootstrap_port;
/xnu-8792.61.2/libsyscall/mach/
H A Dmach_init.c65 mach_port_t bootstrap_port = MACH_PORT_NULL; variable
/xnu-8792.61.2/osfmk/ipc/
H A Dflipc.c364 ipc_port_t bs_port = node->bootstrap_port; in flipc_node_prepare()
392 ipc_port_t bs_port = node->bootstrap_port; in flipc_node_retire()
/xnu-8792.61.2/tests/vm_memory_tests_src/
H A Dmain.c82 ret = bootstrap_look_up(bootstrap_port, serviceName, &servicePort); in spawn_process()