Home
last modified time | relevance | path

Searched refs:host_info (Results 1 – 19 of 19) sorted by relevance

/xnu-12377.61.12/tests/vm/ !
H A Dvm_parameter_validation_replacement_mach_host.defs11 skip; // host_info
H A Dmemorystatus_freeze_test.c2406 kern_return_t kr = host_info(mach_host_self(), HOST_VM_COMPRESSOR_Q_LENS,
/xnu-12377.61.12/libsyscall/mach/ !
H A Dadd_attributes_to_mig.txt61 host_info
/xnu-12377.61.12/tests/ !
H A Dbingrade.c95 kr = host_info(mach_host_self(), HOST_PREFERRED_USER_ARCH, (host_info_t)&hi, &count);
H A Dtask_info.c220 …err = host_info(host, HOST_DEBUG_INFO_INTERNAL, (host_info_t)&debug_info,…
/xnu-12377.61.12/osfmk/mach/ !
H A DMakefile141 host_info.h \
216 host_info.h \
H A Dmach_types.defs435 * If other host_info flavors are added, this definition may
436 * need to be changed. (See mach/{host_info,vm_statistics}.h)
H A Dmach_host.defs94 routine host_info(
/xnu-12377.61.12/bsd/dev/arm64/ !
H A Dsysctl.c154 kern_return_t kret = host_info((host_t)BSD_HOST,
/xnu-12377.61.12/bsd/vfs/ !
H A Dvfs_io_compression_stats.c95 host_info((host_t)BSD_HOST, HOST_BASIC_INFO, (host_info_t)&hinfo, &count); in io_compression_stats_allocate_compression_buffers()
/xnu-12377.61.12/tools/tests/MPMMTest/ !
H A DKQMPMMtest.c140 result = host_info(mach_host_self(), HOST_BASIC_INFO, in parse_args()
H A DMPMMtest.c170 result = host_info(mach_host_self(), HOST_BASIC_INFO, in parse_args()
/xnu-12377.61.12/osfmk/kern/ !
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() function
H A Dprocessor.c1275 kern_return_t kret = host_info((host_t)BSD_HOST, HOST_BASIC_INFO, (host_info_t)&hinfo, &count); in enable_smt_processors()
H A Dsched_prim.c8969 __assert_only kern_return_t kret = host_info(host_self(), HOST_BASIC_INFO, in sched_qos_max_parallelism()
/xnu-12377.61.12/bsd/kern/ !
H A Dkern_mib.c331 kret = host_info((host_t)BSD_HOST, HOST_BASIC_INFO, (host_info_t)&hinfo, &count); in sysctl_hw_generic()
H A Dkern_sysctl.c594 kret = host_info((host_t)BSD_HOST, HOST_BASIC_INFO, (host_info_t)&hinfo, &count); in sysctl_sched_stats()
/xnu-12377.61.12/osfmk/vm/ !
H A Dvm_compressor.c1176 host_info((host_t)BSD_HOST, HOST_BASIC_INFO, (host_info_t)&hinfo, &count); in vm_compressor_init()
H A Dvm_pageout.c5644 host_info((host_t)BSD_HOST, HOST_BASIC_INFO, (host_info_t)&hinfo, &count);