Searched refs:realhost (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215.1.10/osfmk/kern/ |
| H A D | ipc_host.c | 117 lck_mtx_init(&realhost.lock, &host_notify_lock_grp, LCK_ATTR_NULL); in ipc_host_init() 122 port = ipc_kobject_alloc_port((ipc_kobject_t) &realhost, IKOT_HOST, in ipc_host_init() 124 kernel_set_special_port(&realhost, HOST_PORT, port); in ipc_host_init() 126 port = ipc_kobject_alloc_port((ipc_kobject_t) &realhost, IKOT_HOST_PRIV, in ipc_host_init() 128 kernel_set_special_port(&realhost, HOST_PRIV_PORT, port); in ipc_host_init() 132 bzero(&realhost.exc_actions[0], sizeof(realhost.exc_actions[0])); in ipc_host_init() 134 realhost.exc_actions[i].port = IP_NULL; in ipc_host_init() 138 realhost.exc_actions[i].label = NULL; in ipc_host_init() 140 realhost.exc_actions[i].behavior = 0; in ipc_host_init() 141 realhost.exc_actions[i].flavor = 0; in ipc_host_init() [all …]
|
| H A D | processor.c | 796 *host = &realhost; in processor_info() 818 *host = &realhost; in processor_info() 826 *host = &realhost; in processor_info() 1292 *host = &realhost; in processor_set_info() 1305 *host = &realhost; in processor_set_info() 1318 *host = &realhost; in processor_set_info() 1332 *host = &realhost; in processor_set_info() 1345 *host = &realhost; in processor_set_info() 1358 *host = &realhost; in processor_set_info() 1371 *host = &realhost; in processor_set_info() [all …]
|
| H A D | host.h | 87 extern host_data_t realhost;
|
| H A D | host.c | 136 host_data_t realhost; variable 1387 port = realhost.special[id]; in host_get_special_port() 1390 *portp = ipc_kobject_copy_send(port, &realhost, IKOT_HOST); in host_get_special_port() 1393 *portp = ipc_kobject_copy_send(port, &realhost, IKOT_HOST_PRIV); in host_get_special_port() 1425 return &realhost; in host_self() 1431 return &realhost; in host_priv_self()
|