Home
last modified time | relevance | path

Searched refs:mach_msg_return_t (Results 1 – 20 of 20) sorted by relevance

/xnu-11215/osfmk/kern/
H A Dipc_mig.h116 extern mach_msg_return_t mach_msg_send_from_kernel(
120 extern mach_msg_return_t mach_msg_send_from_kernel_proper(
183 extern mach_msg_return_t kernel_mach_msg_send_with_builder(
193 extern mach_msg_return_t mach_msg_rpc_from_kernel(
203 extern mach_msg_return_t mach_msg_rpc_from_kernel_proper(
218 mach_msg_return_t kernel_mach_msg_rpc(
225 extern mach_msg_return_t kernel_mach_msg_send(
232 extern mach_msg_return_t kernel_mach_msg_send_kmsg(
235 extern mach_msg_return_t kernel_mach_msg_send_with_builder_internal(
244 extern mach_msg_return_t mach_msg_send_from_kernel_with_options(
H A Dipc_mig.c110 mach_msg_return_t
120 mach_msg_return_t
137 mach_msg_return_t mr; in kernel_mach_msg_send_common()
174 mach_msg_return_t
202 mach_msg_return_t
224 mach_msg_return_t
236 mach_msg_return_t
304 mach_msg_return_t
548 mach_msg_return_t
562 mach_msg_return_t
[all …]
H A Dthread.h710 mach_msg_return_t state; /* receive state */
/xnu-11215/osfmk/ipc/
H A Dmach_msg.c125 static mach_msg_return_t
149 static mach_msg_return_t
229 static mach_msg_return_t
278 mach_msg_return_t
390 mach_msg_return_t mr; in mach_msg_receive_continue()
411 static mach_msg_return_t
635 mach_msg_return_t mr; in mach_msg_receive_pseudo()
669 mach_msg_return_t mr; in mach_msg_trap_send()
829 mach_msg_return_t
915 mach_msg_return_t
[all …]
H A Dipc_policy.h155 extern mach_msg_return_t ipc_preflight_msg_option64(
180 extern mach_msg_return_t ipc_policy_allow_legacy_send_trap(
217 extern mach_msg_return_t ipc_validate_kmsg_header_schema_from_user(
243 extern mach_msg_return_t ipc_validate_kmsg_schema_from_user(
273 extern mach_msg_return_t ipc_validate_kmsg_header_from_user(
H A Dipc_kmsg.h317 extern mach_msg_return_t ipc_kmsg_get_from_kernel(
324 extern mach_msg_return_t ipc_kmsg_send(
330 extern mach_msg_return_t ipc_kmsg_put_to_user(
336 mach_msg_return_t mr);
346 extern mach_msg_return_t ipc_kmsg_copyin_from_user(
355 extern mach_msg_return_t ipc_kmsg_copyin_from_kernel(
359 extern mach_msg_return_t ipc_kmsg_copyout(
367 extern mach_msg_return_t ipc_kmsg_copyout_pseudo(
H A Dipc_policy.c143 mach_msg_return_t
268 mach_msg_return_t
478 mach_msg_return_t
493 mach_msg_return_t
521 static mach_msg_return_t
611 static mach_msg_return_t
694 mach_msg_return_t
701 mach_msg_return_t mr = KERN_SUCCESS; in ipc_validate_kmsg_header_from_user()
H A Dipc_kmsg.c1606 static mach_msg_return_t
2898 mach_msg_return_t mr; in ipc_kmsg_copyin_body()
3117 mach_msg_return_t
3834 mach_msg_return_t mr; in ipc_kmsg_copyout_port_descriptor()
4322 mach_msg_return_t
4370 mach_msg_return_t
4386 mach_msg_return_t mr; in ipc_kmsg_copyout_pseudo()
4819 mach_msg_return_t
4972 mach_msg_return_t
5071 mach_msg_return_t
[all …]
H A Dipc_mqueue.h159 extern mach_msg_return_t ipc_mqueue_send_locked(
235 extern mach_msg_return_t ipc_mqueue_copyin(
H A Dflipc.c256 static mach_msg_return_t
262 mach_msg_return_t mr; in mach_msg_send_from_remote_kernel()
291 static mach_msg_return_t
626 mach_msg_return_t mmr; in flipc_msg_ack()
H A Dipc_types.h89 typedef void (*mach_msg_continue_t)(mach_msg_return_t); /* after wakeup */
H A Dipc_mqueue.c456 mach_msg_return_t
1211 mach_msg_return_t mr = MACH_MSG_SUCCESS; in ipc_mqueue_select_on_thread_locked()
1565 mach_msg_return_t
/xnu-11215/libsyscall/mach/mach/
H A Dmach.h100 extern mach_msg_return_t mach_msg_receive(mach_msg_header_t *);
103 extern mach_msg_return_t mach_msg_send(mach_msg_header_t *);
106 extern mach_msg_return_t mach_msg_server_once(boolean_t (*)
114 extern mach_msg_return_t mach_msg_server(boolean_t (*)
122 extern mach_msg_return_t mach_msg_server_importance(boolean_t (*)
/xnu-11215/libsyscall/mach/
H A Dmach_msg.c92 mach_msg_return_t
103 mach_msg_return_t mr; in mach_msg2_internal()
159 mach_msg_return_t
189 mach_msg_return_t
201 mach_msg_return_t mr; in mach_msg_overwrite()
314 mach_msg_return_t
322 mach_msg_return_t
560 mach_msg_return_t
572 mach_msg_return_t mr; in mach_msg_server_once()
691 mach_msg_return_t
[all …]
/xnu-11215/osfmk/mach/
H A Dmach_traps.h96 extern mach_msg_return_t mach_msg_trap(
106 extern mach_msg_return_t mach_msg2_trap(
117 extern mach_msg_return_t mach_msg_overwrite_trap(
459 extern mach_msg_return_t mach_msg_trap(
461 extern mach_msg_return_t mach_msg_overwrite_trap(
476 extern mach_msg_return_t mach_msg2_trap(
H A Dmessage.h1317 typedef kern_return_t mach_msg_return_t; typedef
1446 extern mach_msg_return_t mach_msg_overwrite(
1468 extern mach_msg_return_t mach_msg(
1481 extern mach_msg_return_t mach_msg2_internal(
1493 static inline mach_msg_return_t
1667 extern mach_msg_return_t mach_msg_receive_results(
/xnu-11215/tests/
H A Dimmovable_send_client.c113 mach_msg_return_t mret = mach_msg(request, in main()
H A Dport_table_limits_client.c114 mach_msg_return_t mret = mach_msg(request, in connect_to_server()
H A Dstackshot_tests.m1787 mach_msg_return_t mr;
1969 mach_msg_return_t mr;
/xnu-11215/tests/ipc/
H A Dmach_msg2.c58 mach_msg_return_t expected_kr;
71 mach_msg_return_t expected_kr;