Searched refs:mach_port_allocate (Results 1 - 25 of 70) sorted by relevance

123

/macosx-10.9.5/cctools-845/include/stuff/
H A Dopenstep_mach.h38 #define mach_port_allocate port_allocate macro
/macosx-10.9.5/xnu-2422.115.4/tools/tests/unit_tests/guarded_mach_port_tests_11178535_src/
H A Dguarded_test.c311 kret = mach_port_allocate(mach_task_self(), MACH_PORT_RIGHT_RECEIVE, &port);
404 kret = mach_port_allocate(mach_task_self(), MACH_PORT_RIGHT_RECEIVE, &port);
457 kret = mach_port_allocate(mach_task_self(), MACH_PORT_RIGHT_RECEIVE, &port);
470 kret = mach_port_allocate(mach_task_self(), MACH_PORT_RIGHT_RECEIVE, &port);
499 kret = mach_port_allocate(mach_task_self(), MACH_PORT_RIGHT_RECEIVE, &port);
/macosx-10.9.5/WebKit2-7537.78.2/SharedWorkerProcess/
H A DSharedWorkerProcess.cpp123 mach_port_allocate(mach_task_self(), MACH_PORT_RIGHT_RECEIVE, &listeningPort);
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DSCDNotifierWait.c96 status = mach_port_allocate(mach_task_self(), MACH_PORT_RIGHT_RECEIVE, &port);
98 SCLog(TRUE, LOG_ERR, CFSTR("SCDynamicStoreNotifyWait mach_port_allocate(): %s"), mach_error_string(status));
/macosx-10.9.5/xnu-2422.115.4/tools/tests/unit_tests/sprace_test_11891562_src/
H A Dsprace_test_11891562.c40 kr = mach_port_allocate(mach_task_self(), MACH_PORT_RIGHT_RECEIVE, &notify);
42 mach_error("mach_port_allocate(notify)", kr);
172 kr = mach_port_allocate(mach_task_self(), MACH_PORT_RIGHT_RECEIVE, &msg_port);
174 mach_error("mach_port_allocate(msg_port)", kr);
188 mach_error("mach_port_allocate(msg_port)", kr);
/macosx-10.9.5/IOKitUser-907.100.13/
H A Dionotify.c90 kr = mach_port_allocate(mach_task_self(), MACH_PORT_RIGHT_RECEIVE, &port)
H A DFireWireTest.cpp234 kr = mach_port_allocate(mach_task_self(), MACH_PORT_RIGHT_RECEIVE, &port);
H A DIODataQueueClient.c278 mach_port_allocate(mach_task_self(), MACH_PORT_RIGHT_RECEIVE, &port);
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOSX/
H A DDNSServiceDiscovery.c176 result = mach_port_allocate(mach_task_self(), MACH_PORT_RIGHT_RECEIVE, &clientPort);
227 result = mach_port_allocate(mach_task_self(), MACH_PORT_RIGHT_RECEIVE, &clientPort);
286 result = mach_port_allocate(mach_task_self(), MACH_PORT_RIGHT_RECEIVE, &clientPort);
345 result = mach_port_allocate(mach_task_self(), MACH_PORT_RIGHT_RECEIVE, &clientPort);
/macosx-10.9.5/xnu-2422.115.4/tools/tests/unit_tests/thread_get_state_11918811_src/
H A Dthread_get_state.c72 kret = mach_port_allocate(mach_task_self(), MACH_PORT_RIGHT_RECEIVE,
75 errx(1, "mach_port_allocate: %s (%d)", mach_error_string(kret), kret);
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/EntryPoint/mac/LegacyProcess/
H A DWebContentProcessMain.mm85 mach_port_allocate(mach_task_self(), MACH_PORT_RIGHT_RECEIVE, &publishedService);
/macosx-10.9.5/xnu-2422.115.4/bsd/uxkern/
H A Dux_exception.c116 if (mach_port_allocate(get_task_ipcspace(ux_handler_self), MACH_PORT_RIGHT_PORT_SET, &exc_set_name) != MACH_MSG_SUCCESS)
123 if (mach_port_allocate(get_task_ipcspace(ux_handler_self), MACH_PORT_RIGHT_RECEIVE, &exc_port_name) != MACH_MSG_SUCCESS)
/macosx-10.9.5/xnu-2422.115.4/tools/tests/MPMMTest/
H A DMPMMtest.c229 ret = mach_port_allocate(mach_task_self(),
233 mach_error("mach_port_allocate(SET): ", ret);
240 ret = mach_port_allocate(mach_task_self(),
244 mach_error("mach_port_allocate(PORT): ", ret);
310 ret = mach_port_allocate(mach_task_self(),
314 mach_error("mach_port_allocate(): ", ret);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/Launcher/mac/
H A DProcessLauncherMac.mm202 mach_port_allocate(mach_task_self(), MACH_PORT_RIGHT_RECEIVE, &listeningPort);
343 mach_port_allocate(mach_task_self(), MACH_PORT_RIGHT_RECEIVE, &listeningPort);
381 mach_port_allocate(mach_task_self(), MACH_PORT_RIGHT_RECEIVE, &listeningPort);
/macosx-10.9.5/DiskArbitration-266/DiskArbitration/
H A DDASession.c310 status = mach_port_allocate( mach_task_self( ), MACH_PORT_RIGHT_RECEIVE, &clientPort );
548 status = mach_port_allocate( mach_task_self( ), MACH_PORT_RIGHT_RECEIVE, &client );
/macosx-10.9.5/WebKit2-7537.78.2/Platform/CoreIPC/mac/
H A DConnectionMac.cpp135 mach_port_allocate(mach_task_self(), MACH_PORT_RIGHT_RECEIVE, &m_receivePort);
498 if (mach_port_allocate(mach_task_self(), MACH_PORT_RIGHT_RECEIVE, &m_exceptionPort) != KERN_SUCCESS)
/macosx-10.9.5/xnu-2422.115.4/osfmk/mach/
H A Dmach_port.defs142 routine mach_port_allocate(
/macosx-10.9.5/xnu-2422.115.4/tools/tests/libMicro/apple/
H A Dlb_mmtest.c372 ret = mach_port_allocate(mach_task_self(), MACH_PORT_RIGHT_RECEIVE,
375 mach_error("mach_port_allocate(): ", ret);
401 ret = mach_port_allocate(mach_task_self(), MACH_PORT_RIGHT_RECEIVE,
404 mach_error("mach_port_allocate(): ", ret);
/macosx-10.9.5/xnu-2422.115.4/tools/tests/xnu_quick_test/
H A Dkqueue_tests.c389 my_kr = mach_port_allocate( mach_task_self(), MACH_PORT_RIGHT_PORT_SET, &my_pset );
391 printf( "mach_port_allocate failed with error %d - %s \n", my_kr, mach_error_string(my_kr) );
395 my_kr = mach_port_allocate( mach_task_self(), MACH_PORT_RIGHT_RECEIVE, &my_port );
397 printf( "mach_port_allocate failed with error %d - %s \n", my_kr, mach_error_string(my_kr) );
/macosx-10.9.5/IOKitUser-907.100.13/network.subproj/
H A Dmonitorlink.c366 kr = mach_port_allocate(mach_task_self(), MACH_PORT_RIGHT_RECEIVE,
369 printf("Error: mach_port_allocate %x\n", kr);
/macosx-10.9.5/KerberosHelper-148/Source/
H A DLKDCHelper-main.c229 kr = mach_port_allocate (mach_task_self(), MACH_PORT_RIGHT_RECEIVE, &port);
232 helplog(ASL_LEVEL_ERR, "mach_port_allocate: %s", mach_error_string(kr));
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dmach++.h108 { check(mach_port_allocate(self(), right, &mPort)); }
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dmach++.h108 { check(mach_port_allocate(self(), right, &mPort)); }
/macosx-10.9.5/WebKit2-7537.78.2/NetworkProcess/
H A DNetworkProcess.cpp189 mach_port_allocate(mach_task_self(), MACH_PORT_RIGHT_RECEIVE, &listeningPort);
/macosx-10.9.5/WebKit2-7537.78.2/PluginProcess/
H A DPluginProcess.cpp176 mach_port_allocate(mach_task_self(), MACH_PORT_RIGHT_RECEIVE, &listeningPort);

Completed in 414 milliseconds

123