1nvme_get_log_fw_slot(9) libnvme API manual nvme_get_log_fw_slot(9)
2
3
4
6 nvme_get_log_fw_slot - Retrieves the controller firmware log
7
9 int nvme_get_log_fw_slot (int fd , bool rae , struct nvme_firmware_slot
10 *fw_log );
11
13 fd File descriptor of nvme device
14
15 rae Retain asynchronous events
16
17 fw_log User address to store the log page
18
20 This log page describes the firmware revision stored in each firmware
21 slot supported. The firmware revision is indicated as an ASCII string.
22 The log page also indicates the active slot number.
23
25 The nvme command status if a response was received (see enum nvme_sta‐
26 tus_field) or -1 with errno set otherwise.
27
28
29
30November 2022 nvme_get_log_fw_slot nvme_get_log_fw_slot(9)