Searched refs:io_active (Results 1 - 7 of 7) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dipc_pset.h92 #define ips_active(pset) io_active(&(pset)->ips_object)
H A Dipc_object.c747 if (!io_active(object)) {
834 if (!io_active(object)) {
876 assert(io_active(object));
1112 iprintf("%s", io_active(object) ? "active" : "dead");
H A Dipc_object.h130 #define io_active(io) ((io)->io_bits & IO_BITS_ACTIVE) macro
H A Dipc_port.h177 #define ip_active(port) io_active(&(port)->ip_object)
H A Dipc_port.c1510 if (!io_active(&port->ip_object))
1514 if (!io_active(&port->ip_object))
H A Dipc_kmsg.c3017 if (io_active(dest)) {
3228 if (io_active(dest)) {
H A Dipc_right.c2072 assert(io_active(object));

Completed in 39 milliseconds