| /xnu-8020.121.3/osfmk/tests/ |
| H A D | ktest.h | 127 #define T_EXPECT_BLOCK2(type, fmt, cmp, lhs, rhs, msg, ...) do {\ argument 141 #define T_ASSERT_BLOCK2(type, fmt, cmp, lhs, rhs, msg, ...) do {\ argument 185 #define T_SKIP(msg, ...) do {\ argument 207 #define T_LOG(msg, ...) do {\ argument 213 #define T_PASS(msg, ...) do {\ argument 220 #define T_FAIL(msg, ...) do {\ argument 227 #define T_ASSERT_FAIL(msg, ...) do {\ argument 236 #define T_EXPECT(expr, msg, ...) do {\ argument 246 #define T_ASSERT(expr, msg, ...) do {\ argument 257 #define T_EXPECT_NOTNULL(expr, msg, ...) do {\ argument [all …]
|
| H A D | ktest_emit.c | 65 char * msg = ktest_output_buf; in ktest_emit_testbegin() local 94 char * msg = ktest_output_buf; in ktest_emit_testskip() local 124 char * msg = ktest_output_buf; in ktest_emit_testend() local 152 char * msg = ktest_output_buf; in ktest_emit_log() local 183 char * msg = ktest_output_buf; in ktest_emit_perfdata() local 213 char * msg = ktest_output_buf; in ktest_emit_testcase() local
|
| H A D | ktest.c | 63 ktest_testskip(const char * msg, ...) in ktest_testskip() 75 ktest_log(const char * msg, ...) in ktest_log()
|
| /xnu-8020.121.3/osfmk/corecrypto/ |
| H A D | cc_abort.c | 48 cc_abort(const char * msg) in cc_abort() 58 cc_abort(const char * msg) in cc_abort() 67 cc_abort(const char * msg) in cc_abort()
|
| /xnu-8020.121.3/tests/ |
| H A D | uipc_uaf.c | 38 struct msghdr msg = {}; in send_scm_rights() local 39 struct msg { in send_scm_rights() struct 40 struct cmsghdr cmsg; in send_scm_rights() 41 int fds[MAX_FDS]; in send_scm_rights()
|
| H A D | recvmsg_x_test.c | 56 struct msghdr msg = {}; in sendPackets() local 109 struct msghdr_x *msg = &msgList[i]; in recvPackets_x() local 139 struct msghdr_x *msg = &msgList[i % numMsg]; in recvPackets_x() local
|
| H A D | kqueue_port_tests.c | 23 mach_msg_base_t msg = { in send() local 42 mach_msg_base_t msg = { in receive() local
|
| H A D | fd_send.c | 21 struct msghdr msg; in send_fd() local 53 struct msghdr msg; in recv_fd() local
|
| H A D | vsock.c | 150 vsock_send(int socket, char *msg) in vsock_send() 539 char *msg = "This is test message.\n"; variable 565 char *msg = "This is test message.\n"; variable 598 char *msg = "This is test message.\n"; variable 645 char *msg = (char*)malloc(64 * sizeof(char)); variable 669 char *msg = (char*)malloc(64 * sizeof(char)); variable 695 char *msg = "This is a message."; variable
|
| H A D | ipc_mach_port.c | 85 struct one_port_msg msg = { in send_port() local 118 struct one_port_msg msg = { }; in receive_port() local
|
| H A D | imm_pinned_control_port_crasher.c | 38 } msg; in attempt_send_immovable_port() local 137 } msg; in pinned_test_move_send_as_remote_port() local 162 } msg; in immovable_test_move_send_as_remote_port() local
|
| /xnu-8020.121.3/osfmk/kern/ |
| H A D | ipc_mig.c | 110 mach_msg_header_t *msg, in mach_msg_send_from_kernel_proper() 120 mach_msg_header_t *msg, in mach_msg_send_from_kernel_with_options() 174 mach_msg_header_t *msg, in kernel_mach_msg_send() 246 mach_msg_header_t *msg, in mach_msg_rpc_from_kernel_proper() 255 mach_msg_header_t *msg, in kernel_mach_msg_rpc() 456 mach_msg_destroy_from_kernel_proper(mach_msg_header_t *msg) in mach_msg_destroy_from_kernel_proper()
|
| H A D | host_notify.c | 135 mach_msg_header_t *msg, in host_notify_all() 181 __Request__host_calendar_changed_t msg; in host_notify_calendar_change() local 189 __Request__host_calendar_set_t msg; in host_notify_calendar_set() local
|
| H A D | mach_node.c | 165 struct mach_node_server_register_msg msg; in mach_node_publish() local 575 mnl_msg_t msg = kalloc(MNL_MSG_SIZE + payload); in mnl_msg_alloc() local 593 mnl_msg_free(mnl_msg_t msg, in mnl_msg_free() 761 mnl_msg_t msg, in mnl_msg_from_node() 822 mnl_msg_t msg, in mnl_msg_complete()
|
| H A D | mach_node_link.h | 133 #define MNL_MSG_VALID(msg) ((msg) != MNL_MSG_NULL) argument 135 #define MNL_MSG_PAYLOAD(msg) ((vm_offset_t)(msg) + MNL_MSG_SIZE) argument
|
| H A D | btlog.h | 73 #define __btlog_check(cond, msg) \ argument
|
| /xnu-8020.121.3/libsyscall/mach/ |
| H A D | mach_msg.c | 66 #define MACH_MSG_TRAP(msg, opt, ssize, rsize, rname, to, not) \ argument 97 mach_msg_header_t *msg, in mach_msg() 165 mach_msg_header_t *msg, in mach_msg_overwrite() 219 mach_msg_send(mach_msg_header_t *msg) in mach_msg_send() 227 mach_msg_receive(mach_msg_header_t *msg) in mach_msg_receive() 296 mach_msg_destroy(mach_msg_header_t *msg) in mach_msg_destroy()
|
| /xnu-8020.121.3/bsd/nfs/ |
| H A D | nfs_lock.c | 363 nfs_lockd_send_request(LOCKD_MSG *msg, int interruptable) in nfs_lockd_send_request() 422 LOCKD_MSG *msg = &msgreq->lmr_msg; in nfs3_lockd_request() local 778 LOCKD_MSG *msg; in nfs3_setlock_rpc() local 835 LOCKD_MSG *msg; in nfs3_unlock_rpc() local 874 LOCKD_MSG *msg; in nfs3_getlock_rpc() local
|
| /xnu-8020.121.3/tools/lldbmacros/ |
| H A D | sysreg.py | 177 def _GetIndentedString(indentation, msg): argument 183 def _Colorify(color, msg): argument
|
| /xnu-8020.121.3/osfmk/ipc/ |
| H A D | flipc.c | 258 mach_msg_send_from_remote_kernel(mach_msg_header_t *msg, in mach_msg_send_from_remote_kernel() 500 mnl_msg_t msg, in flipc_msg_from_node() 537 flipc_msg_free(mnl_msg_t msg, in flipc_msg_free() 601 mach_msg_header_t *msg = kmsg->ikm_header; in flipc_msg_ack() local
|
| /xnu-8020.121.3/tools/tests/personas/ |
| H A D | persona_test.h | 145 _dump_kpersona(const char *msg, uint32_t flags, const struct kpersona_info *ki) in _dump_kpersona() 173 #define dump_kpersona(msg, ki) \ argument 177 dump_persona_args(const char *msg, const struct persona_args *pa) in dump_persona_args()
|
| /xnu-8020.121.3/bsd/sys/ |
| H A D | msg.h | 260 struct msg { struct 261 struct msg *msg_next; /* next msg in the chain */ argument 262 long msg_type; /* type of this message */ argument 265 unsigned short msg_ts; /* size of this message */ argument 266 short msg_spot; /* location of msg start in buffer */ argument 272 * the second argument to the functions msgrcv() and msgsnd(). The only argument
|
| /xnu-8020.121.3/libsyscall/wrappers/ |
| H A D | reboot.c | 36 reboot_np(int howto, const char *msg) in reboot_np()
|
| /xnu-8020.121.3/libsyscall/wrappers/legacy/ |
| H A D | sendmsg.c | 46 sendmsg(int s, const struct msghdr *msg, int flags) in sendmsg()
|
| H A D | recvmsg.c | 45 recvmsg(int s, struct msghdr *msg, int flags) in recvmsg()
|