1nvme_get_subsys_attr(9) libnvme API manual nvme_get_subsys_attr(9)
23
4
NAME
6nvme_get_subsys_attr - Read subsystem sysfs attribute
7
SYNOPSIS
9char * nvme_get_subsys_attr (nvme_subsystem_t s , const char *attr );
10
ARGUMENTS
12s nvme_subsystem_t object
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
April 2022 nvme_get_subsys_attr nvme_get_subsys_attr(9)