1libnvme(9) API Manual libnvme(9)
2
3
4
6 enum nvme_dst_stc - Action taken by the Device Self-test command
7
9 enum nvme_dst_stc {
10 NVME_DST_STC_SHORT ,
11 NVME_DST_STC_LONG ,
12 NVME_DST_STC_VS ,
13 NVME_DST_STC_ABORT
14
15 };
16
18 NVME_DST_STC_SHORT
19 Start a short device self-test operation
20
21 NVME_DST_STC_LONG
22 Start an extended device self-test operation
23
24 NVME_DST_STC_VS
25 Start a vendor specific device self-test operation
26
27 NVME_DST_STC_ABORT
28 Abort device self-test operation
29
30
31
32October 2023 enum nvme_dst_stc libnvme(9)