1nvme_get_attr(9) libnvme API manual nvme_get_attr(9)
23
4
NAME
6nvme_get_attr - Read sysfs attribute
7
SYNOPSIS
9char * nvme_get_attr (const char *d , const char *attr );
10
ARGUMENTS
12d sysfs directory
1314
attr sysfs attribute name
15
RETURN
17String with the contents of attr or NULL in case of an empty value or
18in case of an error (indicated by non-zero errno code).
1920
21
22
October 2023 nvme_get_attr nvme_get_attr(9)