Searched refs:mach_msg_return_t (Results 1 - 14 of 14) sorted by relevance

/darwin-on-arm/xnu/libsyscall/mach/mach/
H A Dmach.h102 extern mach_msg_return_t mach_msg_receive(mach_msg_header_t *);
104 extern mach_msg_return_t mach_msg_send(mach_msg_header_t *);
106 extern mach_msg_return_t mach_msg_server_once(boolean_t (*)
112 extern mach_msg_return_t mach_msg_server(boolean_t (*)
/darwin-on-arm/xnu/osfmk/ipc/
H A Dipc_kmsg.h293 extern mach_msg_return_t ipc_kmsg_get(
299 extern mach_msg_return_t ipc_kmsg_get_from_kernel(
305 extern mach_msg_return_t ipc_kmsg_send(
311 extern mach_msg_return_t ipc_kmsg_put(
323 extern mach_msg_return_t ipc_kmsg_copyin_header(
329 extern mach_msg_return_t ipc_kmsg_copyin(
336 extern mach_msg_return_t ipc_kmsg_copyin_from_kernel(
340 extern mach_msg_return_t ipc_kmsg_copyin_from_kernel_legacy(
345 extern mach_msg_return_t ipc_kmsg_copyout_header(
350 extern mach_msg_return_t ipc_kmsg_copyout_objec
[all...]
H A Dmach_msg.c122 mach_msg_return_t mach_msg_send(
129 mach_msg_return_t mach_msg_receive(
135 void (*continuation)(mach_msg_return_t),
139 mach_msg_return_t msg_receive_error(
177 mach_msg_return_t
188 mach_msg_return_t mr;
259 mach_msg_return_t
267 mach_msg_return_t mr = self->ith_state;
340 mach_msg_return_t
347 void (*continuation)(mach_msg_return_t),
[all...]
H A Dipc_types.h72 typedef void (*mach_msg_continue_t)(mach_msg_return_t); /* after wakeup */
H A Dipc_mqueue.h178 extern mach_msg_return_t ipc_mqueue_send(
238 extern mach_msg_return_t ipc_mqueue_copyin(
H A Dipc_kmsg.c554 mach_msg_return_t ipc_kmsg_copyin_body(
1121 mach_msg_return_t
1251 mach_msg_return_t
1354 mach_msg_return_t
1361 mach_msg_return_t error = MACH_MSG_SUCCESS;
1461 mach_msg_return_t
1467 mach_msg_return_t mr;
1572 mach_msg_return_t
1993 mach_msg_return_t *mr);
2004 mach_msg_return_t *m
[all...]
H A Dipc_mqueue.c361 mach_msg_return_t
907 mach_msg_return_t mr = MACH_MSG_SUCCESS;
1131 mach_msg_return_t
/darwin-on-arm/xnu/osfmk/kern/
H A Dipc_mig.c107 mach_msg_return_t mach_msg_send_from_kernel(
111 mach_msg_return_t
117 mach_msg_return_t mr;
139 mach_msg_return_t
145 mach_msg_return_t mr;
167 mach_msg_return_t
175 mach_msg_return_t mr;
212 mach_msg_return_t mach_msg_rpc_from_kernel_body(mach_msg_header_t *msg,
218 mach_msg_return_t
224 mach_msg_return_t
[all...]
H A Dipc_mig.h144 extern mach_msg_return_t mach_msg_send_from_kernel_proper(
150 extern mach_msg_return_t
158 extern mach_msg_return_t mach_msg_send_from_kernel_with_options(
H A Dthread.h308 mach_msg_return_t state; /* receive state */
/darwin-on-arm/xnu/libsyscall/mach/
H A Dmach_msg.c77 mach_msg_return_t
87 mach_msg_return_t mr;
140 mach_msg_return_t
153 mach_msg_return_t mr;
191 mach_msg_return_t
199 mach_msg_return_t
368 mach_msg_return_t
380 mach_msg_return_t mr;
492 mach_msg_return_t
505 mach_msg_return_t m
[all...]
/darwin-on-arm/xnu/osfmk/mach/
H A Dmessage.h661 * Much code assumes that mach_msg_return_t == kern_return_t.
671 typedef kern_return_t mach_msg_return_t; typedef
773 extern mach_msg_return_t mach_msg_overwrite(
794 extern mach_msg_return_t mach_msg(
805 extern mach_msg_return_t mach_msg_receive_results(void);
H A Dmach_traps.h94 extern mach_msg_return_t mach_msg_trap(
103 extern mach_msg_return_t mach_msg_overwrite_trap(
389 extern mach_msg_return_t mach_msg_trap(
391 extern mach_msg_return_t mach_msg_overwrite_trap(
/darwin-on-arm/xnu/bsd/uxkern/
H A Dux_exception.c70 extern mach_msg_return_t mach_msg_receive(mach_msg_header_t *msg,
73 void (*continuation)(mach_msg_return_t),
75 extern mach_msg_return_t mach_msg_send(mach_msg_header_t *msg,

Completed in 90 milliseconds