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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dipc_port.c632 /* port->ip_receiver/port->ip_destination is garbage */
645 port->ip_destination = IP_NULL;
706 * That is, we want to set port->ip_destination == dest,
708 * port->ip_destination->ip_destination->... == port
736 (dest->ip_destination == IP_NULL))
757 (base->ip_destination == IP_NULL))
760 base = base->ip_destination;
774 assert(port->ip_destination == IP_NULL);
784 next = dest->ip_destination;
[all...]
H A Dipc_port.h99 * 3) in transit (ip_receiver_name == 0, ip_destination points
101 * 4) in limbo (ip_receiver_name == 0, ip_destination == IP_NULL)
170 #define ip_destination data.destination macro
H A Dipc_object.c575 if (port->ip_destination != IP_NULL) {
582 port->ip_destination = IP_NULL;
H A Dipc_right.c1613 port->ip_destination = IP_NULL;
2171 dest = port->ip_destination;
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_user.c2463 user_handle->ip_destination = IP_NULL;

Completed in 31 milliseconds