Searched refs:ip_destination (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/osfmk/ipc/
H A Dipc_port.c798 /* port->ip_receiver/port->ip_destination is garbage */
811 port->ip_destination = IP_NULL;
873 * That is, we want to set port->ip_destination == dest,
875 * port->ip_destination->ip_destination->... == port
903 (dest->ip_destination == IP_NULL))
924 (base->ip_destination == IP_NULL))
927 base = base->ip_destination;
941 assert(port->ip_destination == IP_NULL);
951 next = dest->ip_destination;
[all...]
H A Dipc_object.c589 if (port->ip_destination != IP_NULL) {
596 port->ip_destination = IP_NULL;
H A Dipc_port.h101 * 3) in transit (ip_receiver_name == 0, ip_destination points
103 * 4) in limbo (ip_receiver_name == 0, ip_destination == IP_NULL)
175 #define ip_destination data.destination macro
H A Dipc_right.c1719 port->ip_destination = IP_NULL;
2285 dest = port->ip_destination;
/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_user.c2614 user_handle->ip_destination = IP_NULL;

Completed in 29 milliseconds