logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

nvme_get_log_cmd_effects - Retrieve nvme command effects log

Arguments

fd File descriptor of nvme device csi Command Set Identifier effects_log User address to store the effects log

Description

This log page describes the commands that the controller supports and the effects of those commands on the state of the NVM subsystem.

Name

nvme_get_log_cmd_effects - Retrieve nvme command effects log

Return

The nvme command status if a response was received (see enumnvme_status_field) or -1 with errno set otherwise. August 2025 nvme_get_log_cmd_effects nvme_get_log_cmd_effects(2)

Synopsis

intnvme_get_log_cmd_effects(intfd,enumnvme_csicsi,structnvme_cmd_effects_log*effects_log);

See Also