Home
last modified time | relevance | path

Searched refs:FM_MAX_CLASS (Results 1 – 25 of 43) sorted by relevance

12

/titanic_44/usr/src/uts/sun4u/io/px/
H A Dpx_err.c1171 char buf[FM_MAX_CLASS]; in PX_ERPT_SEND_DEC()
1173 char unum[FM_MAX_CLASS]; in PX_ERPT_SEND_DEC()
1184 (void) snprintf(buf, FM_MAX_CLASS, "%s", class_name); in PX_ERPT_SEND_DEC()
1198 FM_MAX_CLASS); in PX_ERPT_SEND_DEC()
1209 FM_MAX_CLASS, &unum_length)) != 0) in PX_ERPT_SEND_DEC()
1302 char buf[FM_MAX_CLASS]; in PX_ERPT_SEND_DEC()
1305 (void) snprintf(buf, FM_MAX_CLASS, "%s", class_name); in PX_ERPT_SEND_DEC()
1329 char buf[FM_MAX_CLASS]; in PX_ERPT_SEND_DEC()
1332 (void) snprintf(buf, FM_MAX_CLASS, "%s", class_name); in PX_ERPT_SEND_DEC()
1382 char buf[FM_MAX_CLASS]; in PX_ERPT_SEND_DEC()
[all …]
/titanic_44/usr/src/cmd/fm/modules/common/fabric-xlate/
H A Dfx_fabric.c284 (void) snprintf(fab_buf, FM_MAX_CLASS, "ereport.io.%s.%s", in fab_prep_pci_erpt()
302 (void) snprintf(fab_buf, FM_MAX_CLASS, "ereport.io.%s.%s-%s", in fab_prep_pci_bdg_erpt()
321 (void) snprintf(fab_buf, FM_MAX_CLASS, "ereport.io.%s.%s", in fab_prep_pci_bdg_ctl_erpt()
341 (void) snprintf(fab_buf, FM_MAX_CLASS, "ereport.io.%s.%s", in fab_prep_pcie_ce_erpt()
362 (void) snprintf(fab_buf, FM_MAX_CLASS, "ereport.io.%s.%s", in fab_prep_pcie_ue_erpt()
402 (void) snprintf(fab_buf, FM_MAX_CLASS, "ereport.io.%s.%s", in fab_prep_pcie_sue_erpt()
443 (void) snprintf(fab_buf, FM_MAX_CLASS, "ereport.io.%s.%s", in fab_prep_pcix_erpt()
469 (void) snprintf(fab_buf, FM_MAX_CLASS, in fab_send_pcix_ecc_erpt()
474 (void) snprintf(fab_buf, FM_MAX_CLASS, in fab_send_pcix_ecc_erpt()
480 (void) snprintf(fab_buf, FM_MAX_CLASS, in fab_send_pcix_ecc_erpt()
[all …]
H A Dfabric-xlate.c41 char fab_buf[FM_MAX_CLASS];
H A Dfx_subr.c135 (void) snprintf(fab_buf, FM_MAX_CLASS, "ereport.io.%s.%s", in fab_send_tgt_erpt()
545 (void) strncpy(rcpath, path, FM_MAX_CLASS); in fab_get_rcpath()
552 (void) strncpy(rcpath, path, FM_MAX_CLASS); in fab_get_rcpath()
/titanic_44/usr/src/uts/common/os/
H A Dpcifm.c96 char buf[FM_MAX_CLASS]; in pci_config_check()
98 (void) snprintf(buf, FM_MAX_CLASS, "%s.%s", in pci_config_check()
620 char buf[FM_MAX_CLASS]; in pci_bdg_error_report()
630 (void) snprintf(buf, FM_MAX_CLASS, "%s.%s", in pci_bdg_error_report()
644 (void) snprintf(buf, FM_MAX_CLASS, "%s.%s-%s", in pci_bdg_error_report()
724 char buf[FM_MAX_CLASS]; in pcix_ecc_error_report()
755 (void) snprintf(buf, FM_MAX_CLASS, in pcix_ecc_error_report()
764 (void) snprintf(buf, FM_MAX_CLASS, in pcix_ecc_error_report()
798 (void) snprintf(buf, FM_MAX_CLASS, in pcix_ecc_error_report()
833 (void) snprintf(buf, FM_MAX_CLASS, in pcix_ecc_error_report()
[all …]
H A Dddifm.c158 char buf[FM_MAX_CLASS]; in ddi_fm_service_impact()
166 (void) snprintf(buf, FM_MAX_CLASS, "%s.%s", in ddi_fm_service_impact()
175 (void) snprintf(buf, FM_MAX_CLASS, "%s.%s", in ddi_fm_service_impact()
182 (void) snprintf(buf, FM_MAX_CLASS, "%s.%s", in ddi_fm_service_impact()
192 (void) snprintf(buf, FM_MAX_CLASS, "%s.%s", in ddi_fm_service_impact()
199 (void) snprintf(buf, FM_MAX_CLASS, "%s.%s", in ddi_fm_service_impact()
H A Dfm.c821 char ereport_class[FM_MAX_CLASS]; in fm_ereport_set()
831 (void) snprintf(ereport_class, FM_MAX_CLASS, "%s.%s", in fm_ereport_set()
/titanic_44/usr/src/uts/sun4u/starcat/io/
H A Dscosmb.c523 char buf[FM_MAX_CLASS]; in dp_trans_event()
589 (void) snprintf(buf, FM_MAX_CLASS, "IO%d", exp); in dp_trans_event()
591 (void) snprintf(buf, FM_MAX_CLASS, "SB%d", exp); in dp_trans_event()
595 (void) snprintf(buf, FM_MAX_CLASS, "EX%d", exp); in dp_trans_event()
599 (void) snprintf(buf, FM_MAX_CLASS, "CP"); in dp_trans_event()
603 (void) snprintf(buf, FM_MAX_CLASS, "UNKNOWN"); in dp_trans_event()
619 (void) snprintf(buf, FM_MAX_CLASS, "asic.starcat.%s.%s-%s", in dp_trans_event()
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_fm.c142 char buf[FM_MAX_CLASS]; in oce_fm_ereport()
147 (void) snprintf(buf, FM_MAX_CLASS, "%s.%s", DDI_FM_DEVICE, detail); in oce_fm_ereport()
/titanic_44/usr/src/uts/common/io/bge/
H A Dbge_log.c130 char buf[FM_MAX_CLASS]; in bge_fm_ereport()
132 (void) snprintf(buf, FM_MAX_CLASS, "%s.%s", DDI_FM_DEVICE, detail); in bge_fm_ereport()
/titanic_44/usr/src/uts/common/sys/fm/
H A Dutil.h40 #define FM_MAX_CLASS 100 macro
/titanic_44/usr/src/uts/sun4u/io/pci/
H A Dpci_fm.c332 char buf[FM_MAX_CLASS]; in pbm_ereport_post()
334 (void) snprintf(buf, FM_MAX_CLASS, "%s.%s", in pbm_ereport_post()
H A Dpcisch.c1950 char buf[FM_MAX_CLASS]; in pcix_lookup_err_msgs()
1958 (void) snprintf(buf, FM_MAX_CLASS, "%s.%s%s", in pcix_lookup_err_msgs()
2313 char buf[FM_MAX_CLASS]; in pci_pbm_err_handler()
2453 (void) snprintf(buf, FM_MAX_CLASS, "%s.%s", in pci_pbm_err_handler()
2475 (void) snprintf(buf, FM_MAX_CLASS, "%s.%s", in pci_pbm_err_handler()
2803 char buf[FM_MAX_CLASS], dev_path[MAXPATHLEN], *ptr; in cb_ereport_post()
2818 (void) snprintf(buf, FM_MAX_CLASS, "%s.%s.%s", DDI_IO_CLASS, in cb_ereport_post()
2873 char buf[FM_MAX_CLASS]; in iommu_ereport_post()
2875 (void) snprintf(buf, FM_MAX_CLASS, "%s.%s", in iommu_ereport_post()
2902 char buf[FM_MAX_CLASS]; in pcix_ereport_post()
[all …]
H A Dpci_util.c732 char buf[FM_MAX_CLASS]; in pci_cfg_report()
734 (void) snprintf(buf, FM_MAX_CLASS, "%s.%s", in pci_cfg_report()
H A Dpci_ecc.c664 char buf[FM_MAX_CLASS], dev_path[MAXPATHLEN], *ptr; in ecc_ereport_post()
677 (void) snprintf(buf, FM_MAX_CLASS, "%s.%s.%s", DDI_IO_CLASS, in ecc_ereport_post()
/titanic_44/usr/src/uts/common/io/hxge/
H A Dhxge_fm.c322 char eclass[FM_MAX_CLASS]; in hxge_fm_ereport()
326 (void) snprintf(eclass, FM_MAX_CLASS, "%s.%s", DDI_FM_DEVICE, in hxge_fm_ereport()
/titanic_44/usr/src/uts/intel/io/intel_nb5000/
H A Dintel_nb5000.c1912 (void) snprintf(class, FM_MAX_CLASS, "%s.%s.%s.%s", in nb_fsb_report()
1958 (void) snprintf(class, FM_MAX_CLASS, "%s.%s.%s.%s", in nb_pex_report()
1961 (void) snprintf(class, FM_MAX_CLASS, "%s.%s.%s.%s", in nb_pex_report()
1983 (void) snprintf(class, FM_MAX_CLASS, "%s.%s.%s.%s", in nb_int_report()
2018 (void) snprintf(class, FM_MAX_CLASS, "%s.%s.%s", in nb_fat_fbd_report()
2053 (void) snprintf(class, FM_MAX_CLASS, "%s.%s.%s", in nb_nf_fbd_report()
2063 (void) snprintf(class, FM_MAX_CLASS, "%s.%s.%s.%s", in nb_dma_report()
2077 (void) snprintf(class, FM_MAX_CLASS, "%s.%s.%s.%s", in nb_thr_report()
2112 (void) snprintf(class, FM_MAX_CLASS, "%s.%s.%s", in nb_nf_mem_report()
2151 (void) snprintf(class, FM_MAX_CLASS, "%s.%s.%s.%s", in nb_report()
[all …]
/titanic_44/usr/src/uts/sun4u/opl/io/pcicmu/
H A Dpcmu_util.c505 char buf[FM_MAX_CLASS]; in pcmu_cfg_report()
537 (void) snprintf(buf, FM_MAX_CLASS, "%s %s: %s %s", in pcmu_cfg_report()
/titanic_44/usr/src/uts/intel/io/mc-amd/
H A Dmcamd_subr.c694 char buf[FM_MAX_CLASS]; in mcamd_ereport_post()
699 (void) snprintf(buf, FM_MAX_CLASS, "%s.%s.%s", FM_ERROR_CPU, in mcamd_ereport_post()
/titanic_44/usr/src/uts/sun4u/serengeti/io/
H A Dsgsbbc_mailbox.c2457 char buf[FM_MAX_CLASS]; in sbbc_dp_trans_event()
2524 (void) snprintf(buf, FM_MAX_CLASS, "SB%d", board); in sbbc_dp_trans_event()
2527 (void) snprintf(buf, FM_MAX_CLASS, "RP"); in sbbc_dp_trans_event()
2530 (void) snprintf(buf, FM_MAX_CLASS, "UNKNOWN"); in sbbc_dp_trans_event()
2546 (void) snprintf(buf, FM_MAX_CLASS, "asic.serengeti.%s.%s-%s", in sbbc_dp_trans_event()
/titanic_44/usr/src/uts/sun4v/io/px/
H A Dpx_err.c449 char buf[FM_MAX_CLASS], descr_buf[1024]; in px_err_send_epkt_erpt()
452 (void) snprintf(buf, FM_MAX_CLASS, "%s", PX_FM_RC_UNRECOG); in px_err_send_epkt_erpt()
/titanic_44/usr/src/uts/common/io/nxge/
H A Dnxge_fm.c519 char eclass[FM_MAX_CLASS]; in nxge_fm_ereport()
523 (void) snprintf(eclass, FM_MAX_CLASS, "%s.%s", DDI_FM_DEVICE, in nxge_fm_ereport()
/titanic_44/usr/src/uts/common/io/bnxe/
H A Dbnxe_main.c442 char buf[FM_MAX_CLASS]; in BnxeFmErrorReport()
444 (void) snprintf(buf, FM_MAX_CLASS, "%s.%s", DDI_FM_DEVICE, detail); in BnxeFmErrorReport()
/titanic_44/usr/src/uts/common/io/
H A Dbofi.c2356 char buf[FM_MAX_CLASS]; in do_dma_corrupt()
2359 (void) snprintf(buf, FM_MAX_CLASS, FM_SIMULATED_DMA); in do_dma_corrupt()
2477 char buf[FM_MAX_CLASS]; in do_pior_corrupt()
2480 (void) snprintf(buf, FM_MAX_CLASS, in do_pior_corrupt()
2576 char buf[FM_MAX_CLASS]; in do_piow_corrupt()
2579 (void) snprintf(buf, FM_MAX_CLASS, in do_piow_corrupt()
4510 char service_class[FM_MAX_CLASS]; in bofi_fm_ereport_callback()
4519 (void) snprintf(service_class, FM_MAX_CLASS, "%s.%s.%s.", in bofi_fm_ereport_callback()
/titanic_44/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_fm.c1917 char buf[FM_MAX_CLASS]; in i_hca_fm_ereport()
1919 (void) snprintf(buf, FM_MAX_CLASS, "%s.%s", DDI_FM_DEVICE, detail); in i_hca_fm_ereport()

12