Searched refs:mach_port_insert_right (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/sandbox/mac/
H A Ddispatch_source_mach_unittest.cc25 ASSERT_EQ(KERN_SUCCESS, mach_port_insert_right(mach_task_self(), port,
H A Dlaunchd_interception_server.cc43 if ((kr = mach_port_insert_right(task, sandbox_port_, sandbox_port_,
H A Dxpc_message_server_unittest.cc59 if (mach_port_insert_right(mach_task_self(), server_.GetServerPort(),
/external/valgrind/main/coregrind/
H A Dpub_core_threadstate.h195 } mach_port_insert_right; member in union:__anon32719::__anon32720
/external/valgrind/main/coregrind/m_syswrap/
H A Dpriv_syswrap-darwin.h513 DECL_TEMPLATE(darwin, mach_port_insert_right);
H A Dsyswrap-darwin.c4864 PRE(mach_port_insert_right)
4880 PRINT("mach_port_insert_right(%s, %s, %d, %d)",
4884 AFTER = POST_FN(mach_port_insert_right);
4890 VG_(printf)("UNKNOWN mach_port_insert_right into remote task!\n");
4897 POST(mach_port_insert_right)
6934 CALL_PRE(mach_port_insert_right);
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachTask.cpp596 err = ::mach_port_insert_right (task_self, m_exception_port, m_exception_port, MACH_MSG_TYPE_MAKE_SEND);
/external/bison/
H A Dconfigure10989 /* See http://web.mit.edu/darwin/src/modules/xnu/osfmk/man/mach_port_insert_right.html. */
10990 if (mach_port_insert_right (self, our_exception_port, our_exception_port,
11914 /* See http://web.mit.edu/darwin/src/modules/xnu/osfmk/man/mach_port_insert_right.html. */
11915 if (mach_port_insert_right (self, our_exception_port, our_exception_port,
13780 /* See http://web.mit.edu/darwin/src/modules/xnu/osfmk/man/mach_port_insert_right.html. */
13781 if (mach_port_insert_right (self, our_exception_port, our_exception_port,

Completed in 284 milliseconds