Searched refs:ip_kotype (Results 1 - 19 of 19) sorted by relevance

/darwin-on-arm/xnu/osfmk/kern/
H A Daudit_sessionport.c77 assert(ip_active(port) && IKOT_AU_SESSIONPORT == ip_kotype(port));
129 if (IKOT_AU_SESSIONPORT == ip_kotype(port)) {
167 assert(IKOT_AU_SESSIONPORT == ip_kotype(port));
205 assert(IKOT_AU_SESSIONPORT == ip_kotype(port));
H A Dipc_clock.c104 ((ip_kotype(port) == IKOT_CLOCK) ||
105 (ip_kotype(port) == IKOT_CLOCK_CTRL))) {
131 (ip_kotype(port) == IKOT_CLOCK_CTRL)) {
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 Dhost_notify.c103 if (!ip_active(port) || ip_kotype(port) != IKOT_NONE) {
131 if (ip_kotype(port) == IKOT_HOST_NOTIFY) {
182 assert(ip_kotype(port) == IKOT_HOST_NOTIFY);
H A Dmk_timer.c105 if (ip_kotype(port) == IKOT_TIMER) {
218 if (ip_kotype(port) == IKOT_TIMER) {
258 if (ip_kotype(port) == IKOT_TIMER) {
311 if (ip_kotype(port) == IKOT_TIMER) {
H A Dipc_host.c276 ((ip_kotype(port) == IKOT_HOST) ||
277 (ip_kotype(port) == IKOT_HOST_PRIV)
304 (ip_kotype(port) == IKOT_HOST_PRIV))
331 (ip_kotype(port) == IKOT_PROCESSOR))
398 ((ip_kotype(port) == IKOT_PSET) ||
399 (matchn && (ip_kotype(port) == IKOT_PSET_NAME)))) {
511 (ip_kotype(port) == IKOT_HOST_SECURITY))
H A Dipc_kobject.c512 switch (ip_kotype(port)) {
548 if(ip_kotype(port) == IKOT_NAMED_ENTRY) {
560 if (ip_kotype(port) == IKOT_UPL) {
570 if (ip_kotype(port) == IKOT_AU_SESSIONPORT) {
575 if (ip_kotype(port) == IKOT_FILEPORT) {
591 switch (ip_kotype(port)) {
H A Dipc_misc.c102 if (ip_active(port) && IKOT_FILEPORT == ip_kotype(port))
135 if (ip_kotype(port) != IKOT_FILEPORT)
H A Dipc_tt.c1114 if (!ip_active(port) || (ip_kotype(port) != IKOT_TASK)) {
1156 ip_kotype(port) == IKOT_TASK ) {
1188 (ip_kotype(port) == IKOT_TASK ||
1189 ip_kotype(port) == IKOT_TASK_NAME)) {
1288 ip_kotype(port) == IKOT_THREAD ) {
H A Dipc_mig.c778 if (!ip_active(port) || (ip_kotype(port) != IKOT_MIG)) {
/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)) {
418 type = ip_kotype( 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/ipc/
H A Dipc_port.h193 #define ip_kotype(port) io_kotype(&(port)->ip_object) macro
H A Dmach_debug.c421 *typep = (unsigned int) ip_kotype(port);
H A Dipc_object.c1066 if (ip_kotype(port) == IKOT_LABELH)
H A Dmach_port.c1945 if (ip_kotype(port) == IKOT_LABELH) {
/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_user.c1859 ip_kotype(parent_handle) == IKOT_NAMED_ENTRY) {
2713 ip_kotype(entry_port) != IKOT_NAMED_ENTRY) {
2769 assert(ip_kotype(port) == IKOT_NAMED_ENTRY);
2791 assert(ip_kotype(port) == IKOT_NAMED_ENTRY);
2831 ip_kotype(entry_port) != IKOT_NAMED_ENTRY) {
2883 ip_kotype(entry_port) != IKOT_NAMED_ENTRY) {
H A Dmemory_object.c1467 if (ip_kotype(port) == IKOT_NAMED_ENTRY) {
1542 } else if (ip_kotype(port) == IKOT_MEM_OBJ_CONTROL) {
1993 control->moc_ikot = IKOT_MEM_OBJ_CONTROL; /* fake ip_kotype */
2295 if (!ip_active(port) || (ip_kotype(port) != IKOT_UPL)) {
H A Dvm_map.c2356 } else if (ip_kotype(port) == IKOT_NAMED_ENTRY) {
2507 } else if (ip_kotype(port) == IKOT_MEMORY_OBJECT) {
2512 * Detected fake ip_kotype for a memory object. In
12562 if(IP_VALID(port) && (ip_kotype(port) == IKOT_NAMED_ENTRY)) {
12565 if(ip_active(port) && (ip_kotype(port)
12620 if(IP_VALID(port) && (ip_kotype(port) == IKOT_NAMED_ENTRY)) {
12623 if(ip_active(port) && (ip_kotype(port)

Completed in 181 milliseconds