Searched refs:mach_host_self (Results 1 - 25 of 53) sorted by relevance

123

/macosx-10.9.5/xnu-2422.115.4/libsyscall/mach/
H A Dmach_legacy.c31 #undef mach_host_self macro
34 mach_host_self(void) function
H A Dslot_name.c71 return mach_host_self();
/macosx-10.9.5/cctools-845/include/stuff/
H A Dopenstep_mach.h36 #define mach_host_self host_self macro
/macosx-10.9.5/xnu-2422.115.4/libsyscall/mach/mach/
H A Dmach_init.h71 extern mach_port_t mach_host_self(void);
/macosx-10.9.5/WebKit-7537.78.2/mac/Misc/
H A DWebKitSystemBits.m49 host = mach_host_self();
/macosx-10.9.5/shell_cmds-175/systime/
H A Dsystime.c202 host = mach_host_self();
225 host = mach_host_self();
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/vm_purgeable_stat.tproj/
H A Dvm_purgeable_stat.c86 ret = host_processor_sets(mach_host_self(), &psets, &psetCount);
97 ret = host_processor_set_priv(mach_host_self(), psets[0], &pset_priv);
162 result = host_info(mach_host_self(), HOST_VM_PURGABLE, (host_info_t)&info, &count);
/macosx-10.9.5/system_cmds-597.90.1/vm_purgeable_stat.tproj/
H A Dvm_purgeable_stat.c86 ret = host_processor_sets(mach_host_self(), &psets, &psetCount);
97 ret = host_processor_set_priv(mach_host_self(), psets[0], &pset_priv);
162 result = host_info(mach_host_self(), HOST_VM_PURGABLE, (host_info_t)&info, &count);
/macosx-10.9.5/system_cmds-597.90.1/hostinfo.tproj/
H A Dhostinfo.c65 host = mach_host_self();
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/hostinfo.tproj/
H A Dhostinfo.c65 host = mach_host_self();
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/vm_stat.tproj/
H A Dvm_stat.c105 myHost = mach_host_self();
107 if(host_page_size(mach_host_self(), &pageSize) != KERN_SUCCESS) {
/macosx-10.9.5/system_cmds-597.90.1/vm_stat.tproj/
H A Dvm_stat.c105 myHost = mach_host_self();
107 if(host_page_size(mach_host_self(), &pageSize) != KERN_SUCCESS) {
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/qt/
H A DWebProcessQt.cpp66 mach_port_t host = mach_host_self();
/macosx-10.9.5/libutil-34/
H A Dreexec_to_match_kernel.c129 kret = host_info(mach_host_self(), HOST_BASIC_INFO, (host_info_t)&hi, &size);
/macosx-10.9.5/WebKit2-7537.78.2/NetworkProcess/mac/
H A DNetworkProcessMac.mm148 mach_port_t host = mach_host_self();
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/mac/
H A DWebProcessMac.mm70 mach_port_t host = mach_host_self();
/macosx-10.9.5/Libc-997.90.3/gen/
H A Dnanosleep.c47 mach_port_t host = mach_host_self();
H A Dnlist.c168 host = mach_host_self();
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/
H A DHost.cpp350 host_info(mach_host_self(), HOST_BASIC_INFO, (host_info_t)&hostInfo,
/macosx-10.9.5/xnu-2422.115.4/tools/tests/xnu_quick_test/
H A Dcommpage_tests.c303 host = mach_host_self();
/macosx-10.9.5/gssd-62/
H A Dgsstest.c186 kr = host_get_gssd_port(mach_host_self(), &hgssdp);
201 mach_port_deallocate(mach_host_self(), hgssdp);
/macosx-10.9.5/system_cmds-597.90.1/lsmp.tproj/
H A Dlsmp.c444 ret = host_processor_sets(mach_host_self(), &psets, &psetCount);
455 ret = host_processor_set_priv(mach_host_self(), psets[0], &pset_priv);
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/lsmp.tproj/
H A Dlsmp.c444 ret = host_processor_sets(mach_host_self(), &psets, &psetCount);
455 ret = host_processor_set_priv(mach_host_self(), psets[0], &pset_priv);
/macosx-10.9.5/xnu-2422.115.4/tools/tests/superpages/
H A Dtestsp.c364 kr = mach_vm_wire(mach_host_self(), mach_task_self(), addr, size, VM_PROT_WRITE | VM_PROT_READ);
393 kr = mach_vm_wire(mach_host_self(), mach_task_self(), addr, size, VM_PROT_NONE);
/macosx-10.9.5/cctools-845/libstuff/
H A Dget_arch_from_host.c57 my_mach_host_self = mach_host_self();

Completed in 566 milliseconds

123