Home
last modified time | relevance | path

Searched refs:ip_kobject (Results 1 – 6 of 6) sorted by relevance

/NextBSD/sys/compat/mach/kern/
HDipc_host.c348 host = (host_t) port->ip_kobject; in convert_port_to_host()
374 host = (host_t) port->ip_kobject; in convert_port_to_host_priv()
401 processor = (processor_t) port->ip_kobject; in convert_port_to_processor()
469 pset = (processor_set_t) port->ip_kobject; in ref_pset_port_locked()
592 host = (host_t) port->ip_kobject; in convert_port_to_host_security()
HDipc_tt.c898 task = (task_t) port->ip_kobject; in ref_task_port_locked()
952 space = ((task_t) port->ip_kobject)->itk_space; in ref_space_port_locked()
1006 thr_act = (thread_act_t) port->ip_kobject; in ref_act_port_locked()
/NextBSD/sys/compat/mach/ipc/
HDipc_kobject.c467 port->ip_kobject = kobject; in ipc_kobject_set()
506 port, port->ip_kobject, ip_kotype(port)); in ipc_kobject_destroy()
HDmach_debug.c557 *addrp = (vm_offset_t) port->ip_kobject;
HDipc_port.c1614 printf(", kobj=0x%x\n", port->ip_kobject); in ipc_port_print()
/NextBSD/sys/sys/mach/ipc/
HDipc_port.h259 #define ip_kobject port_comm.rcd_comm.icd_kobject macro