Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnvme/common/
H A Dlibnvme_log.c115 return (disc->nld_scope); in nvme_log_disc_scopes()
342 disc->nld_scope = scope; in nvme_log_discover_one()
635 if ((disc->nld_scope & NVME_LOG_SCOPE_NS) != 0) { in nvme_log_req_init_by_disc()
637 if ((disc->nld_scope & ~NVME_LOG_SCOPE_NS) != 0) { in nvme_log_req_init_by_disc()
H A Dlibnvme_impl.h239 nvme_log_disc_scope_t nld_scope; member