Provided by: libnvme-dev_1.11.1-1_amd64
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.