Searched refs:message (Results 51 - 75 of 88) sorted by relevance

1234

/xnu-2782.1.97/osfmk/kern/
H A Dclock.h40 #include <mach/message.h>
H A Dexception.c62 #include <mach/message.h>
317 * KERN_SUCCESS if its ok to send exception message.
H A Dipc_host.c64 #include <mach/message.h>
H A Dipc_kobject.c80 #include <mach/message.h>
228 printf("message id = %d\n", nentry);
253 * Handle a message sent to the kernel.
254 * Generates a reply message.
305 * Initialize reply message.
344 printf("ipc_kobject_server: bogus kernel message, id=%d\n",
404 * of the message. The reply port right is moved
405 * to the reply message, and we have deallocated
413 * The message contents of the request are intact.
415 * which is needed in the reply message
[all...]
H A Dtask.h103 #include <mach/message.h>
/xnu-2782.1.97/osfmk/mach/
H A Dhost_info.h68 #include <mach/message.h>
H A Dmach_types.h86 #include <mach/message.h>
H A Dvm_region.h46 #include <mach/message.h>
H A Dtask_info.h68 #include <mach/message.h>
H A DMakefile117 message.h \
H A Dmemory_object_types.h74 #include <mach/message.h>
/xnu-2782.1.97/osfmk/i386/AT386/
H A Dmodel_dep.c764 const char *message)
766 Debugger(message);
771 const char *message)
783 printf("Debugger called: <%s>\n", message);
784 kprintf("Debugger called: <%s>\n", message);
761 DebuggerWithContext( __unused unsigned int reason, __unused void *ctx, const char *message) argument
770 Debugger( const char *message) argument
/xnu-2782.1.97/EXTERNAL_HEADERS/corecrypto/
H A Dccdigest.h131 const void *message; member in struct:ccdigest_vector
/xnu-2782.1.97/osfmk/UserNotification/
H A DKUNCUserNotifications.c30 #include <mach/message.h>
/xnu-2782.1.97/osfmk/i386/
H A Dacpi.c74 extern kern_return_t IOCPURunPlatformHaltRestartActions(uint32_t message);
/xnu-2782.1.97/osfmk/ipc/
H A Dipc_kmsg.h77 #include <mach/message.h>
87 * holds the body of the message.
93 * of the message.
98 struct ipc_kmsg *ikm_next; /* next message on port/discard queue */
99 struct ipc_kmsg *ikm_prev; /* prev message on port/discard queue */
124 * The size of the kernel message buffers that will be cached.
252 /* Allocate a kernel message */
256 /* Free a kernel message buffer */
260 /* Destroy kernel message */
264 /* Enqueue kernel message fo
[all...]
H A Dipc_pset.c68 #include <mach/message.h>
292 * remove all the member message queues
356 * message.
431 * name of the port and sizeof the waiting message.
445 * Set up to receive a message or the notification of a
446 * too large message. But never allow this call to wait.
480 * If we weren't attempting to receive a message
493 * Attempt to receive the message directly, returning
504 * a too-large message, return it in the data field (as we
H A Dmach_msg.c70 * Exported message traps. See mach/message.h.
76 #include <mach/message.h>
158 * Routine for kernel-task threads to send a message.
167 * MACH_MSG_SUCCESS Sent the message.
170 * MACH_SEND_INVALID_DATA Couldn't copy message data.
172 * Illegal value in the message header bits.
245 * message header as seen at user-space
261 * Receive a message.
265 * MACH_MSG_SUCCESS Received a message
[all...]
H A Dipc_mqueue.c63 * Functions to manipulate IPC message queues.
74 #include <mach/message.h>
98 int ipc_mqueue_rcv; /* address is event for message arrival */
106 * Initialize a newly-allocated message queue.
153 * set message queue.
263 * handed the message directly. Just set it running, and
272 * Found a receiver. see if they can handle the message
273 * correctly (the message is not too large for them, or
274 * they didn't care to be informed that the message was
286 * let him go without message
[all...]
H A Dipc_object.c79 #include <mach/message.h>
642 /* move naked send right into the message */
661 /* move naked send-once right into the message */
712 * of a message. Consumes a ref for the object.
960 * Translates/consumes the destination right of a message.
1028 * A very bizarre case. The message
/xnu-2782.1.97/osfmk/mach/i386/
H A Dthread_status.h71 #include <mach/message.h>
/xnu-2782.1.97/iokit/Kernel/
H A DIOCPU.cpp247 IOCPURunPlatformHaltRestartActions(uint32_t message) argument
281 (void *)(uintptr_t) message, NULL, NULL);
/xnu-2782.1.97/bsd/uxkern/
H A Dux_exception.c46 #include <mach/message.h>
/xnu-2782.1.97/libsyscall/wrappers/libproc/
H A Dlibproc.c33 #include <mach/message.h>
556 * Accept the boost on a message, or request another boost assertion
557 * if we have already accepted the implicit boost for this message.
561 * Returns EIO if the message was not a boosting message.
577 /* Is this a legacy boosted message? */
581 * Have we accepted the implicit boost for this message yet?
644 * Accept the De-Nap boost on a message, or request another boost assertion
645 * if we have already accepted the implicit boost for this message.
/xnu-2782.1.97/libsyscall/mach/
H A Dmach_msg.c58 #include <mach/message.h>
74 * Send and/or receive a message. If the message operation
129 * Send and/or receive a message. If the message operation
140 * receiving of the message.
257 * out-of-line memory in a received message.
262 * operation. The effect is as if the message were sent
297 * Destroy port rights carried in the message
309 * Destroy memory carried in the message
[all...]

Completed in 191 milliseconds

1234