Home
last modified time | relevance | path

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

/xnu-8792.41.9/libsyscall/mach/
H A Dadd_attributes_to_mig.txt59 host_info
/xnu-8792.41.9/osfmk/mach/
H A Dmach.modulemap66 module host_info {
67 header "mach/host_info.h"
H A DMakefile134 host_info.h \
210 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.defs90 routine host_info(
/xnu-8792.41.9/bsd/dev/arm64/
H A Dsysctl.c147 kern_return_t kret = host_info((host_t)BSD_HOST,
/xnu-8792.41.9/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-8792.41.9/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-8792.41.9/tests/
H A Dtask_info.c220 …err = host_info(host, HOST_DEBUG_INFO_INTERNAL, (host_info_t)&debug_info,…
/xnu-8792.41.9/osfmk/kern/
H A Dhost.c190 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.c1045 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.c7881 __assert_only kern_return_t kret = host_info(host_self(), HOST_BASIC_INFO, in sched_qos_max_parallelism()
/xnu-8792.41.9/bsd/kern/
H A Dkern_mib.c301 kret = host_info((host_t)BSD_HOST, HOST_BASIC_INFO, (host_info_t)&hinfo, &count); in sysctl_hw_generic()
H A Dkern_sysctl.c571 kret = host_info((host_t)BSD_HOST, HOST_BASIC_INFO, (host_info_t)&hinfo, &count); in sysctl_sched_stats()
/xnu-8792.41.9/osfmk/vm/
H A Dvm_compressor.c1150 host_info((host_t)BSD_HOST, HOST_BASIC_INFO, (host_info_t)&hinfo, &count); in vm_compressor_init()
H A Dvm_pageout.c5265 host_info((host_t)BSD_HOST, HOST_BASIC_INFO, (host_info_t)&hinfo, &count); in vm_pageout_internal_start()