nvme_get_log_lockdown - Man Page

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.

Info

November 2024 libnvme API manual