logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

nvme_set_features_nopsc - Set non-operational power state feature

Arguments

fd File descriptor of nvme device noppme Non-Operational Power State Permissive Mode Enable save Save value across power states result The command completion result from CQE dword0

Name

nvme_set_features_nopsc - Set non-operational power state feature

Return

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

Synopsis

intnvme_set_features_nopsc(intfd,boolnoppme,boolsave,__u32*result);

See Also