Home
last modified time | relevance | path

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

/xnu-8792.81.2/osfmk/ipc/
H A Dipc_port.c1540 case PORT_SYNC_LINK_WORKLOOP_STASH: in ipc_port_recv_update_inheritor()
1614 } else if (port->ip_sync_link_state == PORT_SYNC_LINK_WORKLOOP_STASH) { in ipc_port_send_update_inheritor()
1995 case PORT_SYNC_LINK_WORKLOOP_STASH: in ipc_port_adjust_special_reply_port_locked()
2021 case PORT_SYNC_LINK_WORKLOOP_STASH: in ipc_port_adjust_special_reply_port_locked()
2109 case PORT_SYNC_LINK_WORKLOOP_STASH: in ipc_port_adjust_sync_link_state_locked()
2121 case PORT_SYNC_LINK_WORKLOOP_STASH: in ipc_port_adjust_sync_link_state_locked()
H A Dipc_port.h278 #define PORT_SYNC_LINK_WORKLOOP_STASH (0x3) macro
H A Dipc_pset.c402 *link = PORT_SYNC_LINK_WORKLOOP_STASH; in filt_machport_stash_port()