Scroll to navigation

libnvme(2) API Manual libnvme(2)

NAME

enum nvme_st_code - Self-test Code value

SYNOPSIS

enum nvme_st_code {
NVME_ST_CODE_RESERVED ,
NVME_ST_CODE_SHORT ,
NVME_ST_CODE_EXTENDED ,
NVME_ST_CODE_VS ,
NVME_ST_CODE_ABORT ,
NVME_ST_CODE_SHIFT

};

Constants

Reserved.
Short device self-test operation.
Extended device self-test operation.
Vendor specific.
Abort device self-test operation.
Shift amount to get the code value from the struct nvme_st_result.dsts field.
enum nvme_st_code February 2024