Searched refs:ip_object (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dipc_port.h117 struct ipc_object ip_object; member in struct:ipc_port
165 #define ip_references ip_object.io_references
166 #define ip_bits ip_object.io_bits
167 #define ip_receiver_name ip_object.io_receiver_name
177 #define ip_active(port) io_active(&(port)->ip_object)
178 #define ip_lock_init(port) io_lock_init(&(port)->ip_object)
179 #define ip_lock(port) io_lock(&(port)->ip_object)
180 #define ip_lock_try(port) io_lock_try(&(port)->ip_object)
181 #define ip_unlock(port) io_unlock(&(port)->ip_object)
182 #define ip_check_unlock(port) io_check_unlock(&(port)->ip_object)
[all...]
H A Dipc_port.c450 * Doesn't touch the ip_object fields.
655 port->ip_object.io_bits &= ~IO_BITS_ACTIVE;
1144 io_lock_init(&port->ip_object);
1146 port->ip_object.io_bits = io_makebits(TRUE, IOT_PORT, 0);
1339 ipc_object_print(&port->ip_object);
1510 if (!io_active(&port->ip_object))
1514 if (!io_active(&port->ip_object))
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dbsd_kern.c499 ipc_object_release(&(port)->ip_object);

Completed in 30 milliseconds