Home
last modified time | relevance | path

Searched refs:host_t (Results 1 – 25 of 43) sorted by relevance

12

/xnu-12377.81.4/osfmk/mach/ !
H A Dmach_host.defs95 host : host_t;
103 host : host_t;
116 host : host_t;
125 host :host_t;
138 host : host_t;
152 host : host_t;
160 host : host_t;
170 host : host_t;
182 host : host_t;
195 host : host_t;
[all …]
H A Dmach_types.h126 typedef struct host *host_t; typedef
191 typedef mach_port_t host_t;
269 typedef host_t host_name_t;
270 typedef host_t host_name_port_t;
310 #define HOST_NULL ((host_t) NULL)
340 #define HOST_NULL ((host_t) 0)
H A Dhost_security.defs86 host : host_t;
96 host : host_t);
H A Dclock.defs49 * host_get_clock_service(host_t,...)
H A Dprocessor.defs108 out host : host_t;
H A Dprocessor_set.defs156 out host : host_t;
H A Dmach_types.defs408 type host_t = mach_port_t
410 intran: host_t convert_port_to_host(mach_port_t)
411 outtran: mach_port_t convert_host_to_port(host_t)
/xnu-12377.81.4/libsyscall/mach/ !
H A Dhost.c37 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()
115 host_t host,
120 host_t host, in host_get_io_master()
H A Dmach_init.c89 host_page_size(__unused host_t host, vm_size_t *out_page_size) in host_page_size()
/xnu-12377.81.4/osfmk/kern/ !
H A Dipc_host.h96 extern host_t convert_port_to_host(
100 extern host_t convert_port_to_host_priv(
105 host_t host);
H A Dkmod.c94 host_t host __unused,
99 host_t host __unused, in kmod_get_info()
H A Dhost.c194 host_info(host_t host, host_flavor_t flavor, host_info_t info, mach_msg_type_number_t * count) in host_info()
417 kern_return_t host_statistics(host_t host, host_flavor_t flavor, host_info_t info, mach_msg_type_nu…
420 host_statistics(host_t host, host_flavor_t flavor, host_info_t info, mach_msg_type_number_t * count) in host_statistics()
934 kern_return_t host_statistics64(host_t host, host_flavor_t flavor, host_info_t info, mach_msg_type_…
937 host_statistics64(host_t host, host_flavor_t flavor, host_info64_t info, mach_msg_type_number_t * c… in host_statistics64()
976 host_statistics64_from_user(host_t host, host_flavor_t flavor, host_info64_t info, mach_msg_type_nu… in host_statistics64_from_user()
1003 host_statistics_from_user(host_t host, host_flavor_t flavor, host_info64_t info, mach_msg_type_numb… in host_statistics_from_user()
1036 return host_statistics((host_t)host_priv, flavor, info, count); in host_priv_statistics()
1100 host_page_size(host_t host, vm_size_t * out_page_size) in host_page_size()
1118 host_kernel_version(host_t host, kernel_version_t out_version) in host_kernel_version()
[all …]
H A Dipc_host.c222 host_t host, in processor_set_default()
243 host_t
247 host_t host = HOST_NULL; in convert_port_to_host()
253 host = (host_t)ipc_kobject_get_stable(port, type); in convert_port_to_host()
271 host_t
275 host_t host = HOST_NULL; in convert_port_to_host_priv()
408 host_t host) in convert_host_to_port()
H A Dhost.h121 extern host_t host_self(void);
H A Dhost_notify.c66 host_t host, in host_request_notification()
H A Dipc_tt.h218 extern host_t port_name_to_host(
H A Dprocessor.c805 host_t *host, in processor_info()
1334 kern_return_t kret = host_info((host_t)BSD_HOST, HOST_BASIC_INFO, (host_info_t)&hinfo, &count); in enable_smt_processors()
1397 host_t *host, in processor_set_info()
/xnu-12377.81.4/tests/ !
H A Dprocessor_info.c29 host_t host = mach_host_self();
30 host_t priv_port = MACH_PORT_NULL;
119 host_t host = mach_host_self();
120 host_t priv_port = MACH_PORT_NULL;
H A Dperf_exit_proc.c54 host_t host_priv_port; in allocate_and_wire_memory()
H A Dhost_statistics_rate_limiting.c96 get_host_info(struct all_host_info* data, host_t self, int iter) in get_host_info()
161 host_t self;
H A Dnet_test_lib.h74 extern kern_return_t mach_zone_force_gc(host_t host);
/xnu-12377.81.4/libsyscall/mach/mach/ !
H A Dmach_init.h80 extern kern_return_t host_page_size(host_t, vm_size_t *);
/xnu-12377.81.4/tests/sched/ !
H A Dall_cores_running.c73 static host_t host;
81 host_t priv_host; in init_host_and_cpu_count()
/xnu-12377.81.4/tests/vm/ !
H A Dvm_parameter_validation_replacement_mach_host.defs16 host :host_t;
/xnu-12377.81.4/bsd/dev/arm64/ !
H A Dsysctl.c154 kern_return_t kret = host_info((host_t)BSD_HOST,

12