Home
last modified time | relevance | path

Searched refs:MACH_SEND_MSG (Results 1 – 17 of 17) sorted by relevance

/NextBSD/lib/libmach/mach/
HDmach_msg.c106 option &~ (LIBMACH_OPTIONS|MACH_SEND_MSG),
156 option &~ (LIBMACH_OPTIONS|MACH_SEND_MSG),
166 return mach_msg(msg, MACH_SEND_MSG, in mach_msg_send()
415 MACH_SEND_MSG|options : in mach_msg_server_once()
416 MACH_SEND_MSG|MACH_SEND_TIMEOUT|options, in mach_msg_server_once()
541 MACH_SEND_MSG|MACH_RCV_MSG|options : in mach_msg_server()
542 MACH_SEND_MSG|MACH_SEND_TIMEOUT|MACH_RCV_MSG|options, in mach_msg_server()
/NextBSD/usr.bin/mach-tests/bootstrap-kqueue/client/
HDbootstrap-kqueue-client.c66 kr = mach_msg((mach_msg_header_t *)&message, MACH_SEND_MSG | MACH_RCV_MSG, in main()
82 kr = mach_msg((mach_msg_header_t *)&message, MACH_SEND_MSG | MACH_RCV_MSG, in main()
/NextBSD/usr.bin/mach-tests/ipc-hello/
HDipc-hello.c150 MACH_SEND_MSG, /* Flags */ in server()
249 MACH_SEND_MSG /*| MACH_RCV_MSG*/ , /* Flags */ in main()
/NextBSD/usr.bin/mach-tests/bootstrap/client/
HDbootstrap-client.c56 kr = mach_msg((mach_msg_header_t *)&message, MACH_SEND_MSG | MACH_RCV_MSG, in main()
/NextBSD/sys/sys/mach/
HDmessage.h635 #define MACH_SEND_MSG 0x00000001 macro
678 #define MACH_SEND_USER (MACH_SEND_MSG | \
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDConnectionMachPort.cpp300 MACH_SEND_MSG, in Send()
/NextBSD/contrib/openbsm/bin/auditd/
HDauditd_darwin.c480 mach_msg(&(msg.header), MACH_SEND_MSG|MACH_SEND_TIMEOUT, sizeof(msg), in auditd_relay_signal()
/NextBSD/sys/compat/mach/ipc/
HDmach_msg.c446 if (option & MACH_SEND_MSG) { in mach_msg_overwrite_trap()
/NextBSD/lib/libmach/test/kqueue_tests/
HDkqueue_tests.c125 MACH_SEND_MSG | MACH_MSG_OPTION_NONE, in kmsg_send()
/NextBSD/usr.bin/mach-tests/kqueue-tests/
HDkqueue-tests.c125 MACH_SEND_MSG | MACH_MSG_OPTION_NONE, in kmsg_send()
/NextBSD/usr.sbin/notifyd/
HDnotifyd.c1037 sbits = MACH_SEND_MSG; in service_mach_message()
/NextBSD/lib/libosxsupport/
HDsi_module.c1084 …status = mach_msg(&(msg.header), MACH_SEND_MSG, msg.header.msgh_size, 0, MACH_PORT_NULL, MACH_MSG_… in si_async_launchpad()
/NextBSD/sbin/launchd/
HDruntime.c1065 mach_msg_option_t send_options = MACH_SEND_MSG | MACH_SEND_TIMEOUT; in launchd_exc_runtime_once()
/NextBSD/usr.sbin/asl/
HDdbserver.c1075 const uint32_t sbits = MACH_SEND_MSG | MACH_SEND_TIMEOUT;; in database_server()
/NextBSD/lib/libdispatch/src/
HDsource.c3423 opts = MACH_SEND_MSG | (msg_opts & ~DISPATCH_MACH_OPTIONS_MASK); in _dispatch_mach_msg_send()
4222 if (!(tmp_options & MACH_SEND_MSG)) { in dispatch_mig_server()
4328 tmp_options |= MACH_SEND_MSG; in dispatch_mig_server()
/NextBSD/lib/libnotify/
HDlibnotify.c506 mach_msg_option_t opts = MACH_SEND_MSG | MACH_SEND_TIMEOUT; in _internal_send()
HDnotify_client.c1732 …_kstatus = mach_msg(&(msg.header), MACH_SEND_MSG | MACH_SEND_TIMEOUT, msg.header.msgh_size, 0, MAC… in notify_register_mach_port()