nvme_get_log_lockdown(9) | libnvme API manual | nvme_get_log_lockdown(9) |
NAME¶
nvme_get_log_lockdown - Retrieve lockdown Log
SYNOPSIS¶
int nvme_get_log_lockdown (int fd , __u8 cnscp , struct nvme_lockdown_log *lockdown_log );
ARGUMENTS¶
- fd
- File descriptor of nvme device
- cnscp
- Contents and Scope of Command and Feature Identifier Lists
- lockdown_log
- Buffer to store the lockdown log
RETURN¶
The nvme command status if a response was received (see enum nvme_status_field) or -1 with errno set otherwise.
nvme_get_log_lockdown | October 2024 |