Searched refs:ip_srights (Results 1 - 13 of 13) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dipc_right.c590 assert(port->ip_srights > 0);
591 if (--port->ip_srights == 0
717 assert(port->ip_srights > 0);
718 if (--port->ip_srights == 0) {
860 assert(port->ip_srights > 0);
863 if (--port->ip_srights == 0) {
909 assert(port->ip_srights > 0);
912 if (--port->ip_srights == 0) {
1048 assert(port->ip_srights > 0);
1053 * ip_srights, generat
[all...]
H A Dipc_object.c593 assert(port->ip_srights > 0);
594 port->ip_srights++;
611 port->ip_srights++;
618 assert(((ipc_port_t)object)->ip_srights);
898 assert(port->ip_srights > 0);
899 if (--port->ip_srights == 0 &&
H A Dipc_port.c395 if ((port->ip_srights == 0) && (sync <= mscount) &&
465 port->ip_srights = 0;
895 port->ip_srights++;
918 port->ip_srights++;
950 assert(port->ip_srights > 0);
953 port->ip_srights++;
1023 assert(port->ip_srights > 0);
1025 if (--port->ip_srights == 0 &&
1373 printf(", srights=%d", port->ip_srights);
H A Dipc_labelh.c95 port->ip_srights++;
H A Dipc_port.h127 mach_port_rights_t ip_srights; member in struct:ipc_port
H A Dmach_msg.c350 lh->lh_port->ip_srights++;
876 assert(dest_port->ip_srights > 0);
877 dest_port->ip_srights++;
1369 assert(dest_port->ip_srights > 0);
1377 if ((--dest_port->ip_srights == 0) &&
H A Dmach_debug.c132 srights = port->ip_srights;
H A Dmach_port.c1570 statusp->mps_srights = port->ip_srights > 0;
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dmk_timer.c91 port->ip_srights++;
H A Dexception.c184 exc_port->ip_srights++;
H A Dsecurity.c79 lh->lh_port->ip_srights++;
H A Dipc_tt.c589 port->ip_srights++;
628 port->ip_srights++;
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_user.c2469 user_handle->ip_srights++;

Completed in 109 milliseconds