Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/ipc/
H A Dipc_port.c1644 case PORT_SYNC_LINK_WORKLOOP_STASH: in ipc_port_recv_update_inheritor()
1718 } else if (port->ip_sync_link_state == PORT_SYNC_LINK_WORKLOOP_STASH) { in ipc_port_send_update_inheritor()
2099 case PORT_SYNC_LINK_WORKLOOP_STASH: in ipc_port_adjust_special_reply_port_locked()
2125 case PORT_SYNC_LINK_WORKLOOP_STASH: in ipc_port_adjust_special_reply_port_locked()
2213 case PORT_SYNC_LINK_WORKLOOP_STASH: in ipc_port_adjust_sync_link_state_locked()
2225 case PORT_SYNC_LINK_WORKLOOP_STASH: in ipc_port_adjust_sync_link_state_locked()
H A Dipc_port.h290 #define PORT_SYNC_LINK_WORKLOOP_STASH (0x3) macro
H A Dipc_pset.c416 *link = PORT_SYNC_LINK_WORKLOOP_STASH; in filt_machport_stash_port()