Searched refs:kotype (Results 1 - 6 of 6) sorted by relevance

/xnu-2422.115.4/security/
H A Dmac_port.c122 mac_port_label_update_kobject(struct label *port, int kotype) argument
126 mac_label_journal(port, MLJ_PORT_OP_UPDATE, kotype);
127 MAC_PERFORM(port_label_update_kobject, port, kotype);
H A Dmac_mach_internal.h96 void mac_port_label_update_kobject(struct label *plabel, int kotype);
H A Dmac_internal.h162 int kotype; /* Kernel Port */ member in struct:mac_label_journal
H A Dmac_base.c360 mlj->kotype = va_arg(ap, int);
386 mlj->kotype);
H A Dmac_policy.h2729 @param kotype Type of kernel object
2732 kotype parameter is one of the IKOT constants in
2739 int kotype
/xnu-2422.115.4/osfmk/ipc/
H A Dipc_object.h126 * IPC steals the high-order bits from the kotype to use
144 #define io_makebits(active, otype, kotype) \
145 (((active) ? IO_BITS_ACTIVE : 0) | ((otype) << 16) | (kotype))

Completed in 75 milliseconds