Searched refs:message (Results 26 - 50 of 88) sorted by relevance

1234

/xnu-2782.1.97/pexpert/pexpert/
H A Dprotos.h65 void Debugger(const char *message);
/xnu-2782.1.97/EXTERNAL_HEADERS/
H A DAvailabilityInternal.h75 #define __AVAILABILITY_INTERNAL__IPHONE_2_0_DEP__IPHONE_2_0_MSG(_msg) __attribute__((availability(ios,introduced=2.0,deprecated=2.0,message=_msg)))
81 #define __AVAILABILITY_INTERNAL__IPHONE_2_0_DEP__IPHONE_2_1_MSG(_msg) __attribute__((availability(ios,introduced=2.0,deprecated=2.1,message=_msg)))
87 #define __AVAILABILITY_INTERNAL__IPHONE_2_0_DEP__IPHONE_2_2_MSG(_msg) __attribute__((availability(ios,introduced=2.0,deprecated=2.2,message=_msg)))
93 #define __AVAILABILITY_INTERNAL__IPHONE_2_0_DEP__IPHONE_3_0_MSG(_msg) __attribute__((availability(ios,introduced=2.0,deprecated=3.0,message=_msg)))
99 #define __AVAILABILITY_INTERNAL__IPHONE_2_0_DEP__IPHONE_3_1_MSG(_msg) __attribute__((availability(ios,introduced=2.0,deprecated=3.1,message=_msg)))
105 #define __AVAILABILITY_INTERNAL__IPHONE_2_0_DEP__IPHONE_3_2_MSG(_msg) __attribute__((availability(ios,introduced=2.0,deprecated=3.2,message=_msg)))
111 #define __AVAILABILITY_INTERNAL__IPHONE_2_0_DEP__IPHONE_4_0_MSG(_msg) __attribute__((availability(ios,introduced=2.0,deprecated=4.0,message=_msg)))
117 #define __AVAILABILITY_INTERNAL__IPHONE_2_0_DEP__IPHONE_4_1_MSG(_msg) __attribute__((availability(ios,introduced=2.0,deprecated=4.1,message=_msg)))
123 #define __AVAILABILITY_INTERNAL__IPHONE_2_0_DEP__IPHONE_4_2_MSG(_msg) __attribute__((availability(ios,introduced=2.0,deprecated=4.2,message=_msg)))
129 #define __AVAILABILITY_INTERNAL__IPHONE_2_0_DEP__IPHONE_4_3_MSG(_msg) __attribute__((availability(ios,introduced=2.0,deprecated=4.3,message
[all...]
/xnu-2782.1.97/bsd/hfs/hfscommon/headers/
H A DBTreesPrivate.h292 #define Panic( message ) DebugStr( 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)
/xnu-2782.1.97/osfmk/vm/
H A Dvm_init.c101 vm_mem_bootstrap_log(const char *message) argument
103 // kprintf("vm_mem_bootstrap: %s\n", message);
104 kernel_debug_string(message);
/xnu-2782.1.97/libsyscall/mach/
H A Dexc_catcher_state_identity.c35 #include <mach/message.h>
/xnu-2782.1.97/osfmk/UserNotification/
H A DKUNCUserNotifications.h35 #include <mach/message.h>
116 * Message string (text of the message, can contain %@'s
180 * replace values of the form %@ in the message key in the provided
/xnu-2782.1.97/osfmk/device/
H A Ddevice_types.h71 #include <mach/message.h>
/xnu-2782.1.97/osfmk/mach/
H A Dprocessor_info.h70 #include <mach/message.h>
H A Dthread_info.h75 #include <mach/message.h>
H A Dmemory_object.h74 #include <mach/message.h>
H A Dmig.h41 #include <mach/message.h>
69 * Pack MIG message structs.
71 * binary-compatible format - and MIG message structs are no different.
77 * unpack the request message, call the server procedure, and pack the
78 * reply message.
87 * message, and returns the appropriate stub function for handling that
88 * message.
125 mach_msg_size_t maxsize; /* Max reply message size */
H A Dpolicy.h73 #include <mach/message.h>
/xnu-2782.1.97/osfmk/kern/
H A Dstartup.c201 kernel_bootstrap_log(const char *message) argument
203 // kprintf("kernel_bootstrap: %s\n", message);
204 kernel_debug_string(message);
208 kernel_bootstrap_thread_log(const char *message) argument
210 // kprintf("kernel_bootstrap_thread: %s\n", message);
211 kernel_debug_string(message);
H A Dipc_clock.c37 #include <mach/message.h>
H A Dipc_mig.h37 #include <mach/message.h>
48 * to MIG called things, another traces the outputs, and one traces bad message IDs.
142 /* Send a message from the kernel */
/xnu-2782.1.97/libkern/c++/
H A DOSMetaClass.cpp329 const char * message = NULL; local
335 message = "OSMetaClass: preModLoad() wasn't called (runtime internal error).";
338 message = "OSMetaClass: Allocation failure for OSMetaClass internal dictionaries.";
341 message = "OSMetaClass: Allocation failure for internal kext recording set/set missing.";
344 message = "OSMetaClass: Failed to record class in kext.";
347 message = "OSMetaClass: Duplicate class encountered.";
350 message = "OSMetaClass: Can't associate a class with its superclass.";
353 message = "OSMetaClass: Instance construction error; unknown superclass.";
356 message = "OSMetaClass: Kext not found for metaclass.";
360 message
[all...]
/xnu-2782.1.97/iokit/IOKit/
H A DIOTypes.h38 #include <mach/message.h>
H A DIOCPU.h115 extern "C" kern_return_t IOCPURunPlatformHaltRestartActions(uint32_t message);
/xnu-2782.1.97/bsd/kern/
H A Dkern_credential.c58 #include <mach/message.h>
190 static int kauth_resolver_complete(user_addr_t message);
191 static int kauth_resolver_getwork(user_addr_t message);
192 static int kauth_resolver_getwork2(user_addr_t message);
387 * copyinstr:EFAULT Bad message from user space
402 * a result message to kauth_resolver_complete(). All of these
555 * Parameters: uap->message Message from daemon to kernel
566 * which time the kernel wakes it up, and a message from the
577 user_addr_t message = uap->message; local
738 user_addr_t message; local
792 kauth_resolver_getwork2(user_addr_t message) argument
883 kauth_resolver_getwork(user_addr_t message) argument
921 kauth_resolver_complete(user_addr_t message) argument
[all...]
/xnu-2782.1.97/tools/tests/perf_index/
H A Dmd5.c130 void md5_hash(uint8_t *message, uint64_t len, uint32_t *hash) { argument
136 md5_compress(hash, len/64, message);
142 memcpy(byteptr, message + len-left, left);
/xnu-2782.1.97/bsd/sys/
H A Dcodesign.h178 #include <mach/message.h>
H A Duser.h170 user_addr_t message; /* message in progress */ member in struct:uthread::__anon562::_kauth
197 const char *uu_wmesg; /* ... wait message */
/xnu-2782.1.97/osfmk/ipc/
H A Dipc_init.c77 #include <mach/message.h>
119 * values to limit inline message body handling
223 * XXX tunable, belongs in mach.message.h
H A Dipc_mqueue.h63 * Definitions for message queues.
71 #include <mach/message.h>
139 /* Initialize a newly-allocated message queue */
148 /* Wake up receivers waiting in a message queue */
179 /* Send a message to a port */
194 /* Deliver message to message queue or waiting receiver */
199 /* Receive a message from a message queue */
207 /* Receive a message fro
[all...]
H A Dipc_object.h78 #include <mach/message.h>
322 /* Translate/consume the destination right of a message */

Completed in 377 milliseconds

1234