Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/ipc/
H A Dipc_port.c1504 case PORT_SYNC_LINK_WORKLOOP_STASH: in ipc_port_recv_update_inheritor()
1578 } else if (port->ip_sync_link_state == PORT_SYNC_LINK_WORKLOOP_STASH) { in ipc_port_send_update_inheritor()
1959 case PORT_SYNC_LINK_WORKLOOP_STASH: in ipc_port_adjust_special_reply_port_locked()
1985 case PORT_SYNC_LINK_WORKLOOP_STASH: in ipc_port_adjust_special_reply_port_locked()
2073 case PORT_SYNC_LINK_WORKLOOP_STASH: in ipc_port_adjust_sync_link_state_locked()
2085 case PORT_SYNC_LINK_WORKLOOP_STASH: in ipc_port_adjust_sync_link_state_locked()
H A Dipc_port.h261 #define PORT_SYNC_LINK_WORKLOOP_STASH (0x3) macro
H A Dipc_pset.c386 *link = PORT_SYNC_LINK_WORKLOOP_STASH; in filt_machport_stash_port()