/illumos-gate/usr/src/cmd/fm/modules/common/fabric-xlate/ |
H A D | fx_subr.c | 112 fmd_hdl_debug(hdl, "Sending Target Ereport: " in fab_send_tgt_erpt() 165 fmd_hdl_debug(hdl, "Sending target ereport: %s 0x%x\n", in fab_send_tgt_erpt() 172 fmd_hdl_debug(hdl, in fab_send_tgt_erpt() 181 fmd_hdl_debug(hdl, "Failed to send Target PCI ereport\n"); in fab_send_tgt_erpt() 209 fmd_hdl_debug(hdl, "Prepping ereport failed: " in fab_send_erpt() 221 fmd_hdl_debug(hdl, "Sending ereport: %s 0x%x\n", fab_buf, reg); in fab_send_erpt() 224 fmd_hdl_debug(hdl, "Failed to send PCI ereport\n"); in fab_send_erpt() 231 fmd_hdl_debug(hdl, "Failed to send PCI ereport\n"); in fab_send_erpt() 241 fmd_hdl_debug(hdl, "xpathObj query %s\n", query); in fab_xpath_query() 249 fmd_hdl_debug(hdl, "xpathObj 0x%p type %d\n", xpathObj, in fab_xpath_query() [all …]
|
H A D | fx_epkt.c | 104 fmd_hdl_debug(hdl, "Translate epkt DESC = %#x\n", temp); in fab_xlate_epkt() 156 fmd_hdl_debug(hdl, "epkt ereport received: %s\n", class); in fab_xlate_epkt_erpts() 168 fmd_hdl_debug(hdl, "Failed to retrieve all epkt payloads"); in fab_xlate_epkt_erpts() 172 fmd_hdl_debug(hdl, "epkt flags: %c%c%c%c%c%c%c%c%c %s", in fab_xlate_epkt_erpts() 229 fmd_hdl_debug(hdl, "HEADER 0 0x%x", data.pcie_ue_hdr[0]); in fab_xlate_epkt_erpts() 230 fmd_hdl_debug(hdl, "HEADER 1 0x%x", data.pcie_ue_hdr[1]); in fab_xlate_epkt_erpts() 231 fmd_hdl_debug(hdl, "HEADER 2 0x%x", data.pcie_ue_hdr[2]); in fab_xlate_epkt_erpts() 232 fmd_hdl_debug(hdl, "HEADER 3 0x%x", data.pcie_ue_hdr[3]); in fab_xlate_epkt_erpts() 233 fmd_hdl_debug(hdl, "In header bdf = %#hx addr = %#llx", in fab_xlate_epkt_erpts() 279 fmd_hdl_debug(hdl, "RP not fond. Will translate on all RPs.\n"); in fab_xlate_epkt_erpts()
|
H A D | fabric-xlate.c | 62 fmd_hdl_debug(hdl, "Failed to remove XML topo file\n"); in fab_update_topo() 67 fmd_hdl_debug(hdl, "Failed to create XML topo file\n"); in fab_update_topo() 74 fmd_hdl_debug(hdl, "Failed to open XML topo file\n"); in fab_update_topo() 80 fmd_hdl_debug(hdl, "Failed to hold topo\n"); in fab_update_topo() 86 fmd_hdl_debug(hdl, "Failed to get XML topo\n"); in fab_update_topo() 177 fmd_hdl_debug(hdl, "Fabric Translater Started\n"); in _fmd_init()
|
H A D | fx_fire.c | 149 fmd_hdl_debug(hdl, "Translate Fire CE %s\n", class); in fab_xlate_fire_ce() 179 fmd_hdl_debug(hdl, "Translate Fire UE %s\n", class); in fab_xlate_fire_ue() 268 fmd_hdl_debug(hdl, "Translate Fire OE %s\n", class); in fab_xlate_fire_oe() 323 fmd_hdl_debug(hdl, "Matching %s\n", entry->err_class); in fab_xlate_fire_dmc() 332 fmd_hdl_debug(hdl, "Translate Fire DMC %s\n", class); in fab_xlate_fire_dmc() 351 fmd_hdl_debug(hdl, "tfsr 0x%llx\n", reg); in fab_xlate_fire_dmc() 363 fmd_hdl_debug(hdl, "tfar 0x%llx\n", reg); in fab_xlate_fire_dmc() 370 fmd_hdl_debug(hdl, "HEADER 0 0x%x\n", data->pcie_ue_hdr[0]); in fab_xlate_fire_dmc() 371 fmd_hdl_debug(hdl, "HEADER 1 0x%x\n", data->pcie_ue_hdr[1]); in fab_xlate_fire_dmc() 372 fmd_hdl_debug(hdl, "HEADER 2 0x%x\n", data->pcie_ue_hdr[2]); in fab_xlate_fire_dmc() [all …]
|
H A D | fx_fabric.c | 425 fmd_hdl_debug(hdl, "Bit 0x%x First Err 0x%x", tbl->reg_bit, first_err); in fab_prep_pcie_ue_erpt() 462 fmd_hdl_debug(hdl, "Bit 0x%x First Err 0x%x", tbl->reg_bit, first_err); in fab_prep_pcie_sue_erpt() 550 fmd_hdl_debug(hdl, "Sending ecc ereport: %s\n", fab_buf); in fab_send_pcix_ecc_erpt() 553 fmd_hdl_debug(hdl, "Failed to send ECC ereport\n"); in fab_send_pcix_ecc_erpt() 570 fmd_hdl_debug(hdl, "Sending ecc ereport: %s\n", fab_buf); in fab_send_pcix_ecc_erpt() 573 fmd_hdl_debug(hdl, "Failed to send ECC ereport\n"); in fab_send_pcix_ecc_erpt() 578 fmd_hdl_debug(hdl, "Failed to send ECC ereport\n"); in fab_send_pcix_ecc_erpt() 663 fmd_hdl_debug(hdl, "Sending ecc ereport: %s\n", fab_buf); in fab_send_pcix_bdg_ecc_erpt() 666 fmd_hdl_debug(hdl, "Failed to send ECC ereport\n"); in fab_send_pcix_bdg_ecc_erpt() 684 fmd_hdl_debug(hdl, "Sending ecc ereport: %s\n", fab_buf); in fab_send_pcix_bdg_ecc_erpt() [all …]
|
/illumos-gate/usr/src/cmd/fm/modules/common/io-retire/ |
H A D | rio_main.c | 96 fmd_hdl_debug(hdl, "rio_recv: Skipping fault " in fault_exception() 144 fmd_hdl_debug(hdl, "rio_recv: retire disabled\n"); in rio_recv() 149 drt.rt_debug = (void (*)(void *, const char *, ...))fmd_hdl_debug; in rio_recv() 165 fmd_hdl_debug(hdl, "rio_recv: not list.* class: %s\n", class); in rio_recv() 171 fmd_hdl_debug(hdl, "rio_recv: no fault list"); in rio_recv() 178 fmd_hdl_debug(hdl, "rio_recv: retire suppressed"); in rio_recv() 184 fmd_hdl_debug(hdl, "rio_recv: no asru in fault"); in rio_recv() 191 fmd_hdl_debug(hdl, "rio_recv: not \"dev\" scheme: %s", in rio_recv() 201 fmd_hdl_debug(hdl, "rio_recv: no dev path in asru"); in rio_recv() 211 fmd_hdl_debug(hdl, "rio_recv:" in rio_recv() [all …]
|
/illumos-gate/usr/src/cmd/fm/modules/common/cpumem-retire/ |
H A D | cma_page.c | 98 fmd_hdl_debug(hdl, "page retire nvlist dup failed\n"); in cma_page_retire() 104 fmd_hdl_debug(hdl, "failed to expand page asru\n"); in cma_page_retire() 111 fmd_hdl_debug(hdl, "page retire overtaken by events\n"); in cma_page_retire() 125 fmd_hdl_debug(hdl, "mem fault missing 'physaddr'\n"); in cma_page_retire() 134 fmd_hdl_debug(hdl, "suppressed unretire of page %llx\n", in cma_page_retire() 145 fmd_hdl_debug(hdl, "suppressed retire of page %llx\n", in cma_page_retire() 157 fmd_hdl_debug(hdl, "%sd page 0x%llx\n", in cma_page_retire() 166 fmd_hdl_debug(hdl, "%s of page 0x%llx failed, will not " in cma_page_retire() 179 fmd_hdl_debug(hdl, "page didn't retire - sleeping\n"); in cma_page_retire() 211 fmd_hdl_debug(hdl, "page retire overtaken by events"); in page_retry() [all …]
|
H A D | cma_cpu.c | 113 fmd_hdl_debug(hdl, "suppressed %s of CPU\n", in cma_cpu_hc_retire() 148 fmd_hdl_debug(hdl, "suppressed %s of CPU\n", in cma_cpu_hc_retire() 174 fmd_hdl_debug(hdl, in cma_cpu_hc_retire() 182 fmd_hdl_debug(hdl, in cma_cpu_hc_retire() 226 fmd_hdl_debug(hdl, "suppressed online of CPU %u\n", in cpu_online() 237 fmd_hdl_debug(hdl, "suppressed unblacklist of CPU %u\n", cpuid); in cpu_online() 260 fmd_hdl_debug(hdl, "suppressed offline of CPU %u\n", in cpu_offline() 271 fmd_hdl_debug(hdl, "suppressed blacklist of CPU %u\n", in cpu_offline() 321 fmd_hdl_debug(hdl, "cpu fault missing '%s'\n", FM_FMRI_CPU_ID); in cma_cpu_cpu_retire()
|
H A D | cma_cpu_arch.c | 61 fmd_hdl_debug(hdl, "failed to get the fault class name\n"); in cma_cpu_blacklist() 109 fmd_hdl_debug(hdl, "missing '%s'\n", FM_FMRI_CPU_ID); in cma_cpu_statechange() 118 fmd_hdl_debug(hdl, "changed cpu %u state from \"%s\" " in cma_cpu_statechange() 129 fmd_hdl_debug(hdl, "failed to changed cpu %u state to \"%s\": %s\n", in cma_cpu_statechange()
|
H A D | cma_main.c | 388 fmd_hdl_debug(hdl, "cma_recv: retire suppressed"); in nvl2subr() 520 fmd_hdl_debug(hdl, "received %s\n", class); in cma_recv()
|
/illumos-gate/usr/src/cmd/fm/modules/common/ses-log-transport/ |
H A D | ses_log_transport.c | 182 fmd_hdl_debug(hdl, "Error adding fields to ereport"); in slt_post_ereport() 186 fmd_hdl_debug(hdl, "Could not allocate space for ereport"); in slt_post_ereport() 298 fmd_hdl_debug(slmp->slt_hdl, "No hc-list in the fmri"); in access_fmri() 333 fmd_hdl_debug(slmp->slt_hdl, in access_fmri() 343 fmd_hdl_debug(slmp->slt_hdl, in access_fmri() 363 fmd_hdl_debug(slmp->slt_hdl, in access_fmri() 367 fmd_hdl_debug(slmp->slt_hdl, in access_fmri() 511 fmd_hdl_debug(slmp->slt_hdl, in add_expander_record() 519 fmd_hdl_debug(slmp->slt_hdl, in add_expander_record() 527 fmd_hdl_debug(slmp->slt_hdl, in add_expander_record() [all …]
|
/illumos-gate/usr/src/cmd/fm/modules/common/event-transport/ |
H A D | etm.c | 191 fmd_hdl_debug(hdl, "--- WRITE Message Dump ---"); in etm_hex_dump() 193 fmd_hdl_debug(hdl, "--- READ Message Dump ---"); in etm_hex_dump() 195 fmd_hdl_debug(hdl, " Displaying %d bytes", buflen); in etm_hex_dump() 200 fmd_hdl_debug(hdl, "%3d: %4x %4x %4x %4x %4x %4x %4x %4x", i, in etm_hex_dump() 209 fmd_hdl_debug(hdl, "%3d: %4x %4x", i, *(c+0), *(c+1)); in etm_hex_dump() 212 fmd_hdl_debug(hdl, "%3d: %4x %4x %4x %4x", i, *(c+0), *(c+1), in etm_hex_dump() 216 fmd_hdl_debug(hdl, "%3d: %4x %4x %4x %4x %4x %4x", i, *(c+0), in etm_hex_dump() 221 fmd_hdl_debug(hdl, "--- End Dump ---"); in etm_hex_dump() 245 fmd_hdl_debug(hdl, "Bad delimiter in ETM header from %s " in etm_check_hdr() 257 fmd_hdl_debug(hdl, "Bad version in ETM header from %s : 0x%x\n", in etm_check_hdr() [all …]
|
/illumos-gate/usr/src/cmd/fm/modules/common/sp-monitor/ |
H A D | sp_monitor.c | 70 fmd_hdl_debug(hdl, "SP reset detected, posting sysevent"); in sp_post_sysevent() 74 fmd_hdl_debug(hdl, "failed to send sysevent: %s", in sp_post_sysevent() 97 fmd_hdl_debug(hdl, "failed to get uptime: %s", in sp_timeout() 158 fmd_hdl_debug(hdl, "failed to load: no IPMI connection " in _fmd_init() 173 fmd_hdl_debug(hdl, "failed to load: uptime command " in _fmd_init() 184 fmd_hdl_debug(hdl, "successfully loaded, uptime = %u seconds " in _fmd_init() 187 fmd_hdl_debug(hdl, "successfully loaded, but uptime call " in _fmd_init()
|
/illumos-gate/usr/src/cmd/fm/modules/common/fdd-msg/ |
H A D | fdd_msg.c | 148 fmd_hdl_debug(hdl, "Got CPU info: vendor=%s, family=%d, " in get_cap_conf() 160 fmd_hdl_debug(hdl, "Failed to get CPU info"); in get_cap_conf() 165 fmd_hdl_debug(hdl, "Found property, FMA capability=0x%x", in get_cap_conf() 170 fmd_hdl_debug(hdl, "Didn't find FMA capability property, " in get_cap_conf() 197 fmd_hdl_debug(hdl, "Failed: no IPMI connection present"); in send_fma_cap_to_ilom() 205 fmd_hdl_debug(hdl, "Service Processor does not run " in send_fma_cap_to_ilom() 222 fmd_hdl_debug(hdl, "Failed to send Solaris FMA " in send_fma_cap_to_ilom()
|
/illumos-gate/usr/src/cmd/fm/modules/common/syslog-msgs/ |
H A D | syslog.c | 162 fmd_hdl_debug(hdl, "putmsg failed: %s\n", strerror(errno)); in syslog_emit() 173 fmd_hdl_debug(hdl, "write failed: %s\n", strerror(errno)); in syslog_emit() 202 fmd_hdl_debug(hdl, "Error looking up notification " in get_notify_prefs() 211 fmd_hdl_debug(hdl, "Malformed preference nvlist\n"); in get_notify_prefs() 258 fmd_hdl_debug(hdl, "invalid event version: %u\n", version); in syslog_recv() 265 fmd_hdl_debug(hdl, "%s requested no message\n", class); in syslog_recv() 276 fmd_hdl_debug(hdl, "No syslog notification preferences " in syslog_recv() 282 fmd_hdl_debug(hdl, "Failed to retrieve notification " in syslog_recv() 288 fmd_hdl_debug(hdl, "Syslog notifications disabled for " in syslog_recv() 297 fmd_hdl_debug(hdl, "failed to format message"); in syslog_recv()
|
/illumos-gate/usr/src/cmd/fm/modules/common/sw-diag-response/subsidiary/panic/ |
H A D | panic_diag.c | 411 fmd_hdl_debug(hdl, "swde_panic_detected\n"); in swde_panic_detected() 423 fmd_hdl_debug(hdl, "swde_panic_detected: OS instance %s\n", uuid); in swde_panic_detected() 455 fmd_hdl_debug(hdl, "swde_case_open returned NULL - dup?\n"); in swde_panic_detected() 464 fmd_hdl_debug(hdl, "savecore not being attempted - " in swde_panic_detected() 482 fmd_hdl_debug(hdl, "armed timer\n"); in swde_panic_detected() 484 fmd_hdl_debug(hdl, "timer already armed\n"); in swde_panic_detected() 505 fmd_hdl_debug(hdl, "savecore_done (%s)\n", savecore_success ? in swde_panic_savecore_done() 530 fmd_hdl_debug(hdl, "savecore_done: can't find case for " in swde_panic_savecore_done() 536 fmd_hdl_debug(hdl, "savecore_done: solving case %s\n", uuid); in swde_panic_savecore_done()
|
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/ |
H A D | util.c | 56 fmd_hdl_debug(g_fm_hdl, ": %s\n", strerror(error)); in verror() 67 fmd_hdl_debug(g_fm_hdl, "WARNING: "); in vwarn_e() 71 fmd_hdl_debug(g_fm_hdl, ": %s\n", strerror(error)); in vwarn_e() 80 fmd_hdl_debug(g_fm_hdl, "WARNING: "); in vwarn() 97 fmd_hdl_debug(g_fm_hdl, ": %s\n", strerror(error)); in vcont()
|
/illumos-gate/usr/src/cmd/fm/modules/common/sensor-transport/ |
H A D | sensor_transport.c | 109 fmd_hdl_debug(hdl, "topo_fmri_present() failed for %s=%d", in st_check_component() 116 fmd_hdl_debug(hdl, "%s=%d is not present, ignoring", in st_check_component() 128 fmd_hdl_debug(hdl, "Method %s not supported " in st_check_component() 275 fmd_hdl_debug(hdl, "posted ereport: %s", in st_check_component() 302 fmd_hdl_debug(hdl, "timeout: checking topology"); in st_timeout() 346 fmd_hdl_debug(hdl, "repairing %s", sfp->sf_fru); in st_timeout()
|
/illumos-gate/usr/src/cmd/fm/modules/common/ext-event-transport/ |
H A D | fmevt_outbound.c | 90 fmd_hdl_debug(hdl, "sysevent_evc_publish failed:"); in fmevt_recv() 102 fmd_hdl_debug(hdl, "protocol forwarding disabled " in fmevt_init_outbound()
|
/illumos-gate/usr/src/cmd/fm/modules/common/sw-diag-response/common/ |
H A D | sw_main_cmn.c | 357 fmd_hdl_debug(hdl, "%s disabled though .conf file setting\n", in sw_fmd_init() 408 fmd_hdl_debug(hdl, "%s initialized\n", dbgbuf); in sw_fmd_init() 414 fmd_hdl_debug(hdl, "%s chose not to initialize\n", in sw_fmd_init() 421 fmd_hdl_debug(hdl, "%s failed to initialize " in sw_fmd_init()
|
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | io.c | 55 fmd_hdl_debug(Hdl, "%s\n", buf); in io_out()
|
H A D | eft.c | 309 fmd_hdl_debug(hdl, "no fault trees provided."); in _fmd_init()
|
/illumos-gate/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_api.h | 157 extern void fmd_hdl_debug(fmd_hdl_t *, const char *, ...);
|
H A D | fmd_api.map | 64 fmd_hdl_debug { TYPE = function; FLAGS = extern };
|
/illumos-gate/usr/src/cmd/fm/modules/common/zfs-diagnosis/ |
H A D | zfs_de.c | 672 fmd_hdl_debug(hdl, "pool %llx, " in zfs_fm_recv() 710 fmd_hdl_debug(hdl, "pool %llx, " in zfs_fm_recv()
|