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

/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dipc_kobject.h128 #define IKOT_VOUCHER_ATTR_CONTROL 38 macro
H A Dipc_kobject.c539 if (ip_kotype(port) == IKOT_VOUCHER_ATTR_CONTROL) {
/macosx-10.10/system_cmds-643.1.1/lsmp.tproj/
H A Dcommon.h100 #define IKOT_VOUCHER_ATTR_CONTROL 38 macro
H A Dport_details.c72 case IKOT_VOUCHER_ATTR_CONTROL: return "VOUCHER_ATTR_CONTROL";
/macosx-10.10/xnu-2782.1.97/osfmk/ipc/
H A Dipc_voucher.c687 if (ip_kotype(port) != IKOT_VOUCHER_ATTR_CONTROL)
705 assert(IKOT_VOUCHER_ATTR_CONTROL == ip_kotype(port));
737 ipc_kobject_set_atomically(port, (ipc_kobject_t) control, IKOT_VOUCHER_ATTR_CONTROL);
742 assert(ip_kotype(port) == IKOT_VOUCHER_ATTR_CONTROL);

Completed in 209 milliseconds