Searched refs:ip_active (Results 1 - 23 of 23) sorted by relevance

/darwin-on-arm/xnu/osfmk/kern/
H A Daudit_sessionport.c77 assert(ip_active(port) && IKOT_AU_SESSIONPORT == ip_kotype(port));
130 assert(ip_active(port));
169 assert(ip_active(port));
204 assert (ip_active(port));
H A Dipc_clock.c103 if (ip_active(port) &&
130 if (ip_active(port) &&
193 if (ip_active(port) && (ip_kotype(port) == IKOT_CLOCK))
H A Dipc_sync.c69 if (!ip_active(kern_port) || (ip_kotype(kern_port) != IKOT_SEMAPHORE)) {
91 if (ip_active(port) && (ip_kotype(port) == IKOT_SEMAPHORE)) {
123 if (ip_active(port) && (ip_kotype(port) == IKOT_LOCK_SET)) {
H A Dipc_misc.c102 if (ip_active(port) && IKOT_FILEPORT == ip_kotype(port))
133 if (!ip_active(port))
H A Dipc_host.c275 if (ip_active(port) &&
303 if (ip_active(port) &&
330 if (ip_active(port) &&
397 if (ip_active(port) &&
510 if (ip_active(port) &&
H A Dhost_notify.c103 if (!ip_active(port) || ip_kotype(port) != IKOT_NONE) {
H A Dexception.c161 if (!ip_active(exc_port)) {
426 !ip_active(xport) ||
H A Dipc_tt.c578 assert(ip_active(port));
617 assert(ip_active(port));
1114 if (!ip_active(port) || (ip_kotype(port) != IKOT_TASK)) {
1155 if ( ip_active(port) &&
1187 if ( ip_active(port) &&
1287 if ( ip_active(port) &&
H A Dipc_mig.c304 if ( !ip_active(reply)) {
778 if (!ip_active(port) || (ip_kotype(port) != IKOT_MIG)) {
H A Dipc_kobject.c486 assert(type == IKOT_NONE || ip_active(port));
/darwin-on-arm/xnu/osfmk/ipc/
H A Dipc_port.c164 assert(ip_active(port));
221 assert(ip_active(port));
262 if (ip_active(port) && (port->ip_requests == otable) &&
332 assert(ip_active(port));
403 assert(ip_active(port));
440 assert(ip_active(port));
471 assert(ip_active(port));
505 assert(ip_active(port));
704 if (ip_active(port)) {
757 assert(!ip_active(por
[all...]
H A Dipc_pset.c172 assert(ip_active(port));
196 assert(ip_active(port));
226 assert(ip_active(port));
252 assert(ip_active(port));
H A Dipc_port.h184 #define ip_active(port) io_active(&(port)->ip_object) macro
354 assert(ip_active(port)); \
381 assert(ip_active(port)); \
H A Dipc_right.c206 if (!ip_active(port)) {
426 assert(ip_active(port));
488 if (ip_active(port))
605 if (!ip_active(port)) {
736 if (!ip_active(port)) {
769 assert(ip_active(port));
958 assert(ip_active(port));
1093 assert(ip_active(port));
1387 assert(ip_active(port));
1509 active = ip_active(por
[all...]
H A Dipc_object.c588 assert(ip_active(port));
606 if (ip_active(port)) {
619 assert(ip_active(port));
640 assert(ip_active(port));
H A Dmach_debug.c416 if (!ip_active(port)) {
H A Dmach_port.c160 assert(ip_active(port));
179 if (ip_active(port) || IP_TIMESTAMP_ORDER(timestamp, port->ip_timestamp)) {
1097 assert(ip_active(port));
H A Dipc_kmsg.c681 if (ip_active(port) && (port->ip_premsg == kmsg)) {
1278 if (!ip_active(dest_port)) {
1377 assert(ip_active(port));
1401 if (!ip_active(port)) {
1625 if (ip_active(port)) {
1927 if (ip_active(dport) &&
2962 if (!ip_active(reply)) {
3076 if (ip_active(dest)) {
3089 if (ip_active(reply) ||
H A Dipc_mqueue.c1163 assert(ip_active(port));
/darwin-on-arm/xnu/osfmk/device/
H A Diokit_rpc.c151 if (ip_active(port) && (ip_kotype(port) == IKOT_IOKIT_OBJECT)) {
173 if (ip_active(port) && (ip_kotype(port) == IKOT_IOKIT_CONNECT)) {
203 if (ip_active(port) && (ip_kotype(port) == IKOT_IOKIT_CONNECT)) {
416 if( ip_active(port)) {
435 if (ip_active(port)) {
/darwin-on-arm/xnu/osfmk/UserNotification/
H A DKUNCUserNotifications.c399 if (!ip_active(port) || (ip_kotype(port) != IKOT_UND_REPLY)) {
/darwin-on-arm/xnu/osfmk/vm/
H A Dmemory_object.c2295 if (!ip_active(port) || (ip_kotype(port) != IKOT_UPL)) {
H A Dvm_map.c12565 if(ip_active(port) && (ip_kotype(port)
12623 if(ip_active(port) && (ip_kotype(port)

Completed in 155 milliseconds