Home
last modified time | relevance | path

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

/xnu-11215/osfmk/ipc/
H A Dipc_port.h700 boolean_t sync_bootstrap_checkin);
743 boolean_t sync_bootstrap_checkin);
H A Dipc_port.c1831 boolean_t sync_bootstrap_checkin) in ipc_port_link_special_reply_port() argument
1844 if (sync_bootstrap_checkin && special_reply) { in ipc_port_link_special_reply_port()
2239 boolean_t sync_bootstrap_checkin) in ipc_port_adjust_port_locked() argument
2252 } else if (sync_bootstrap_checkin) { in ipc_port_adjust_port_locked()
H A Dipc_right.c3073 boolean_t sync_bootstrap_checkin = FALSE; in ipc_right_copyout() local
3075 sync_bootstrap_checkin = TRUE; in ipc_right_copyout()
3080 ipc_port_adjust_port_locked(port, kn, sync_bootstrap_checkin); in ipc_right_copyout()
H A Dipc_kmsg.c1453 boolean_t sync_bootstrap_checkin = !!(options & MACH_SEND_SYNC_BOOTSTRAP_CHECKIN); in ipc_kmsg_set_qos() local
1458 ipc_port_link_special_reply_port(special_reply_port, dest_port, sync_bootstrap_checkin); in ipc_kmsg_set_qos()