Searched refs:realhost (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.1.9/osfmk/kern/ |
| H A D | ipc_host.c | 120 lck_mtx_init(&realhost.lock, &host_notify_lock_grp, LCK_ATTR_NULL); in ipc_host_init() 125 port = ipc_kobject_alloc_port((ipc_kobject_t) &realhost, IKOT_HOST, in ipc_host_init() 127 kernel_set_special_port(&realhost, HOST_PORT, port); in ipc_host_init() 129 port = ipc_kobject_alloc_port((ipc_kobject_t) &realhost, IKOT_HOST_PRIV, in ipc_host_init() 131 kernel_set_special_port(&realhost, HOST_PRIV_PORT, port); in ipc_host_init() 135 bzero(&realhost.exc_actions[0], sizeof(realhost.exc_actions[0])); in ipc_host_init() 137 realhost.exc_actions[i].port = IP_NULL; in ipc_host_init() 141 realhost.exc_actions[i].label = NULL; in ipc_host_init() 143 realhost.exc_actions[i].behavior = 0; in ipc_host_init() 144 realhost.exc_actions[i].flavor = 0; in ipc_host_init() [all …]
|
| H A D | processor.c | 864 *host = &realhost; in processor_info() 886 *host = &realhost; in processor_info() 894 *host = &realhost; in processor_info() 1362 *host = &realhost; in processor_set_info() 1375 *host = &realhost; in processor_set_info() 1388 *host = &realhost; in processor_set_info() 1402 *host = &realhost; in processor_set_info() 1415 *host = &realhost; in processor_set_info() 1428 *host = &realhost; in processor_set_info() 1441 *host = &realhost; in processor_set_info() [all …]
|
| H A D | host.h | 87 extern host_data_t realhost;
|
| H A D | host.c | 138 host_data_t realhost; variable 1403 port = realhost.special[id]; in host_get_special_port() 1406 *portp = ipc_kobject_copy_send(port, &realhost, IKOT_HOST); in host_get_special_port() 1409 *portp = ipc_kobject_copy_send(port, &realhost, IKOT_HOST_PRIV); in host_get_special_port() 1441 return &realhost; in host_self() 1447 return &realhost; in host_priv_self()
|