Searched refs:hostPort (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A Ddyld_shared_cache_util.cpp98 mach_port_t hostPort = mach_host_self(); local
99 kern_return_t result = host_info(hostPort, HOST_BASIC_INFO, (host_info_t)&info, &count);
100 mach_port_deallocate(mach_task_self(), hostPort); local
H A Dupdate_dyld_shared_cache.cpp3569 mach_port_t hostPort = mach_host_self(); local
3570 kern_return_t result = host_info(hostPort, HOST_BASIC_INFO, (host_info_t)&info, &count);
3571 mach_port_deallocate(mach_task_self(), hostPort); local
/macosx-10.10.1/dyld-353.2.1/src/
H A Ddyld.cpp1816 mach_port_t hostPort = mach_host_self();
1817 kern_return_t result = host_info(hostPort, HOST_BASIC_INFO, (host_info_t)&info, &count);
1822 mach_port_deallocate(mach_task_self(), hostPort);
4312 mach_port_t hostPort = mach_host_self();
4313 kern_return_t result = host_info(hostPort, HOST_BASIC_INFO, (host_info_t)&info, &count);
4314 mach_port_deallocate(mach_task_self(), hostPort);

Completed in 106 milliseconds