Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/ipc/
H A Dipc_port.c1521 case PORT_SYNC_LINK_WORKLOOP_STASH: in ipc_port_recv_update_inheritor()
1595 } else if (port->ip_sync_link_state == PORT_SYNC_LINK_WORKLOOP_STASH) { in ipc_port_send_update_inheritor()
1976 case PORT_SYNC_LINK_WORKLOOP_STASH: in ipc_port_adjust_special_reply_port_locked()
2002 case PORT_SYNC_LINK_WORKLOOP_STASH: in ipc_port_adjust_special_reply_port_locked()
2090 case PORT_SYNC_LINK_WORKLOOP_STASH: in ipc_port_adjust_sync_link_state_locked()
2102 case PORT_SYNC_LINK_WORKLOOP_STASH: in ipc_port_adjust_sync_link_state_locked()
H A Dipc_port.h254 #define PORT_SYNC_LINK_WORKLOOP_STASH (0x3) macro
H A Dipc_pset.c495 *link = PORT_SYNC_LINK_WORKLOOP_STASH; in filt_machport_stash_port()