Searched refs:error (Results 1 – 6 of 6) sorted by relevance
/mach/ |
A D | setup-thread.c | 39 kern_return_t error; in __mach_setup_thread() local 50 error = __vm_allocate (task, &stack, size + __vm_page_size, anywhere); in __mach_setup_thread() 51 if (error) in __mach_setup_thread() 52 return error; in __mach_setup_thread() 69 #error stack direction unknown in __mach_setup_thread() 74 return error; in __mach_setup_thread() 86 kern_return_t error; in weak_alias() local 95 if (error = __thread_get_state (thread, MACHINE_THREAD_STATE_FLAVOR, in weak_alias() 97 return error; in weak_alias() 102 error = __thread_set_state (thread, MACHINE_THREAD_STATE_FLAVOR, in weak_alias() [all …]
|
A D | err_ipc.sub | 45 * Definitions of error strings for original IPC 49 "(ipc/send) unknown error", /* -100 */ 53 "(ipc/send) unused error", /* -104 */ 64 "(ipc/rcv) unknown error", /* -200 */ 78 "(ipc/mig) server detected error", /* 2 */
|
A D | err_mach.sub | 60 /* 0 */ "(ipc/send) no error", 80 /* 0 */ "(ipc/rcv) no error", 91 /* 11 */ "(ipc/rcv) header error", 92 /* 12 */ "(ipc/rcv) body error", 98 /* 2 */ "(ipc/mig) server detected error",
|
A D | err_server.sub | 49 * Definitions of Servers error strings 137 "(server/us) unknown error", 153 "(server/us) hardware error", 159 "(server/us) internal error", 170 "(server/sunrpc) authentication error", 174 "(server/sunrpc) decode arguments error", 179 "(server/sunrpc) unspecified error", 224 "(server/unix-signal) system error",
|
A D | err_kern.sub | 49 * error codes for Mach and Unix kernels 63 "(os/kern) memory error", 80 "(os/device) hardware IO error", 98 "(os/unix) i/o error",
|
A D | Makefile | 23 $(interface-headers) mach/mach.h mach/mig_support.h mach/error.h \
|
Completed in 8 milliseconds