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

/xnu-2422.115.4/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 (*)
119 extern mach_msg_return_t mach_msg_server_importance(boolean_t (*)
/xnu-2422.115.4/osfmk/ipc/
H A Dipc_kmsg.h285 extern mach_msg_return_t ipc_kmsg_get(
291 extern mach_msg_return_t ipc_kmsg_get_from_kernel(
297 extern mach_msg_return_t ipc_kmsg_send(
303 extern mach_msg_return_t ipc_kmsg_put(
315 extern mach_msg_return_t ipc_kmsg_copyin_header(
321 extern mach_msg_return_t ipc_kmsg_copyin(
328 extern mach_msg_return_t ipc_kmsg_copyin_from_kernel(
332 extern mach_msg_return_t ipc_kmsg_copyin_from_kernel_legacy(
337 extern mach_msg_return_t ipc_kmsg_copyout_header(
342 extern mach_msg_return_t ipc_kmsg_copyout_objec
[all...]
H A Dmach_msg.c121 mach_msg_return_t mach_msg_send(
128 mach_msg_return_t mach_msg_receive(
134 void (*continuation)(mach_msg_return_t),
138 mach_msg_return_t msg_receive_error(
181 mach_msg_return_t
192 mach_msg_return_t mr;
279 mach_msg_return_t
287 mach_msg_return_t mr = self->ith_state;
422 mach_msg_return_t
429 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.h180 extern mach_msg_return_t ipc_mqueue_send(
188 extern mach_msg_return_t ipc_mqueue_preflight_send(
262 extern mach_msg_return_t ipc_mqueue_copyin(
H A Dipc_kmsg.c556 mach_msg_return_t ipc_kmsg_copyin_body(
1123 mach_msg_return_t
1253 mach_msg_return_t
1358 mach_msg_return_t
1365 mach_msg_return_t error = MACH_MSG_SUCCESS;
1557 mach_msg_return_t
1563 mach_msg_return_t mr;
1669 mach_msg_return_t
2205 mach_msg_return_t *mr);
2216 mach_msg_return_t *m
[all...]
H A Dipc_mqueue.c361 mach_msg_return_t
913 mach_msg_return_t mr = MACH_MSG_SUCCESS;
1253 mach_msg_return_t
/xnu-2422.115.4/osfmk/kern/
H A Dipc_mig.h144 extern mach_msg_return_t mach_msg_send_from_kernel_proper(
150 extern mach_msg_return_t
159 extern mach_msg_return_t mach_msg_send_from_kernel_with_options_legacy(
166 extern mach_msg_return_t mach_msg_send_from_kernel_with_options(
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;
141 mach_msg_return_t
147 mach_msg_return_t mr;
169 mach_msg_return_t
177 mach_msg_return_t mr;
211 mach_msg_return_t
219 mach_msg_return_t mr;
265 mach_msg_return_t mach_msg_rpc_from_kernel_bod
[all...]
H A Dthread.h312 mach_msg_return_t state; /* receive state */
/xnu-2422.115.4/libsyscall/mach/
H A Dmach_msg.c79 mach_msg_return_t
89 mach_msg_return_t mr;
142 mach_msg_return_t
155 mach_msg_return_t mr;
193 mach_msg_return_t
201 mach_msg_return_t
370 mach_msg_return_t
382 mach_msg_return_t mr;
494 mach_msg_return_t
507 mach_msg_return_t m
[all...]
/xnu-2422.115.4/osfmk/mach/
H A Dmessage.h701 * Much code assumes that mach_msg_return_t == kern_return_t.
711 typedef kern_return_t mach_msg_return_t; typedef
813 extern mach_msg_return_t mach_msg_overwrite(
834 extern mach_msg_return_t mach_msg(
845 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(
418 extern mach_msg_return_t mach_msg_trap(
420 extern mach_msg_return_t mach_msg_overwrite_trap(
/xnu-2422.115.4/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,
/xnu-2422.115.4/tools/tests/unit_tests/sprace_test_11891562_src/
H A Dsprace_test_11891562.c69 mach_msg_return_t mret;
164 mach_msg_return_t mret;

Completed in 69 milliseconds