1nvme_get_log_cmd_effects(9) libnvme API manual nvme_get_log_cmd_effects(9)
2
3
4
6 nvme_get_log_cmd_effects - Retrieve nvme command effects log
7
9 int nvme_get_log_cmd_effects (int fd , enum nvme_csi csi , struct
10 nvme_cmd_effects_log *effects_log );
11
13 fd File descriptor of nvme device
14
15 csi Command Set Identifier
16
17 effects_log User address to store the effects log
18
20 This log page describes the commands that the controller supports and
21 the effects of those commands on the state of the NVM subsystem.
22
24 The nvme command status if a response was received (see enum nvme_sta‐
25 tus_field) or -1 with errno set otherwise.
26
27
28
29October 2023 nvme_get_log_cmd_effectsnvme_get_log_cmd_effects(9)