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