Searched refs:MACH_PORT_LIMITS_INFO (Results 1 - 17 of 17) sorted by relevance

/macosx-10.9.5/WebKit2-7537.78.2/Platform/mac/
H A DMachUtilities.cpp37 mach_port_set_attributes(mach_task_self(), receivePort, MACH_PORT_LIMITS_INFO, reinterpret_cast<mach_port_info_t>(&portLimits), MACH_PORT_LIMITS_INFO_COUNT); local
/macosx-10.9.5/IOKitUser-907.100.13/
H A DIODataQueueClient.c284 MACH_PORT_LIMITS_INFO, local
292 MACH_PORT_LIMITS_INFO, local
/macosx-10.9.5/DiskArbitration-266/diskarbitrationd/
H A DDAThread.c213 MACH_PORT_LIMITS_INFO, local
H A DDACommand.c374 MACH_PORT_LIMITS_INFO, local
/macosx-10.9.5/xnu-2422.115.4/osfmk/mach/
H A Dport.h346 #define MACH_PORT_LIMITS_INFO 1 /* uses mach_port_status_t */ macro
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dmach++.cpp151 check(::mach_port_get_attributes(self(), mPort, MACH_PORT_LIMITS_INFO,
161 check(::mach_port_set_attributes(self(), mPort, MACH_PORT_LIMITS_INFO,
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dmach++.cpp151 check(::mach_port_get_attributes(self(), mPort, MACH_PORT_LIMITS_INFO,
161 check(::mach_port_set_attributes(self(), mPort, MACH_PORT_LIMITS_INFO,
/macosx-10.9.5/DiskArbitration-266/DiskArbitration/
H A DDASession.c324 MACH_PORT_LIMITS_INFO,
562 MACH_PORT_LIMITS_INFO,
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DSCDPlugin.c245 MACH_PORT_LIMITS_INFO,
/macosx-10.9.5/xnu-2422.115.4/tools/tests/unit_tests/sprace_test_11891562_src/
H A Dsprace_test_11891562.c186 MACH_PORT_LIMITS_INFO, (mach_port_info_t)&limits, sizeof(limits)/sizeof(int));
/macosx-10.9.5/configd-596.15/configd.tproj/
H A Dconfigd.m477 MACH_PORT_LIMITS_INFO,
/macosx-10.9.5/xnu-2422.115.4/osfmk/ipc/
H A Dmach_port.c1745 case MACH_PORT_LIMITS_INFO: {
1855 case MACH_PORT_LIMITS_INFO: {
2298 kr = mach_port_set_attributes(space, *name, MACH_PORT_LIMITS_INFO,
/macosx-10.9.5/kext_tools-326.95.1/
H A Dkextd_main.c532 MACH_PORT_LIMITS_INFO,
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOSX/
H A DDNSServiceDiscovery.c157 result = mach_port_set_attributes(mach_task_self(), port, MACH_PORT_LIMITS_INFO, (mach_port_info_t)&qlimits, MACH_PORT_LIMITS_INFO_COUNT);
/macosx-10.9.5/libdispatch-339.92.1/src/
H A Dqueue.c2962 MACH_PORT_LIMITS_INFO, (mach_port_info_t)&limits,
/macosx-10.9.5/CF-855.17/
H A DCFRunLoop.c268 ret = mach_port_set_attributes(mach_task_self(), result, MACH_PORT_LIMITS_INFO, (mach_port_info_t)&limits, MACH_PORT_LIMITS_INFO_COUNT);
/macosx-10.9.5/launchd-842.92.1/src/
H A Dcore.c1667 kr = mach_port_set_attributes(mach_task_self(), j->exit_status_port, MACH_PORT_LIMITS_INFO, (mach_port_info_t)&limits, sizeof(limits));

Completed in 216 milliseconds