Lines Matching defs:class

1890 nb_fsb_report(const nb_regs_t *nb_regs, char *class, nvlist_t *detector,
1912 (void) snprintf(class, FM_MAX_CLASS, "%s.%s.%s.%s",
1917 nb_pex_report(const nb_regs_t *nb_regs, char *class, nvlist_t *detector,
1958 (void) snprintf(class, FM_MAX_CLASS, "%s.%s.%s.%s",
1961 (void) snprintf(class, FM_MAX_CLASS, "%s.%s.%s.%s",
1967 nb_int_report(const nb_regs_t *nb_regs, char *class, nvlist_t *detector,
1983 (void) snprintf(class, FM_MAX_CLASS, "%s.%s.%s.%s",
1988 nb_fat_fbd_report(const nb_regs_t *nb_regs, char *class, nvlist_t *detector,
2018 (void) snprintf(class, FM_MAX_CLASS, "%s.%s.%s",
2023 nb_nf_fbd_report(const nb_regs_t *nb_regs, char *class, nvlist_t *detector,
2053 (void) snprintf(class, FM_MAX_CLASS, "%s.%s.%s",
2058 nb_dma_report(char *class, nvlist_t *detector)
2063 (void) snprintf(class, FM_MAX_CLASS, "%s.%s.%s.%s",
2068 nb_thr_report(const nb_regs_t *nb_regs, char *class, nvlist_t *detector,
2077 (void) snprintf(class, FM_MAX_CLASS, "%s.%s.%s.%s",
2082 nb_nf_mem_report(const nb_regs_t *nb_regs, char *class, nvlist_t *detector,
2112 (void) snprintf(class, FM_MAX_CLASS, "%s.%s.%s",
2118 nb_report(const nb_regs_t *nb_regs, char *class, nv_alloc_t *nva, void *scratch)
2124 nb_fsb_report(nb_regs, class, detector, scratch);
2127 nb_pex_report(nb_regs, class, detector, scratch);
2130 nb_int_report(nb_regs, class, detector, scratch);
2133 nb_fat_fbd_report(nb_regs, class, detector, scratch);
2136 nb_nf_fbd_report(nb_regs, class, detector, scratch);
2139 nb_dma_report(class, detector);
2142 nb_thr_report(nb_regs, class, detector, scratch);
2145 nb_nf_mem_report(nb_regs, class, detector, scratch);
2151 (void) snprintf(class, FM_MAX_CLASS, "%s.%s.%s.%s",