Searched defs:nb_regs (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/intel_nb5000/
H A Dintel_nb5000.c1333 nb_regs_t *rp = &log->nb_regs;
1380 nb_regs_t *rp = &log->nb_regs;
1436 nb_log.nb_regs.chipset = nb_chipset;
1437 nb_log.nb_regs.ferr = ferr;
1438 nb_log.nb_regs.nerr = nerr;
1457 nb_fsb_err_payload(const nb_regs_t *nb_regs, nvlist_t *payload, argument
1464 DATA_TYPE_UINT8, nb_regs->nb.fsb_regs.fsb, NULL);
1466 DATA_TYPE_UINT8, nb_regs->nb.fsb_regs.ferr_fat_fsb, NULL);
1468 DATA_TYPE_UINT8, nb_regs->nb.fsb_regs.nerr_fat_fsb, NULL);
1470 DATA_TYPE_UINT8, nb_regs
1489 nb_pex_err_payload(const nb_regs_t *nb_regs, nvlist_t *payload, nb_scatchpad_t *data) argument
1529 nb_int_err_payload(const nb_regs_t *nb_regs, nvlist_t *payload, nb_scatchpad_t *data) argument
1561 nb_fat_fbd_err_payload(const nb_regs_t *nb_regs, nvlist_t *payload, nb_scatchpad_t *data) argument
1631 nb_nf_fbd_err_payload(const nb_regs_t *nb_regs, nvlist_t *payload, nb_scatchpad_t *data) argument
1739 nb_nf_mem_err_payload(const nb_regs_t *nb_regs, nvlist_t *payload, nb_scatchpad_t *data) argument
1811 nb_dma_err_payload(const nb_regs_t *nb_regs, nvlist_t *payload) argument
1820 nb_thr_err_payload(const nb_regs_t *nb_regs, nvlist_t *payload, nb_scatchpad_t *data) argument
1851 const nb_regs_t *nb_regs = &acl->nb_regs; local
1890 nb_fsb_report(const nb_regs_t *nb_regs, char *class, nvlist_t *detector, nb_scatchpad_t *data) argument
1917 nb_pex_report(const nb_regs_t *nb_regs, char *class, nvlist_t *detector, nb_scatchpad_t *data) argument
1967 nb_int_report(const nb_regs_t *nb_regs, char *class, nvlist_t *detector, void *data) argument
1988 nb_fat_fbd_report(const nb_regs_t *nb_regs, char *class, nvlist_t *detector, void *data) argument
2023 nb_nf_fbd_report(const nb_regs_t *nb_regs, char *class, nvlist_t *detector, void *data) argument
2068 nb_thr_report(const nb_regs_t *nb_regs, char *class, nvlist_t *detector, void *data) argument
2082 nb_nf_mem_report(const nb_regs_t *nb_regs, char *class, nvlist_t *detector, void *data) argument
2118 nb_report(const nb_regs_t *nb_regs, char *class, nv_alloc_t *nva, void *scratch) argument
[all...]
H A Dnb_log.h172 typedef struct nb_regs { struct
202 nb_regs_t nb_regs; member in struct:nb_logout

Completed in 63 milliseconds