| /trueos/sys/mips/mips/ |
| HD | cache.c | 125 panic("no Icache ops for %d byte lines", in mips_config_cache() 207 panic("no Dcache ops for %d byte lines", in mips_config_cache() 243 panic("no icache_sync_all cache op"); in mips_config_cache() 245 panic("no icache_sync_range cache op"); in mips_config_cache() 247 panic("no icache_sync_range_index cache op"); in mips_config_cache() 252 panic("no pdcache_wbinv_all"); in mips_config_cache() 254 panic("no pdcache_wbinv_range"); in mips_config_cache() 256 panic("no pdcache_wbinv_range_index"); in mips_config_cache() 258 panic("no pdcache_inv_range"); in mips_config_cache() 260 panic("no pdcache_wb_range"); in mips_config_cache() [all …]
|
| /trueos/tools/regression/kthread/kld/ |
| HD | kthrdlk.c | 72 panic("Ooops: kthread deadlock\n"); in thr_suspender() 74 panic("kthread_suspend error: %d\n", error); in thr_suspender() 99 panic("%s: error on kthread_resume. error: %d\n", in thr_resumer() 142 panic("cannot start thr_getsuspended error: %d\n", error); in kthrdlk_init() 147 panic("cannot start thr_resumer error: %d\n", error); in kthrdlk_init() 152 panic("cannot start thr_suspender error: %d\n", error); in kthrdlk_init() 167 panic("some threads not die! remaining: %d", test_thrcnt); in kthrdlk_done()
|
| /trueos/sys/ia64/isa/ |
| HD | isa_dma.c | 95 panic("isa_dma_init: channel out of range"); in isa_dma_init() 98 panic("isa_dma_init: impossible request"); in isa_dma_init() 113 panic("isa_dma_init: unable to create dma tag\n"); in isa_dma_init() 117 panic("isa_dma_init: unable to create dma map\n"); in isa_dma_init() 133 panic("isa_dma_acquire: channel out of range"); 156 panic("isa_dma_release: channel out of range"); 186 panic("isa_dmacascade: channel out of range"); 222 panic("isa_dmastart: transfer mapping not contiguous"); in isa_dmastart_cb() 314 panic("isa_dmastart: channel out of range"); in isa_dmastart() 318 panic("isa_dmastart: impossible request"); in isa_dmastart() [all …]
|
| /trueos/sbin/restore/ |
| HD | symtab.c | 104 panic("addino: out of range %ju\n", (uintmax_t)inum); in addino() 125 panic("deleteino: out of range %ju\n", (uintmax_t)inum); in deleteino() 135 panic("deleteino: %ju not found\n", (uintmax_t)inum); in deleteino() 185 panic("%s is not a directory\n", name); in lookupparent() 206 panic("%s: pathname too long\n", cp); in myname() 231 panic("no memory to extend symbol table\n"); in addentry() 237 panic("bad name to addentry %s\n", name); in addentry() 252 panic("link to non-existent name\n"); in addentry() 258 panic("duplicate entry\n"); in addentry() 391 panic("bad name\n"); in savename() [all …]
|
| /trueos/sys/netipsec/ |
| HD | key_debug.c | 79 #define panic(fmt, ...) { printf(fmt, ## __VA_ARGS__); exit(-1); } macro 93 panic("%s: NULL pointer was passed.\n", __func__); in kdebug_sadb() 182 panic("%s: NULL pointer was passed.\n", __func__); in kdebug_sadb_prop() 230 panic("%s: NULL pointer was passed.\n", __func__); in kdebug_sadb_identity() 273 panic("%s: NULL pointer was passed.\n", __func__); in kdebug_sadb_supported() 297 panic("%s: NULL pointer was passed.\n", __func__); in kdebug_sadb_lifetime() 316 panic("%s: NULL pointer was passed.\n", __func__); in kdebug_sadb_sa() 334 panic("%s: NULL pointer was passed.\n", __func__); in kdebug_sadb_address() 353 panic("%s: NULL pointer was passed.\n", __func__); in kdebug_sadb_key() 381 panic("%s: NULL pointer was passed.\n", __func__); in kdebug_sadb_x_sa2() [all …]
|
| /trueos/sys/libkern/arm/ |
| HD | aeabi_unwind.c | 35 #define panic(x) (void)0 macro 47 panic("__aeabi_unwind_cpp_pr0"); in __aeabi_unwind_cpp_pr0() 53 panic("__aeabi_unwind_cpp_pr1"); in __aeabi_unwind_cpp_pr1() 59 panic("__aeabi_unwind_cpp_pr2"); in __aeabi_unwind_cpp_pr2()
|
| /trueos/sys/dev/sound/pcm/ |
| HD | sound.h | 440 panic("%s(%d): [PCM WAIT] Mutex not owned!", \ 453 panic("%s(%d): [PCM ACQUIRE] Mutex not owned!", \ 456 panic("%s(%d): [PCM ACQUIRE] " \ 463 panic("%s(%d): [PCM RELEASE] Mutex not owned!", \ 477 panic("%s(%d): [PCM RELEASE] Releasing non-BUSY cv!", \ 484 panic("%s(%d): [PCM ACQUIRE QUICK] Mutex owned!", \ 494 panic("%s(%d): [PCM RELEASE QUICK] Mutex owned!", \ 503 panic("%s(%d): [PCM BUSYASSERT] " \ 510 panic("%s(%d): [GIANT ENTER] PCM lock owned!", \ 524 panic("%s(%d): [GIANT EXIT] PCM lock owned!", \ [all …]
|
| /trueos/sys/pc98/cbus/ |
| HD | cbus_dma.c | 93 panic("isa_dma_init: channel out of range"); in isa_dma_init() 95 panic("isa_dma_init: impossible request"); in isa_dma_init() 136 panic("isa_dma_acquire: channel out of range"); 162 panic("isa_dma_release: channel out of range"); 205 panic("isa_dmastart: channel out of range"); in isa_dmastart() 209 panic("isa_dmastart: impossible request"); in isa_dmastart() 233 panic("isa_dmastart: bad bounce buffer"); in isa_dmastart() 296 panic("isa_dmadone: channel out of range"); in isa_dmadone() 344 panic("isa_dmacheck: no physical page present"); in isa_dmarangecheck()
|
| /trueos/sys/vm/ |
| HD | uma_dbg.c | 138 panic("Most recently used by %s\n", (*ksp == NULL)? in mtrash_ctor() 239 panic("uma: item %p did not belong to zone %s\n", in uma_dbg_alloc() 246 panic("Duplicate alloc of %p from zone %p(%s) slab %p(%d)\n", in uma_dbg_alloc() 269 panic("uma: Freed item %p did not belong to zone %s\n", in uma_dbg_free() 276 panic("Invalid free of %p from zone %p(%s) slab %p(%d)\n", in uma_dbg_free() 280 panic("Unaligned free of %p from zone %p(%s) slab %p(%d)\n", in uma_dbg_free() 284 panic("Duplicate free of %p from zone %p(%s) slab %p(%d)\n", in uma_dbg_free()
|
| /trueos/sys/amd64/vmm/intel/ |
| HD | vtd.c | 150 panic("vtd_max_domains: invalid value of nd (0x%0x)", nd); in vtd_max_domains() 171 panic("domain ids exhausted"); in domain_id() 306 panic("vtd_init: invalid caching mode"); in vtd_init() 316 panic("ctx table (0x%0lx) not page aligned", ctx_paddr); in vtd_init() 381 panic("vtd_add_device: device %x is already owned by " in vtd_add_device() 457 panic("vtd_create_mapping: unaligned gpa 0x%0lx", gpa); in vtd_update_mapping() 460 panic("vtd_create_mapping: unaligned hpa 0x%0lx", hpa); in vtd_update_mapping() 463 panic("vtd_create_mapping: unaligned len 0x%0lx", len); in vtd_update_mapping() 511 panic("gpa 0x%lx and ptpshift %d mismatch", gpa, ptpshift); in vtd_update_mapping() 567 panic("vtd_create_domain: no dma remapping hardware available"); in vtd_create_domain() [all …]
|
| /trueos/sys/cddl/compat/opensolaris/kern/ |
| HD | opensolaris_cmn_err.c | 54 panic("Solaris: unknown severity level"); in vcmn_err() 58 panic("%s%s", prefix, buf); in vcmn_err() 81 panic("solaris assert: %s, file: %s, line: %d", a, f, l); in assfail() 91 panic("solaris assert: %s (0x%jx %s 0x%jx), file: %s, line: %d", in assfail3()
|
| /trueos/contrib/netbsd-tests/rump/kernspace/ |
| HD | thread.c | 63 panic("thread creation failed: %d", rv); in rumptest_threadjoin() 66 panic("thread join failed: %d", rv); in rumptest_threadjoin() 69 panic("new thread did not run"); in rumptest_threadjoin() 99 panic("thread creation failed: %d", rv); in rumptest_thread()
|
| /trueos/sys/arm/xscale/pxa/ |
| HD | pxa_obio.c | 113 panic("pxa_attach: failed to init obio mem rman"); in pxa_attach() 115 panic("pxa_attach: failed to set up obio mem rman"); in pxa_attach() 120 panic("pxa_attach: failed to init obio irq rman"); in pxa_attach() 122 panic("pxa_attach: failed to set up obio irq rman (main irqs)"); in pxa_attach() 124 panic("pxa_attach: failed to set up obio irq rman (gpio irqs)"); in pxa_attach() 155 panic("Unknown device on pxa0"); in pxa_print_child() 250 panic("pxa_alloc_resource: resource is busy"); in pxa_alloc_resource() 305 panic("pxa_release_resource: can't find resource"); in pxa_release_resource() 307 panic("pxa_release_resource: resource entry is not busy"); in pxa_release_resource() 378 panic("pxa_alloc_gpio_irq: unexpectedly can't find resource"); in pxa_alloc_gpio_irq()
|
| /trueos/sys/netinet/ |
| HD | ip_ecn.c | 99 panic("NULL pointer passed to ip_ecn_ingress"); in ip_ecn_ingress() 131 panic("NULL pointer passed to ip_ecn_egress"); in ip_ecn_egress() 166 panic("NULL pointer passed to ip6_ecn_ingress"); in ip6_ecn_ingress() 180 panic("NULL pointer passed to ip6_ecn_egress"); in ip6_ecn_egress()
|
| /trueos/sys/sparc64/pci/ |
| HD | schizo.c | 319 panic("%s: could not allocate register bank %d", in schizo_attach() 341 panic("%s: could not malloc mutex", __func__); in schizo_attach() 345 panic("%s: no partner expected", __func__); in schizo_attach() 347 panic("%s: mutex not initialized", __func__); in schizo_attach() 352 panic("%s: could not determine IGN", __func__); in schizo_attach() 355 panic("%s: could not determine version", __func__); in schizo_attach() 358 panic("%s: could not determine module-revision", __func__); in schizo_attach() 365 panic("PCI-X mode unsupported"); in schizo_attach() 483 panic("%s: could not malloc timecounter", __func__); in schizo_attach() 488 panic("%s: could not determine clock frequency", in schizo_attach() [all …]
|
| HD | psycho.c | 328 panic("%s: bogus PCI control register location", in psycho_attach() 341 panic("%s: could not allocate registers", __func__); in psycho_attach() 361 panic("%s: could not malloc mutex", __func__); in psycho_attach() 365 panic("%s: no partner expected", __func__); in psycho_attach() 367 panic("%s: mutex not initialized", __func__); in psycho_attach() 432 panic("%s: Hummingbird/Sabre TAS not initialized.", in psycho_attach() 443 panic("%s: failed to set up I/O rman", __func__); in psycho_attach() 448 panic("%s: failed to set up memory rman", __func__); in psycho_attach() 456 panic("%s: unsupported number of ranges", __func__); in psycho_attach() 466 panic("%s: duplicate range for space %d", in psycho_attach() [all …]
|
| HD | fire.c | 331 panic("%s: could not allocate register bank %d", in fire_attach() 336 panic("%s: could not determine IGN", __func__); in fire_attach() 338 panic("%s: could not determine module-revision", __func__); in fire_attach() 351 panic("%s: could not get ino-bitmap", __func__); in fire_attach() 525 panic("%s: could not determine MSI count", __func__); in fire_attach() 533 panic("%s: could not determine MSI data mask", __func__); in fire_attach() 539 panic("%s: could not determine MSI address ranges", __func__); in fire_attach() 544 panic("%s: could not determine MSI event queue count", in fire_attach() 548 panic("%s: could not determine MSI event queue size", in fire_attach() 562 panic("%s: event queues exceed INO range", __func__); in fire_attach() [all …]
|
| /trueos/sys/ufs/ffs/ |
| HD | ffs_softdep.c | 108 panic("softdep_flushfiles called"); 141 panic("softdep_unmount called"); 151 panic("softdep_setup_sbupdate called"); 162 panic("softdep_setup_inomapdep called"); 174 panic("softdep_setup_blkmapdep called"); 188 panic("softdep_setup_allocdirect called"); 202 panic("softdep_setup_allocext called"); 216 panic("softdep_setup_allocindir_page called"); 228 panic("softdep_setup_allocindir_meta called"); 239 panic("softdep_journal_freeblocks called"); [all …]
|
| /trueos/sys/mips/sibyte/ |
| HD | sb_zbpci.c | 102 panic("Cannot allocate resource for PCI I/O space mapping."); in zbpci_attach() 110 panic("%s: port_rman", __func__); in zbpci_attach() 122 panic("Cannot allocate resource for config space accesses."); in zbpci_attach() 134 panic("Cannot allocate resource for pci match bit lanes."); in zbpci_attach() 155 panic("zbpci_attach: could not add pci bus 0.\n"); in zbpci_attach() 158 panic("zbpci_attach: could not add pci bus 1.\n"); in zbpci_attach() 371 panic("zbpci_read_config: invalid %d/%d/%d[%d] %d\n", in zbpci_read_config() 386 panic("zbpci_read_config: invalid width %d\n", w); in zbpci_read_config() 404 panic("zbpci_write_config: invalid %d/%d/%d[%d] %d/%d\n", in zbpci_write_config() 419 panic("zbpci_write_config: invalid width %d\n", w); in zbpci_write_config()
|
| /trueos/sys/fs/fuse/ |
| HD | fuse_ipc.c | 137 panic("%s: Invalid operation for kern_sigprocmask()", in fuse_block_sigs() 146 panic("%s: Invalid operation for kern_sigprocmask()", in fuse_restore_sigs() 187 panic("FUSE: realloc failed"); in fiov_adjust() 388 panic("FUSE: unknown answer type for ticket %p", ftick); in fticket_aw_pull_uio() 533 panic("FUSE: ticket reused without being refreshed"); in fuse_insert_message() 563 panic("FUSE: a handler has been intalled for FUSE_FORGET"); in fuse_body_audit() 639 panic("FUSE_SETXATTR implementor has forgotten to define a" in fuse_body_audit() 644 panic("FUSE_GETXATTR implementor has forgotten to define a" in fuse_body_audit() 649 panic("FUSE_LISTXATTR implementor has forgotten to define a" in fuse_body_audit() 654 panic("FUSE_REMOVEXATTR implementor has forgotten to define a" in fuse_body_audit() [all …]
|
| /trueos/usr.bin/at/ |
| HD | parsetime.c | 265 panic((tok == EOF) ? "incomplete time" in plonk() 376 panic("garbled time"); in tod() 382 panic("garbled time"); in tod() 390 panic("garbled time"); in tod() 402 panic("garbled time"); in tod() 573 panic("garbled time"); in month() 577 panic("garbled time"); in month() 664 panic("garbled time"); in parsetime() 667 panic("trying to travel back in time"); in parsetime()
|
| /trueos/sys/x86/isa/ |
| HD | isa_dma.c | 93 panic("isa_dma_init: channel out of range"); in isa_dma_init() 152 panic("isa_dma_acquire: channel out of range"); 178 panic("isa_dma_release: channel out of range"); 213 panic("isa_dmacascade: channel out of range"); 244 panic("isa_dmastart: channel out of range"); in isa_dmastart() 248 panic("isa_dmastart: impossible request"); in isa_dmastart() 272 panic("isa_dmastart: bad bounce buffer"); in isa_dmastart() 367 panic("isa_dmadone: channel out of range"); in isa_dmadone() 410 panic("isa_dmacheck: no physical page present"); in isa_dmarangecheck()
|
| /trueos/sys/arm/ti/omap4/pandaboard/ |
| HD | pandaboard.c | 123 panic("Couldn't map SCRM registers"); in usb_hub_init() 126 panic("Couldn't map GPIO1 registers"); in usb_hub_init() 129 panic("Couldn't map GPIO2 registers"); in usb_hub_init() 132 panic("Couldn't map SCM Padconf registers"); in usb_hub_init()
|
| /trueos/sys/x86/x86/ |
| HD | nexus.c | 218 panic("nexus_init_resources irq_rman"); in nexus_init_resources() 227 panic("nexus_init_resources irq_rman add"); in nexus_init_resources() 246 panic("nexus_init_resources drq_rman"); in nexus_init_resources() 259 panic("nexus_init_resources port_rman"); in nexus_init_resources() 267 panic("nexus_init_resources mem_rman"); in nexus_init_resources() 283 panic("legacy: could not attach"); in nexus_attach() 518 panic("nexus_setup_intr: NULL irq resource!"); in nexus_setup_intr() 617 panic("%s: failed", __func__); in nexus_add_irq() 665 panic("ram_identify"); in ram_identify() 716 panic( in ram_attach() [all …]
|
| /trueos/sys/dev/ppbus/ |
| HD | ppb_msq.c | 73 panic("%s: unknown opcode (%d)", __func__, opcode); in mode2xfer() 97 panic("%s: unknown EPP protocol (0x%x)!", __func__, in mode2xfer() 105 panic("%s: unknown mode (%d)", __func__, mode); in mode2xfer() 212 panic("%s: parameter out of range (0x%x)!", in ppb_MS_init_msq() 239 panic("%s: unknown parameter (0x%x)!", __func__, in ppb_MS_init_msq() 299 panic("%s: IEEE1284 read not supported", __func__); in ppb_MS_microseq()
|