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

1234

/macosx-10.5.8/xnu-1228.15.4/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>
92 * Hard-coded message structures for receiving Mach port notification
H A Dthread_info.h75 #include <mach/message.h>
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOMessage.h37 #define iokit_common_msg(message) (UInt32)(sys_iokit|sub_iokit_common|message)
38 #define iokit_family_msg(sub,message) (UInt32)(sys_iokit|sub|message)
43 communication between vendor specific code with the IOService::message() etc. APIs.
45 #define iokit_vendor_specific_msg(message) (UInt32)(sys_iokit|sub_iokit_vendor_specific|message)
H A DIODataQueueShared.h34 #include <mach/message.h>
H A DIODataQueue.h35 #include <mach/message.h>
51 * <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.
70 * @abstract Sends a dataAvailableNotification message to the specified mach port.
71 * @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.
117 * @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.
126 * @abstract Creates a simple mach message targeting the mach port specified in port.
127 * @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.
128 * @param port The mach port to target with the notification message.
/macosx-10.5.8/xnu-1228.15.4/libsyscall/mach/
H A Dclock_sleep.c28 #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 Dsemaphore.c30 #include <mach/message.h>
H A Dexc_catcher_state.c35 #include <mach/message.h>
/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dipc_print.h40 #include <mach/message.h>
H A Dipc_notify.c67 #include <mach/message.h>
99 * 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>
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_dbg.h42 extern void Debugger(const char *message);
/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/ppc/
H A Dthread_status.h36 #include <mach/message.h>
/macosx-10.5.8/xnu-1228.15.4/pexpert/pexpert/
H A Dprotos.h69 void Debugger(const char *message);
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/headers/
H A DBTreesPrivate.h292 #define Panic( message ) DebugStr( (ConstStr255Param) message )
293 #define PanicIf( condition, message ) do { if ( condition != 0 ) DebugStr( message ); } while(0)
295 #define Panic( message ) do { } while(0)
296 #define PanicIf( condition, message ) do { } while(0)
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dmisc_protos.h45 #include <mach/message.h>
175 const char * message);

Completed in 72 milliseconds

1234