Searched refs:MACH_SEND_MSG (Results 1 – 17 of 17) sorted by relevance
| /NextBSD/lib/libmach/mach/ |
| HD | mach_msg.c | 106 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/ |
| HD | bootstrap-kqueue-client.c | 66 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/ |
| HD | ipc-hello.c | 150 MACH_SEND_MSG, /* Flags */ in server() 249 MACH_SEND_MSG /*| MACH_RCV_MSG*/ , /* Flags */ in main()
|
| /NextBSD/usr.bin/mach-tests/bootstrap/client/ |
| HD | bootstrap-client.c | 56 kr = mach_msg((mach_msg_header_t *)&message, MACH_SEND_MSG | MACH_RCV_MSG, in main()
|
| /NextBSD/sys/sys/mach/ |
| HD | message.h | 635 #define MACH_SEND_MSG 0x00000001 macro 678 #define MACH_SEND_USER (MACH_SEND_MSG | \
|
| /NextBSD/contrib/llvm/tools/lldb/source/Core/ |
| HD | ConnectionMachPort.cpp | 300 MACH_SEND_MSG, in Send()
|
| /NextBSD/contrib/openbsm/bin/auditd/ |
| HD | auditd_darwin.c | 480 mach_msg(&(msg.header), MACH_SEND_MSG|MACH_SEND_TIMEOUT, sizeof(msg), in auditd_relay_signal()
|
| /NextBSD/sys/compat/mach/ipc/ |
| HD | mach_msg.c | 446 if (option & MACH_SEND_MSG) { in mach_msg_overwrite_trap()
|
| /NextBSD/lib/libmach/test/kqueue_tests/ |
| HD | kqueue_tests.c | 125 MACH_SEND_MSG | MACH_MSG_OPTION_NONE, in kmsg_send()
|
| /NextBSD/usr.bin/mach-tests/kqueue-tests/ |
| HD | kqueue-tests.c | 125 MACH_SEND_MSG | MACH_MSG_OPTION_NONE, in kmsg_send()
|
| /NextBSD/usr.sbin/notifyd/ |
| HD | notifyd.c | 1037 sbits = MACH_SEND_MSG; in service_mach_message()
|
| /NextBSD/lib/libosxsupport/ |
| HD | si_module.c | 1084 …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/ |
| HD | runtime.c | 1065 mach_msg_option_t send_options = MACH_SEND_MSG | MACH_SEND_TIMEOUT; in launchd_exc_runtime_once()
|
| /NextBSD/usr.sbin/asl/ |
| HD | dbserver.c | 1075 const uint32_t sbits = MACH_SEND_MSG | MACH_SEND_TIMEOUT;; in database_server()
|
| /NextBSD/lib/libdispatch/src/ |
| HD | source.c | 3423 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/ |
| HD | libnotify.c | 506 mach_msg_option_t opts = MACH_SEND_MSG | MACH_SEND_TIMEOUT; in _internal_send()
|
| HD | notify_client.c | 1732 …_kstatus = mach_msg(&(msg.header), MACH_SEND_MSG | MACH_SEND_TIMEOUT, msg.header.msgh_size, 0, MAC… in notify_register_mach_port()
|