Searched refs:HOST_BASIC_INFO (Results 1 - 23 of 23) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/osfmk/chud/
H A Dchud_cpu.c58 kr = host_info(host_self(), HOST_BASIC_INFO, (integer_t *)&hinfo, &count);
/macosx-10.10.1/WebKit-7600.1.25/mac/Misc/
H A DWebKitSystemBits.m51 r = host_info(host, HOST_BASIC_INFO, (host_info_t) &gHostBasicInfo, &count);
/macosx-10.10.1/system_cmds-643.1.1/hostinfo.tproj/
H A Dhostinfo.c73 ret = host_info(host, HOST_BASIC_INFO, (host_info_t)&hi, &size);
/macosx-10.10.1/WebKit2-7600.1.25/NetworkProcess/cocoa/
H A DNetworkProcessCocoa.mm102 kern_return_t r = host_info(host, HOST_BASIC_INFO, (host_info_t)&hostInfo, &count);
/macosx-10.10.1/libutil-38/
H A Dreexec_to_match_kernel.c129 kret = host_info(mach_host_self(), HOST_BASIC_INFO, (host_info_t)&hi, &size);
/macosx-10.10.1/shell_cmds-179/systime/
H A Dsystime.c229 kret = host_info(host, HOST_BASIC_INFO, (host_info_t)&hi, &count);
/macosx-10.10.1/xnu-2782.1.97/osfmk/mach/
H A Dhost_info.h96 #define HOST_BASIC_INFO 1 /* basic info */ macro
/macosx-10.10.1/Libc-1044.1.2/gen/
H A Dnlist.c170 if (host_info(host, HOST_BASIC_INFO,
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A DHost.cpp350 host_info(mach_host_self(), HOST_BASIC_INFO, (host_info_t)&hostInfo,
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/cocoa/
H A DWebProcessCocoa.mm77 kern_return_t r = host_info(host, HOST_BASIC_INFO, (host_info_t)&hostInfo, &count);
/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A Ddyld_shared_cache_util.cpp99 kern_return_t result = host_info(hostPort, HOST_BASIC_INFO, (host_info_t)&info, &count);
H A Dupdate_dyld_shared_cache.cpp3570 kern_return_t result = host_info(hostPort, HOST_BASIC_INFO, (host_info_t)&info, &count);
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dkern_mib.c196 kret = host_info((host_t)BSD_HOST, HOST_BASIC_INFO, (host_info_t)&hinfo, &count);
H A Dkdebug.c372 host_info((host_t)1 /* BSD_HOST */, HOST_BASIC_INFO, (host_info_t)&hinfo, &count);
H A Dkern_sysctl.c403 kret = host_info((host_t)BSD_HOST, HOST_BASIC_INFO, (host_info_t)&hinfo, &count);
/macosx-10.10.1/xnu-2782.1.97/tools/tests/MPMMTest/
H A DMPMMtest.c127 result = host_info(mach_host_self(), HOST_BASIC_INFO,
H A DKQMPMMtest.c128 result = host_info(mach_host_self(), HOST_BASIC_INFO,
/macosx-10.10.1/dtrace-147/libelf/
H A Dbegin.c162 kret = host_info(mach_host_self(), HOST_BASIC_INFO, (host_info_t)&hi, &size);
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dhost.c158 case HOST_BASIC_INFO:
/macosx-10.10.1/dtrace-147/cmd/
H A Ddtrace_1.c188 kret = host_info(mach_host_self(), HOST_BASIC_INFO, (host_info_t)&hi, &size);
/macosx-10.10.1/dyld-353.2.1/src/
H A Ddyld.cpp1817 kern_return_t result = host_info(hostPort, HOST_BASIC_INFO, (host_info_t)&info, &count);
4313 kern_return_t result = host_info(hostPort, HOST_BASIC_INFO, (host_info_t)&info, &count);
/macosx-10.10.1/xnu-2782.1.97/osfmk/vm/
H A Dvm_compressor.c441 host_info((host_t)BSD_HOST, HOST_BASIC_INFO, (host_info_t)&hinfo, &count);
H A Dvm_pageout.c4257 host_info((host_t)BSD_HOST, HOST_BASIC_INFO, (host_info_t)&hinfo, &count);

Completed in 511 milliseconds