Home
last modified time | relevance | path

Searched refs:fw_readonly (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/nvme/
H A Dnvme_validate.c931 if (fw->fwc_slot == 1 && nvme->n_idctl->id_frmw.fw_readonly && in nvme_validate_fw_commit()
H A Dnvme.c7147 if (slotno != 0 || nvme->n_idctl->id_frmw.fw_readonly == 0) in nvme_ufm_fill_slot()
/illumos-gate/usr/src/cmd/nvmeadm/
H A Dnvmeadm_print.c969 idctl->id_frmw.fw_readonly, "read-only", "writable"); in nvme_print_identify_ctrl()
2143 fwlog->fw_frs[0], idctl->id_frmw.fw_readonly ? " (read-only)" : ""); in nvme_print_fwslot_log()
H A Dnvmeadm.c3171 if (slot == 1 && npa->npa_idctl->id_frmw.fw_readonly) in do_firmware_commit()
/illumos-gate/usr/src/uts/common/sys/
H A Dnvme.h922 uint8_t fw_readonly:1; /* Slot 1 is Read-Only */ member