Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/nvmeadm/
H A Dnvmeadm.c547 return (nvme_vers_atleast(npa->npa_version, vers) ? B_TRUE : B_FALSE); in nvme_version_check()
559 npa->npa_version = NULL; in nvmeadm_cleanup_npa()
676 npa->npa_version = nvme_ctrl_info_version(npa->npa_ctrl_info); in nvmeadm_open_dev()
1262 nvme_print_identify_nsid(idns, npa->npa_version); in do_identify_ctrl()
1351 npa->npa_version); in do_identify_ctrl()
1485 nvme_print_identify_nsid(idns, npa->npa_version); in do_identify_ns()
1928 nvme_print_error_log(nlog, buf, npa->npa_version); in do_get_logpage_common()
1930 nvme_print_health_log(buf, npa->npa_idctl, npa->npa_version); in do_get_logpage_common()
2356 npa->npa_version); in do_get_feat_temp_thresh_one()
2526 npa->npa_version); in do_get_feat_intr_vect()
[all …]
H A Dnvmeadm.h82 const nvme_version_t *npa_version; member