Searched refs:elog (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/cmd/nvmeadm/ |
H A D | nvmeadm_print.c | 700 nvme_print_error_log(int nlog, nvme_error_log_entry_t *elog) in nvme_print_error_log() argument 706 if (elog[i].el_count == 0) in nvme_print_error_log() 711 int sc = elog[i].el_sf.sf_sc; in nvme_print_error_log() 714 if (elog[i].el_count == 0 && verbose == 0) in nvme_print_error_log() 717 switch (elog[i].el_sf.sf_sct) { in nvme_print_error_log() 747 elog[i].el_count, NULL, NULL); in nvme_print_error_log() 749 elog[i].el_sqid, NULL, NULL); in nvme_print_error_log() 751 elog[i].el_cid, NULL, NULL); in nvme_print_error_log() 754 elog[i].el_sf.sf_p, NULL, NULL); in nvme_print_error_log() 758 elog[i].el_sf.sf_sct, in nvme_print_error_log() [all …]
|
H A D | nvmeadm.c | 634 nvme_error_log_entry_t *elog; in do_get_logpage_error() local 639 elog = nvme_get_logpage(fd, NVME_LOGPAGE_ERROR, &bufsize); in do_get_logpage_error() 641 if (elog == NULL) in do_get_logpage_error() 647 nvme_print_error_log(nlog, elog); in do_get_logpage_error() 649 free(elog); in do_get_logpage_error()
|
/titanic_44/usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/ |
H A D | cmd_oplerr.c | 277 uint32_t *eadd, *elog; in opl_scf_log() local 297 (nvlist_lookup_uint32_array(nvl, MC_OPL_ERR_LOG, &elog, &n) != 0)) { in opl_scf_log() 320 flt_page.err_log = elog[0]; in opl_scf_log() 327 pa, eadd[0], elog[0]); in opl_scf_log()
|
/titanic_44/usr/src/cmd/th_tools/ |
H A D | th_script.sh | 176 set -A status $(th_define $* 2>./elog | \
|
/titanic_44/usr/src/uts/common/io/mega_sas/ |
H A D | megaraid_sas.h | 1026 uint32_t elog; member
|
/titanic_44/usr/src/uts/common/io/mr_sas/ |
H A D | mr_sas.h | 1708 uint32_t elog; member
|