Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnvme/common/
H A Dlibnvme_log.c109 return ((disc->nld_flags & NVME_LOG_DISC_F_IMPL) != 0); in nvme_log_disc_impl()
346 disc->nld_flags |= NVME_LOG_DISC_F_IMPL; in nvme_log_discover_one()
546 if ((disc->nld_flags & NVME_LOG_DISC_F_IMPL) == 0) { in nvme_log_req_init_by_disc()
H A Dlibnvme_impl.h238 nvme_log_disc_flags_t nld_flags; member