Home
last modified time | relevance | path

Searched defs:msg (Results 1 – 25 of 121) sorted by relevance

12345

/xnu-11215.61.5/osfmk/tests/
H A Dktest.h128 #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 Dktest_emit.c65 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 Dktest.c63 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 Dport_peek.c22 struct msg { struct
23 mach_msg_header_t header; argument
26 } msg; argument
H A Dmach_msg_transport.c103 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 Dmach_msg2.c45 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 Dcc_abort.c49 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 Dcc_try_abort.c46 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 Dipc_mig.c112 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 Dhost_notify.c144 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 Dmach_node.c164 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 Dmach_node_link.h133 #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 Duipc_uaf.c38 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 Drecvmsg_x_test.c56 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 Drecvmsg_x_ctrunc.c63 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 Dfd_send.c21 struct msghdr msg; in send_fd() local
53 struct msghdr msg; in recv_fd() local
H A Duipc_sosendcheck.c23 struct msghdr msg; in do_recv() local
55 struct msghdr msg; in do_send() local
H A Dreply_port_defense_client.c89 } 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 Dkqueue_port_tests.c23 mach_msg_base_t msg = { in send() local
42 mach_msg_base_t msg = { in receive() local
H A Dvsock.c150 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 Dimm_pinned_control_port_crasher.c46 } 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 Dtcp_invalid_address.c41 uint64_t msg = malloc(0x2000); in send_msg() local
/xnu-11215.61.5/tools/lldbmacros/
H A Dsysreg.py174 def _GetIndentedString(indentation, msg): argument
180 def _Colorify(color, msg): argument
/xnu-11215.61.5/osfmk/ipc/
H A Dflipc.c257 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 Dmach_msg.c161 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()

12345