.TH "nvme_get_attr" 2 "nvme_get_attr" "May 2024" "libnvme API manual" LINUX .SH NAME nvme_get_attr \- Read sysfs attribute .SH SYNOPSIS .B "char *" nvme_get_attr .BI "(const char *d " "," .BI "const char *attr " ");" .SH ARGUMENTS .IP "d" 12 sysfs directory .IP "attr" 12 sysfs attribute name .SH "RETURN" String with the contents of \fIattr\fP or NULL in case of an empty value or in case of an error (indicated by non-zero errno code).