Searched refs:panic (Results 1 - 25 of 401) sorted by relevance

1234567891011>>

/darwin-on-arm/xnu/libkern/
H A Dstack_protector.c45 panic("Kernel stack memory corruption detected, sp = 0x%08x\n", sp);
47 panic("Kernel stack memory corruption detected\n");
/darwin-on-arm/xnu/pexpert/arm/common/
H A Dpe_serial.c42 panic("gPESocDispatch.uart_putc was null, did you forget to set up the table?");
55 panic("gPESocDispatch.uart_getc was null, did you forget to set up the table?");
H A Dpe_armsupport.c52 panic("gPESocDispatch.interrupt_init was null, did you forget to set up the table?");
67 panic("gPESocDispatch.interrupt_init was null, did you forget to set up the table?");
82 panic("gPESocDispatch.handle_interrupt was null, did you forget to set up the table?");
97 panic("gPESocDispatch.interrupt_init was null, did you forget to set up the table?");
110 panic("gPESocDispatch.interrupt_init was null, did you forget to set up the table?");
/darwin-on-arm/xnu/iokit/Drivers/KernelBuiltIn/ARM/AppleARMPlatform/
H A DAppleS5L8930XIO.cpp21 panic("failed to initialize super IOService\n");
34 panic("failed to start super provider");
H A DAppleARMSoftIICController.cpp18 panic("Failed to start super IOService provider");
H A DAppleARMCPU.cpp17 panic("IOCPU failed to initialize");
34 panic("Failed to start super IOCPU provider");
39 panic("Failed to alloc class for dumb interrupt controller, we suck hard");
H A DAppleARMPE.cpp21 panic("IOPlatformExpert failed to initialize");
42 panic("IOPlatformExpert failed to start");
/darwin-on-arm/xnu/osfmk/default_pager/
H A Ddiag.h35 ((void) ((cond) ? 0 : panic("%sassertion: %s", my_name, # cond)))
43 #define Panic(aargh) panic("%s[%d]: %s", my_name, dp_thread_id(), aargh)
45 #define Panic(aargh) panic("%s[KERNEL]: %s", my_name, aargh)
/darwin-on-arm/xnu/libsyscall/mach/
H A Dport_obj.c55 panic("port_obj_init: can't vm_allocate");
H A Dpanic.c76 panic(const char *s, ...) function
79 int len = _mach_snprintf(buffer, sizeof(buffer), "panic: %s\n", s);
/darwin-on-arm/xnu/osfmk/arm/
H A Dmachine_cpu.h46 panic("CPU HALT\n");
51 // panic("Pausing CPU\n");
H A Dmp.c56 panic("%s: Interrupts disabled?\n", __FUNCTION__);
/darwin-on-arm/xnu/libkern/crypto/
H A Dcorecrypto_aesxts.c52 panic("%s: corecrypto not registered!\n", __FUNCTION__);
58 panic("%s: xts mode not registered? enc=%p, dec=%p\n", __FUNCTION__, enc, dec);
62 panic("%s: inconsistent size for AES-XTS context", __FUNCTION__);
78 if(ptlen%16) panic("xts encrypt not a multiple of block size\n");
94 if(ptlen%16) panic("xts decrypt not a multiple of block size\n");
H A Dcorecrypto_sha2.c41 panic("%s: inconsistent size for SHA256 context", __FUNCTION__);
69 panic("%s: inconsistent size for SHA384 context", __FUNCTION__);
98 panic("%s: inconsistent size for SHA512 context", __FUNCTION__);
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_dbg.h46 3 -> debug asserts and debug err, panic instead of call_kdp
48 1 -> very little, panic only
77 #define DEBUG_BREAK_MSG(PRINTF_ARGS) { panic PRINTF_ARGS;};
100 #define DBG_ASSERT(a) { if (!(a)) { panic("File "__FILE__", line %d: assertion '%s' failed.\n", __LINE__, #a); } }
H A Dhfs_endian.c105 panic ("hfs_swap_BTNode: This is impossible");
279 panic("hfs_UNswap_BTNode: invalid forward link (0x%08X)\n", srcDesc->fLink);
284 panic ("hfs_UNswap_BTNode: invalid forward link (0x%08x == 0x%08x)\n",
291 panic("hfs_UNswap_BTNode: invalid backward link (0x%08X)\n", srcDesc->bLink);
296 panic ("hfs_UNswap_BTNode: invalid backward link (0x%08x == 0x%08x)\n",
310 panic("hfs_UNswap_BTNode: invalid node kind (%d)\n", srcDesc->kind);
319 panic("hfs_UNswap_BTNode: invalid node height (%d)\n", srcDesc->height);
336 panic("hfs_UNswap_BTNode: invalid record count (0x%04X)\n", srcDesc->numRecords);
358 panic("hfs_UNswap_BTNode: record #%d invalid offset (0x%04X)\n", srcDesc->numRecords-i-1, srcOffs[i]);
368 panic("hfs_UNswap_BTNod
[all...]
/darwin-on-arm/xnu/osfmk/kern/
H A Ddebug.h185 #define DB_KERN_DUMP_ON_PANIC 0x400 /* Trigger core dump on panic*/
188 #define DB_PANICLOG_DUMP 0x2000 /* Send paniclog on panic,not core*/
190 * post-panic crashdump/paniclog
243 extern void panic(const char *string, ...) __printflike(1,2);
253 #define panic(x, ...) _consume_panic_args( 0, ## __VA_ARGS__ ) macro
255 #define panic_plain(...) (panic)((char *)0)
256 #define panic(...) (panic)((char *)0) macro
260 (panic)(ex, ## __VA_ARGS__)
264 #define panic(e macro
[all...]
H A Dipc_misc.c71 panic("Couldn't allocate send right for fileport!\n");
127 panic("Invalid port passed to fileport_notify()\n");
134 panic("Inactive port passed to fileport_notify()\n");
136 panic("Port of type other than IKOT_FILEPORT passed to fileport_notify()\n");
138 panic("fileport without an assocated fileglob\n");
/darwin-on-arm/xnu/bsd/netinet/
H A Dip_ecn.c90 panic("NULL pointer passed to ip_ecn_ingress");
115 panic("NULL pointer passed to ip_ecn_egress");
138 panic("NULL pointer passed to ip6_ecn_ingress");
155 panic("NULL pointer passed to ip6_ecn_egress");
/darwin-on-arm/xnu/bsd/kern/
H A Dimageboot.c85 panic("%s: M_NAMEI zone exhausted", __FUNCTION__);
113 panic("%s: Invalid URL scheme for %s\n",
142 panic("%s: di_root_image failed: %d\n", __FUNCTION__, error);
150 panic("vfs_mountroot() failed.\n");
158 panic("%s: cannot find root vnode", __FUNCTION__);
220 panic("Failed to mount container image.");
228 panic("%s specified without %s?\n", IMAGEBOOT_CONTAINER_ARG, IMAGEBOOT_ROOT_ARG);
238 panic("Failed to mount root image.");
257 panic("imageboot_setup: rootvnode is NULL.");
281 panic("
[all...]
H A Dkern_subr.c138 panic("uiomove: mode");
143 panic("%s :%d - invalid uio_segflg\n", __FILE__, __LINE__);
276 panic("ureadc: non-positive resid");
279 panic("ureadc: non-positive iovcnt");
281 panic("ureadc: non-positive iovlen");
318 panic("hashinit: bad cnt");
342 /* panic("%s :%d - invalid uio_segflg\n", __FILE__, __LINE__); */
361 panic("%s :%d - invalid uio_t\n", __FILE__, __LINE__);
364 /* panic("%s :%d - invalid uio_segflg\n", __FILE__, __LINE__); */
384 panic("
[all...]
/darwin-on-arm/xnu/osfmk/console/
H A Dserial_general.c63 panic("serial_keyboard_init");
73 panic("serial_keyboard_start: we can't get back here\n");
93 panic("serial_keyboard_poll: Shouldn't never ever get here...\n");
/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_map_store_rb.c64 panic("NO SUCH ENTRY %p. Gave back %p", *vm_entry, *wrong_vme);
66 panic("Cur: %p, L: %p, R: %p", VME_FOR_STORE(rb_entry), VME_FOR_STORE(RB_LEFT(rb_entry,entry)), VME_FOR_STORE(RB_RIGHT(rb_entry,entry)));
80 panic("no entry");
105 panic("VMSEL: INSERT FAILED: 0x%lx, 0x%lx, 0x%lx, 0x%lx", (uintptr_t)entry->vme_start, (uintptr_t)entry->vme_end,
118 panic("NO ENTRY TO DELETE");
134 panic("VMSCIR1: INSERT FAILED: %d: %p, %p, %p, 0x%lx, 0x%lx, 0x%lx, 0x%lx, 0x%lx, 0x%lx",inserted, prev, entry, vm_map_copy_to_entry(copy),
/darwin-on-arm/xnu/libsyscall/mach/mach/
H A Dport_obj.h94 (panic("port_get_obj_value: index too big"), (void *)-1))
99 (panic("port_get_obj_type: index too big"), -1))
/darwin-on-arm/xnu/security/
H A Dmac_label.c80 panic("Free of NULL MAC label\n");
83 panic("Free of uninitialized label\n");

Completed in 108 milliseconds

1234567891011>>