1
0
Fork 0
libnvme/doc/man/nvme_dst_stc.2
Daniel Baumann f7fc7fc747
Merging upstream version 1.13.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-04-13 11:46:35 +02:00

36 lines
738 B
Groff

.TH "libnvme" 9 "enum nvme_dst_stc" "April 2025" "API Manual" LINUX
.SH NAME
enum nvme_dst_stc \- Action taken by the Device Self-test command
.SH SYNOPSIS
enum nvme_dst_stc {
.br
.BI " NVME_DST_STC_SHORT"
,
.br
.br
.BI " NVME_DST_STC_LONG"
,
.br
.br
.BI " NVME_DST_STC_HOST_INIT"
,
.br
.br
.BI " NVME_DST_STC_VS"
,
.br
.br
.BI " NVME_DST_STC_ABORT"
};
.SH Constants
.IP "NVME_DST_STC_SHORT" 12
Start a short device self-test operation
.IP "NVME_DST_STC_LONG" 12
Start an extended device self-test operation
.IP "NVME_DST_STC_HOST_INIT" 12
Start a Host-Initiated Refresh operation
.IP "NVME_DST_STC_VS" 12
Start a vendor specific device self-test operation
.IP "NVME_DST_STC_ABORT" 12
Abort device self-test operation