Home
last modified time | relevance | path

Searched refs:nlpi_scope_func (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/nvme/
H A Dnvme_log.c385 .nlpi_scope_func = nvme_lpd_health_scope,
495 if (info->nlpi_scope_func != NULL) { in nvme_log_page_info_scope()
496 return (info->nlpi_scope_func(data, info)); in nvme_log_page_info_scope()
H A Dnvme_common.h184 nvme_log_page_scope_f nlpi_scope_func; member