1
0
Fork 0

Merging upstream version 1.12.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-03-20 08:08:33 +01:00
parent 8d543389aa
commit a3d0cc5ebd
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
1005 changed files with 9469 additions and 1830 deletions

View file

@ -1,4 +1,4 @@
.TH "libnvme" 9 "enum nvme_dst_stc" "November 2024" "API Manual" LINUX
.TH "libnvme" 9 "enum nvme_dst_stc" "March 2025" "API Manual" LINUX
.SH NAME
enum nvme_dst_stc \- Action taken by the Device Self-test command
.SH SYNOPSIS
@ -12,6 +12,10 @@ enum nvme_dst_stc {
,
.br
.br
.BI " NVME_DST_STC_HOST_INIT"
,
.br
.br
.BI " NVME_DST_STC_VS"
,
.br
@ -24,6 +28,8 @@ enum nvme_dst_stc {
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