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

nvme_get_ana_log_len - Retrieve size of the current ANA log

Arguments

fd File descriptor of nvme device analen Pointer to where the length will be set on success

Name

nvme_get_ana_log_len - Retrieve size of the current ANA 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_ana_log_len nvme_get_ana_log_len(2)

Synopsis

intnvme_get_ana_log_len(intfd,size_t*analen);

See Also