| /xnu-8019.80.24/osfmk/mach/ |
| H A D | mach_host.defs | 91 host : host_t; 99 host : host_t; 112 host : host_t; 121 host :host_t; 134 host : host_t; 143 host : host_t; 151 host : host_t; 161 host : host_t; 173 host : host_t; 190 host : host_t; [all …]
|
| H A D | mach_types.h | 125 typedef struct host *host_t; typedef 191 typedef mach_port_t host_t; 259 typedef host_t host_name_t; 260 typedef host_t host_name_port_t; 298 #define HOST_NULL ((host_t) NULL) 328 #define HOST_NULL ((host_t) 0)
|
| H A D | host_security.defs | 86 host : host_t; 99 host : host_t);
|
| H A D | clock.defs | 49 * host_get_clock_service(host_t,...)
|
| H A D | processor.defs | 108 out host : host_t;
|
| H A D | processor_set.defs | 158 out host : host_t;
|
| H A D | mach_types.defs | 405 type host_t = mach_port_t 407 intran: host_t convert_port_to_host(mach_port_t) 408 outtran: mach_port_t convert_host_to_port(host_t)
|
| /xnu-8019.80.24/osfmk/kern/ |
| H A D | ipc_host.h | 101 extern host_t convert_port_to_host( 105 extern host_t convert_port_to_host_priv( 109 extern host_t convert_port_to_host_paging( 114 host_t host);
|
| H A D | host.c | 187 host_info(host_t host, host_flavor_t flavor, host_info_t info, mach_msg_type_number_t * count) in host_info() 401 kern_return_t host_statistics(host_t host, host_flavor_t flavor, host_info_t info, mach_msg_type_nu… 404 host_statistics(host_t host, host_flavor_t flavor, host_info_t info, mach_msg_type_number_t * count) in host_statistics() 881 kern_return_t host_statistics64(host_t host, host_flavor_t flavor, host_info_t info, mach_msg_type_… 884 host_statistics64(host_t host, host_flavor_t flavor, host_info64_t info, mach_msg_type_number_t * c… in host_statistics64() 916 host_statistics64_from_user(host_t host, host_flavor_t flavor, host_info64_t info, mach_msg_type_nu… in host_statistics64_from_user() 943 host_statistics_from_user(host_t host, host_flavor_t flavor, host_info64_t info, mach_msg_type_numb… in host_statistics_from_user() 976 return host_statistics((host_t)host_priv, flavor, info, count); in host_priv_statistics() 1040 host_page_size(host_t host, vm_size_t * out_page_size) in host_page_size() 1058 host_kernel_version(host_t host, kernel_version_t out_version) in host_kernel_version() [all …]
|
| H A D | ipc_host.c | 214 host_t host, in processor_set_default() 235 host_t 239 host_t host = HOST_NULL; in convert_port_to_host() 245 host = (host_t)ipc_kobject_get_stable(port, type); in convert_port_to_host() 263 host_t 267 host_t host = HOST_NULL; in convert_port_to_host_priv() 367 host_t host) in convert_host_to_port()
|
| H A D | kmod.c | 134 host_t host __unused, 139 host_t host __unused, in kmod_get_info()
|
| H A D | host.h | 121 extern host_t host_self(void);
|
| H A D | host_notify.c | 70 host_t host, in host_request_notification()
|
| H A D | ipc_tt.h | 226 extern host_t port_name_to_host(
|
| H A D | processor.c | 641 host_t *host, in processor_info() 985 kern_return_t kret = host_info((host_t)BSD_HOST, HOST_BASIC_INFO, (host_info_t)&hinfo, &count); in enable_smt_processors() 1016 __unused host_t host, in processor_set_create() 1055 host_t *host, in processor_set_info()
|
| H A D | clock_oldops.c | 257 host_t host, in host_get_clock_service()
|
| /xnu-8019.80.24/libsyscall/mach/ |
| H A D | host.c | 37 host_get_atm_diagnostic_flag(host_t host __unused, in host_get_atm_diagnostic_flag() 45 host_get_multiuser_config_flags(host_t host __unused, in host_get_multiuser_config_flags() 58 host_check_multiuser_mode(host_t host __unused, in host_check_multiuser_mode()
|
| H A D | mach_init.c | 89 host_page_size(__unused host_t host, vm_size_t *out_page_size) in host_page_size()
|
| /xnu-8019.80.24/tests/ |
| H A D | processor_info.c | 23 host_t host = mach_host_self(); 24 host_t priv_port = MACH_PORT_NULL; 113 host_t host = mach_host_self(); 114 host_t priv_port = MACH_PORT_NULL;
|
| H A D | host_statistics_rate_limiting.c | 112 get_host_info(struct all_host_info* data, host_t self, int iter) in get_host_info() 145 host_t self;
|
| H A D | perf_exit_proc.c | 54 host_t host_priv_port; in allocate_and_wire_memory()
|
| /xnu-8019.80.24/libsyscall/mach/mach/ |
| H A D | mach_init.h | 80 extern kern_return_t host_page_size(host_t, vm_size_t *);
|
| /xnu-8019.80.24/bsd/dev/arm/ |
| H A D | sysctl.c | 83 kern_return_t kret = host_info((host_t)BSD_HOST,
|
| /xnu-8019.80.24/bsd/dev/arm64/ |
| H A D | sysctl.c | 147 kern_return_t kret = host_info((host_t)BSD_HOST,
|
| /xnu-8019.80.24/osfmk/vm/ |
| H A D | vm_debug.c | 667 __DEBUG_ONLY host_t host, in host_virtual_physical_table_info()
|