Searched refs:fmd_panic (Results 1 - 21 of 21) sorted by relevance
/illumos-gate/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_protocol.c | 53 fmd_panic("failed to xalloc authority nvlist"); 76 fmd_panic("failed to populate nvlist: %s\n", fmd_strerror(err)); 92 fmd_panic("failed to xalloc diag-engine fmri nvlist"); 108 fmd_panic("failed to populate nvlist: %s\n", fmd_strerror(err)); 121 fmd_panic("failed to xalloc fault nvlist"); 137 fmd_panic("failed to populate nvlist: %s\n", fmd_strerror(err)); 157 fmd_panic("failed to xalloc suspect list nvlist"); 193 fmd_panic("failed to initialize libfmd_msg\n"); 203 fmd_panic("failed to populate nvlist: %s\n", fmd_strerror(err)); 224 fmd_panic("faile [all...] |
H A D | fmd_subr.h | 46 extern void fmd_panic(const char *, ...);
|
H A D | fmd_topo.c | 82 fmd_panic("failed to open topology library: %s", 90 fmd_panic("failed to get topology snapshot: %s",
|
H A D | fmd_alloc.c | 66 fmd_panic("insufficient memory (%u bytes needed)\n", size);
|
H A D | fmd_subr.c | 51 fmd_panic("\"%s\", line %d: assertion failed: %s\n", file, line, expr); 115 fmd_panic(const char *format, ...) function 182 fmd_panic("forcing core dump at user request\n");
|
H A D | fmd_ctl.c | 137 fmd_panic("ctl_init called with bad nvlist %p", (void *)nvl);
|
H A D | fmd_thread.c | 61 fmd_panic("failed to initialize thread key to %p", arg); 89 (void) sigdelset(&nset, SIGABRT); /* always unblocked for fmd_panic() */
|
H A D | fmd_idspace.c | 160 fmd_panic("idspace %p (%s) does not contain id %ld", 193 fmd_panic("%ld out of range [%ld .. %ld] for idspace %p (%s)\n",
|
H A D | fmd_log.c | 180 fmd_panic("failed to seek log %s", lp->log_name); 192 fmd_panic("eof off != log_off 0x%llx\n", lp->log_off); 233 fmd_panic("failed to seek log %s", lp->log_name); 893 fmd_panic("failed to seek %s to 0x%llx\n", 950 fmd_panic("failed to seek %s to 0x%llx\n",
|
H A D | fmd_rpc.c | 190 fmd_panic("failed to enable user-MT rpc mode");
|
H A D | fmd_timerq.c | 262 fmd_panic("failed to create timer thread");
|
H A D | fmd_time.c | 42 fmd_panic("failed to read time-of-day clock");
|
H A D | fmd_event.c | 293 fmd_panic("illegal transition %u -> %u\n", ep->ev_state, state);
|
H A D | fmd_dispq.c | 302 fmd_panic("fmd_dispq_tokenize() cc=%u > cv[%u]\n", cc, cvlen);
|
H A D | fmd.c | 685 fmd_panic("forcing core dump at user request\n"); 794 fmd_panic("failed to create server for door %p", (void *)dip);
|
H A D | fmd_module.c | 766 fmd_panic("recursive module lock of %p\n", (void *)mp); 880 fmd_panic("aborting due to %s in client %s (%p)\n",
|
H A D | fmd_xprt.c | 819 fmd_panic("failed to create xi_stats (%p)\n", (void *)statv); 2006 fmd_panic("fmd_xprt_suspend/resume_all mismatch\n");
|
H A D | fmd_conf.c | 533 fmd_panic("fmd.d_conf does not define '%s' (inherited as %s)\n",
|
H A D | fmd_api.c | 236 fmd_panic("fmd module api call made using " 1860 fmd_panic("fmd_doorthr_create from unrecognized thread\n");
|
H A D | fmd_case.c | 1227 fmd_panic("case %p (%s) not found on hash chain %u\n", 1526 fmd_panic("attempt to hold a deleting case %p (%s)\n",
|
H A D | fmd_ckpt.c | 688 fmd_panic("case %p (%s) has invalid state %u",
|
Completed in 1395 milliseconds