Searched refs:message (Results 1 - 25 of 88) sorted by relevance

1234

/xnu-2782.1.97/osfmk/mach/
H A Dmsg_type.h110 * for use by the kernel and are defined in message.h.
121 #include <mach/message.h>
H A Dmach.h43 #include <mach/message.h>
H A Devents_info.h45 #include <mach/message.h>
H A Dthread_switch.h64 #include <mach/message.h>
H A Dmig_errors.h68 #include <mach/message.h>
83 #define MIG_REPLY_MISMATCH -301 /* wrong reply message ID */
85 #define MIG_BAD_ID -303 /* bad request message ID */
95 * mig_reply_error_t format message. Clients must accept
96 * these in addition to the expected reply message format.
H A Dnotify.h61 * Kernel notification message definitions.
68 #include <mach/message.h>
94 * Hard-coded message structures for receiving Mach port notification
/xnu-2782.1.97/tools/tests/perf_index/
H A Dmd5.h6 void md5_hash(uint8_t *message, uint64_t len, uint32_t *hash);
H A Dfail.h12 #define FAIL(message) do {\
13 error_str = message " at " __FILE__ ": " TOSTRING(__LINE__);\
/xnu-2782.1.97/EXTERNAL_HEADERS/
H A DAssertMacros.h70 * _string Allows you to add explanitory message to DEBUG_ASSERT_MESSAGE
86 * error message formater, defined DEBUG_ASSERT_MESSAGE to your function name.
215 #define DEBUG_ASSERT_MESSAGE(name, assertion, label, message, file, line, value) \
216 printf( "AssertMacros: %s, %s file: %s, line: %d\n", assertion, (message!=0) ? message : "", file, line);
219 #define DEBUG_ASSERT_MESSAGE(name, assertion, label, message, file, line, value) \
220 fprintf(stderr, "AssertMacros: %s, %s file: %s, line: %d\n", assertion, (message!=0) ? message : "", file, line);
229 * __Debug_String(message)
238 * message
[all...]
/xnu-2782.1.97/iokit/IOKit/
H A DIOMessage.h38 * Defines message type constants for several IOKit messaging API's.
44 #define iokit_common_msg(message) (UInt32)(sys_iokit|sub_iokit_common|message)
45 #define iokit_family_msg(sub,message) (UInt32)(sys_iokit|sub|message)
51 * communication between vendor specific code with the IOService::message() etc. APIs.
53 #define iokit_vendor_specific_msg(message) (UInt32)(sys_iokit|sub_iokit_vendor_specific|message)
184 * This message type is almost never used.
197 * @deprecated This IOKit message i
[all...]
H A DIODataQueueShared.h34 #include <mach/message.h>
69 * @field msgh Mach message header containing the notification mach port associated with this queue.
H A DIODataQueue.h40 #include <mach/message.h>
56 * <br>In order for the IODataQueue instance to notify the user process that data is available, a notification mach port must be set. When the queue is empty and a new entry is added, a message is sent to the specified port.
79 * @abstract Sends a dataAvailableNotification message to the specified mach port.
80 * @discussion This method sends a message to the mach port passed to setNotificationPort(). It is used to indicate that data is available in the queue.
126 * @discussion This method adds a new data entry of dataSize to the queue. It sets the size parameter of the entry pointed to by the tail value and copies the memory pointed to by the data parameter in place in the queue. Once that is done, it moves the tail to the next available location. When attempting to add a new entry towards the end of the queue and there isn't enough space at the end, it wraps back to the beginning.<br> If the queue is empty when a new entry is added, sendDataAvailableNotification() is called to send a message to the user process that data is now available.
135 * @abstract Creates a simple mach message targeting the mach port specified in port.
136 * @discussion This message is sent when data is added to an empty queue. It is to notify a user process that new data has become available.
137 * @param port The mach port to target with the notification message.
/xnu-2782.1.97/libsyscall/mach/
H A Dclock_sleep.c29 #include <mach/message.h>
H A Dms_thread_switch.c59 #include <mach/message.h>
H A Dmig_reply_setup.c55 * Routine to set up a MiG reply message from a request message.
57 * Knows about the MiG reply message ID convention:
65 #include <mach/message.h>
H A Dexc_catcher.c35 #include <mach/message.h>
H A Dexc_catcher_state.c35 #include <mach/message.h>
H A Dsemaphore.c30 #include <mach/message.h>
/xnu-2782.1.97/osfmk/kern/
H A Dmisc_protos.h45 #include <mach/message.h>
197 const char * message);
202 const char *message);
/xnu-2782.1.97/bsd/hfs/
H A Dhfs_dbg.h42 extern void Debugger(const char *message);
/xnu-2782.1.97/libsyscall/wrappers/
H A D_libkernel_init.h34 #include <mach/message.h>
/xnu-2782.1.97/osfmk/UserNotification/
H A DUNDRequest.defs84 * Just pops up a notice with a single OK button and the label and message
95 in message: UNDMessage;
112 in message: UNDMessage;
/xnu-2782.1.97/osfmk/ipc/
H A Dipc_notify.c67 #include <mach/message.h>
117 * prepped for placement into a message. (In-transit,
H A Dipc_types.h43 #include <mach/message.h>
H A Dmig_log.c68 #include <mach/message.h>

Completed in 61 milliseconds

1234