logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

enum nvme_st_valid_diag_info - Valid Diagnostic Information

Constants

NVME_ST_VALID_DIAG_INFO_NSID NSID Valid: if set, then the contents of the Namespace Identifier field are valid. NVME_ST_VALID_DIAG_INFO_FLBA FLBA Valid: if set, then the contents of the Failing LBA field are valid. NVME_ST_VALID_DIAG_INFO_SCT SCT Valid: if set, then the contents of the Status Code Type field are valid. NVME_ST_VALID_DIAG_INFO_SC SC Valid: if set, then the contents of the Status Code field are valid. May 2025 enum nvme_st_valid_diag_info libnvme(2)

Name

enum nvme_st_valid_diag_info - Valid Diagnostic Information

Synopsis

enum nvme_st_valid_diag_info { NVME_ST_VALID_DIAG_INFO_NSID , NVME_ST_VALID_DIAG_INFO_FLBA , NVME_ST_VALID_DIAG_INFO_SCT , NVME_ST_VALID_DIAG_INFO_SC };

See Also