| /xnu-11215.61.5/osfmk/tests/ |
| H A D | ktest.h | 128 #define T_EXPECT_BLOCK2(type, fmt, cmp, lhs, rhs, msg, ...) do {\ argument 142 #define T_ASSERT_BLOCK2(type, fmt, cmp, lhs, rhs, msg, ...) do {\ argument 186 #define T_SKIP(msg, ...) do {\ argument 208 #define T_LOG(msg, ...) do {\ argument 214 #define T_PASS(msg, ...) do {\ argument 221 #define T_FAIL(msg, ...) do {\ argument 228 #define T_ASSERT_FAIL(msg, ...) do {\ argument 237 #define T_EXPECT(expr, msg, ...) do {\ argument 247 #define T_ASSERT(expr, msg, ...) do {\ argument 258 #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-11215.61.5/tests/ipc/ |
| H A D | port_peek.c | 22 struct msg { struct 23 mach_msg_header_t header; argument 26 } msg; argument
|
| H A D | mach_msg_transport.c | 103 mach_msg_header_t *msg, in t_receive() 115 mach_msg_header_t *msg, in t_send() 140 mach_msg_header_t *msg = &base->header; in t_send() local 300 struct msg_complex_port *msg, in t_fill_complex_port_msg() 316 struct msg_complex_guarded_port *msg, in t_fill_complex_port_guarded_msg() 338 struct msg_complex_memory *msg, in t_fill_complex_memory_msg() 356 struct msg_complex_port_array *msg, in t_fill_complex_port_array_msg() 391 struct msg_complex_port msg; in t_mach_msg_descriptor_port() local 472 struct msg_complex_guarded_port msg; in t_mach_msg_descriptor_guarded_port() local 537 struct msg_complex_port_array msg; in t_mach_msg_descriptor_port_array() local [all …]
|
| H A D | mach_msg2.c | 45 inline_message_t msg; member 67 mach_msg_header_t *msg; member 164 inline_message_t *msg; in do_msg_rcv() local 290 inline_message_t msg; variable 508 mach_msg_header_t *msg = (mach_msg_header_t *)kev->ext[0]; in workloop_cb() local
|
| /xnu-11215.61.5/osfmk/corecrypto/ |
| H A D | cc_abort.c | 49 cc_abort(const char * msg) in cc_abort() 59 cc_abort(const char * msg) in cc_abort() 68 cc_abort(const char * msg) in cc_abort() 81 cc_abort(CC_UNUSED const char *msg) in cc_abort()
|
| H A D | cc_try_abort.c | 46 cc_try_abort(const char *msg) in cc_try_abort() 58 cc_try_abort(CC_UNUSED const char *msg) in cc_try_abort() 65 cc_try_abort_if(bool condition, const char *msg) in cc_try_abort_if()
|
| /xnu-11215.61.5/osfmk/kern/ |
| H A D | ipc_mig.c | 112 mach_msg_header_t *msg, in mach_msg_send_from_kernel() 122 mach_msg_header_t *msg, in mach_msg_send_from_kernel_with_options() 176 mach_msg_header_t *msg, in kernel_mach_msg_send() 204 mach_msg_header_t *msg, in mach_msg_send_from_kernel_proper() 335 mach_msg_header_t *msg, in kernel_mach_msg_rpc_common() 550 mach_msg_header_t *msg, in kernel_mach_msg_rpc() 564 mach_msg_header_t *msg, in mach_msg_rpc_from_kernel() 578 mach_msg_header_t *msg, in mach_msg_rpc_from_kernel_proper() 597 mach_msg_destroy_from_kernel(mach_msg_header_t *msg) in mach_msg_destroy_from_kernel() 629 mach_msg_destroy_from_kernel_proper(mach_msg_header_t *msg) in mach_msg_destroy_from_kernel_proper()
|
| H A D | host_notify.c | 144 mach_msg_header_t *msg, in host_notify_all() 200 __Request__host_calendar_changed_t msg; in host_notify_calendar_change() local 208 __Request__host_calendar_set_t msg; in host_notify_calendar_set() local
|
| H A D | mach_node.c | 164 struct mach_node_server_register_msg msg; in mach_node_publish() local 574 mnl_msg_t msg = kalloc(MNL_MSG_SIZE + payload); in mnl_msg_alloc() local 592 mnl_msg_free(mnl_msg_t msg, in mnl_msg_free() 760 mnl_msg_t msg, in mnl_msg_from_node() 821 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
|
| /xnu-11215.61.5/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 | recvmsg_x_ctrunc.c | 63 struct msghdr_x *msg; in send_packets() local 143 struct msghdr_x *msg = &msglist[i]; in receive_packets() local 166 struct msghdr_x *msg = &msglist[i]; in receive_packets() 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 | uipc_sosendcheck.c | 23 struct msghdr msg; in do_recv() local 55 struct msghdr msg; in do_send() local
|
| H A D | reply_port_defense_client.c | 89 } msg; in test_immovable_receive_right() local 128 } msg; in test_using_send_right() local 149 } msg; in test_move_send_right() local 178 } msg; in test_move_provisional_reply_port() 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 | vsock.c | 150 vsock_send(int socket, char *msg) in vsock_send() 541 char *msg = "This is test message.\n"; variable 567 char *msg = "This is test message.\n"; variable 600 char *msg = "This is test message.\n"; variable 647 char *msg = (char*)malloc(64 * sizeof(char)); variable 671 char *msg = (char*)malloc(64 * sizeof(char)); variable 697 char *msg = "This is a message."; variable
|
| H A D | imm_pinned_control_port_crasher.c | 46 } msg; in attempt_send_immovable_port() local 145 } msg; in pinned_test_move_send_as_remote_port() local 170 } msg; in immovable_test_move_send_as_remote_port() local 355 } msg; in cfi_test_msg_to_timer_port() local
|
| H A D | tcp_invalid_address.c | 41 uint64_t msg = malloc(0x2000); in send_msg() local
|
| /xnu-11215.61.5/tools/lldbmacros/ |
| H A D | sysreg.py | 174 def _GetIndentedString(indentation, msg): argument 180 def _Colorify(color, msg): argument
|
| /xnu-11215.61.5/osfmk/ipc/ |
| H A D | flipc.c | 257 mach_msg_send_from_remote_kernel(mach_msg_header_t *msg, in mach_msg_send_from_remote_kernel() 499 mnl_msg_t msg, in flipc_msg_from_node() 536 flipc_msg_free(mnl_msg_t msg, in flipc_msg_free() 600 mach_msg_header_t *msg = ikm_header(kmsg); in flipc_msg_ack() local
|
| /xnu-11215.61.5/libsyscall/mach/ |
| H A D | mach_msg.c | 161 mach_msg_header_t *msg, in mach_msg() 191 mach_msg_header_t *msg, in mach_msg_overwrite() 315 mach_msg_send(mach_msg_header_t *msg) in mach_msg_send() 323 mach_msg_receive(mach_msg_header_t *msg) in mach_msg_receive() 392 mach_msg_destroy(mach_msg_header_t *msg) in mach_msg_destroy()
|