Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/ipc/
H A Dipc_port.c1654 case PORT_SYNC_LINK_WORKLOOP_STASH: in ipc_port_recv_update_inheritor()
1728 } else if (port->ip_sync_link_state == PORT_SYNC_LINK_WORKLOOP_STASH) { in ipc_port_send_update_inheritor()
2109 case PORT_SYNC_LINK_WORKLOOP_STASH: in ipc_port_adjust_special_reply_port_locked()
2135 case PORT_SYNC_LINK_WORKLOOP_STASH: in ipc_port_adjust_special_reply_port_locked()
2223 case PORT_SYNC_LINK_WORKLOOP_STASH: in ipc_port_adjust_sync_link_state_locked()
2235 case PORT_SYNC_LINK_WORKLOOP_STASH: in ipc_port_adjust_sync_link_state_locked()
H A Dipc_port.h277 #define PORT_SYNC_LINK_WORKLOOP_STASH (0x3) macro
H A Dipc_pset.c441 *link = PORT_SYNC_LINK_WORKLOOP_STASH; in filt_machport_stash_port()