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

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
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)) {
122 if (ip_active(port) && (ip_kotype(port) == IKOT_LOCK_SET)) {
H A Dhost_notify.c102 if (!ip_active(port) || ip_kotype(port) != IKOT_NONE) {
130 if (ip_kotype(port) == IKOT_HOST_NOTIFY) {
181 assert(ip_kotype(port) == IKOT_HOST_NOTIFY);
H A Dmk_timer.c105 if (ip_kotype(port) == IKOT_TIMER) {
204 if (ip_kotype(port) == IKOT_TIMER) {
231 if (ip_kotype(port) == IKOT_TIMER) {
271 if (ip_kotype(port) == IKOT_TIMER) {
H A Dipc_host.c326 ((ip_kotype(port) == IKOT_HOST) ||
327 (ip_kotype(port) == IKOT_HOST_PRIV)
354 (ip_kotype(port) == IKOT_HOST_PRIV))
381 (ip_kotype(port) == IKOT_PROCESSOR))
448 ((ip_kotype(port) == IKOT_PSET) ||
449 (matchn && (ip_kotype(port) == IKOT_PSET_NAME)))) {
570 (ip_kotype(port) == IKOT_HOST_SECURITY))
H A Dipc_kobject.c492 switch (ip_kotype(port)) {
528 if(ip_kotype(port) == IKOT_NAMED_ENTRY) {
540 if (ip_kotype(port) == IKOT_UPL) {
561 switch (ip_kotype(port)) {
H A Dledger.c377 (ip_kotype(port) == IKOT_LEDGER))
H A Dipc_tt.c1154 if (!ip_active(port) || (ip_kotype(port) != IKOT_TASK)) {
1196 ip_kotype(port) == IKOT_TASK ) {
1228 (ip_kotype(port) == IKOT_TASK ||
1229 ip_kotype(port) == IKOT_TASK_NAME)) {
1328 ip_kotype(port) == IKOT_THREAD ) {
H A Dipc_mig.c686 if (!ip_active(port) || (ip_kotype(port) != IKOT_MIG)) {
/macosx-10.5.8/xnu-1228.15.4/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)) {
199 if (ip_active(port) && (ip_kotype(port) == IKOT_IOKIT_CONNECT)) {
390 type = ip_kotype( port );
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A DDiagnostics.c421 if (!ip_active(port) || (ip_kotype(port) != IKOT_PROCESSOR)) { /* Active and a processor? */
462 if (!ip_active(port) || (ip_kotype(port) != IKOT_PROCESSOR)) { /* Active and a processor? */
/macosx-10.5.8/xnu-1228.15.4/osfmk/UserNotification/
H A DKUNCUserNotifications.c399 if (!ip_active(port) || (ip_kotype(port) != IKOT_UND_REPLY)) {
/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dipc_port.h187 #define ip_kotype(port) io_kotype(&(port)->ip_object) macro
H A Dipc_port.c1467 if (ip_kotype(port) == type &&
1508 if (ip_kotype(port) >= IKOT_MAX_TYPE) {
1513 port_types[ip_kotype(port)].total_count++;
1515 port_types[ip_kotype(port)].dead_count++;
H A Dmach_debug.c546 *typep = (unsigned int) ip_kotype(port);
H A Dipc_object.c1016 if (ip_kotype(port) == IKOT_LABELH)
H A Dmach_port.c1829 if (ip_kotype(port) == IKOT_LABELH) {
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_user.c1759 ip_kotype(parent_handle) == IKOT_NAMED_ENTRY) {
2562 ip_kotype(entry_port) != IKOT_NAMED_ENTRY) {
2618 assert(ip_kotype(port) == IKOT_NAMED_ENTRY);
2640 assert(ip_kotype(port) == IKOT_NAMED_ENTRY);
2677 ip_kotype(entry_port) != IKOT_NAMED_ENTRY) {
2729 ip_kotype(entry_port) != IKOT_NAMED_ENTRY) {
H A Dmemory_object.c1461 if (ip_kotype(port) == IKOT_NAMED_ENTRY) {
1534 } else if (ip_kotype(port) == IKOT_MEM_OBJ_CONTROL) {
1925 control->moc_ikot = IKOT_MEM_OBJ_CONTROL; /* fake ip_kotype */
2213 if (!ip_active(port) || (ip_kotype(port) != IKOT_UPL)) {
H A Dvm_map.c2207 } else if (ip_kotype(port) == IKOT_NAMED_ENTRY) {
2362 } else if (ip_kotype(port) == IKOT_MEMORY_OBJECT) {
2367 * Detected fake ip_kotype for a memory object. In
11334 if(IP_VALID(port) && (ip_kotype(port) == IKOT_NAMED_ENTRY)) {
11337 if(ip_active(port) && (ip_kotype(port)
11392 if(IP_VALID(port) && (ip_kotype(port) == IKOT_NAMED_ENTRY)) {
11395 if(ip_active(port) && (ip_kotype(port)

Completed in 198 milliseconds