Merging upstream version 1.12.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
8d543389aa
commit
a3d0cc5ebd
1005 changed files with 9469 additions and 1830 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue