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_telemetry_ctrl - Get Telemetry Controller-Initiated log page

Arguments

fd File descriptor of nvme device rae Retain asynchronous events offset Offset into the telemetry data len Length of provided user buffer to hold the log data in bytes log User address for log page data

Description

Retrieves the Telemetry Controller-Initiated log page at the requested offset using the previously existing capture.

Name

nvme_get_log_telemetry_ctrl - Get Telemetry Controller-Initiated log page

Return

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

Synopsis

intnvme_get_log_telemetry_ctrl(intfd,boolrae,__u64offset,__u32len,void*log);

See Also