Searched refs:el_count (Results 1 – 6 of 6) sorted by relevance
1341 for (i = 0; i < erl->el_count; i++) in dladm_errlist_reset()1350 return (erl->el_count); in dladm_errlist_count()1360 if (erl->el_count == erl->el_alloc) { in dladm_errlist_append()1382 erl->el_errs[erl->el_count] = m; in dladm_errlist_append()1383 erl->el_count++; in dladm_errlist_append()
246 uint_t el_count; member
298 uint32_t el_count; member
1893 if (elog[i].el_count == 0) in nvme_print_error_log()1901 if (elog[i].el_count == 0 && verbose == 0) in nvme_print_error_log()1948 elog[i].el_count, NULL, NULL); in nvme_print_error_log()
1330 uint64_t el_count; /* Error Count */ member
9100 if (errlist != NULL && errlist->el_count > 0) { in warn_dlerrlist()9102 for (i = 0; i < errlist->el_count; i++) { in warn_dlerrlist()10233 if (errlist.el_count) { in show_one_overlay()