Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

nvme_get_features_host_behavior - Get host behavior feature

Arguments

fd File descriptor of nvme device sel Select which type of attribute to return, see enumnvme_get_features_sel data Pointer to structure nvme_feat_host_behavior result The command completion result from CQE dword0

Name

nvme_get_features_host_behavior - Get host behavior feature

Return

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

Synopsis

intnvme_get_features_host_behavior(intfd,enumnvme_get_features_selsel,structnvme_feat_host_behavior*data,__u32*result);

See Also