1libnvme(9) API Manual libnvme(9)
23
4
NAME
6enum nvme_id_ctrl_dsto - Flags indicating the optional Device Self-test
7command or operation behaviors supported by the controller or NVM sub‐
8system.
9
SYNOPSIS
11enum nvme_id_ctrl_dsto {
12NVME_CTRL_DSTO_ONE_DST
1314
};
15
Constants
17NVME_CTRL_DSTO_ONE_DST
18If set, then the NVM subsystem supports only one device
19self-test operation in progress at a time.
2021
22
23
November 2022 enum nvme_id_ctrl_dsto libnvme(9)