Scroll to navigation

libnvme(2) API Manual 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

};

Constants

NSID Valid: if set, then the contents of the Namespace Identifier field are valid.
FLBA Valid: if set, then the contents of the Failing LBA field are valid.
SCT Valid: if set, then the contents of the Status Code Type field are valid.
SC Valid: if set, then the contents of the Status Code field are valid.
enum nvme_st_valid_diag_info February 2024