1nvme_get_ctrl_attr(9) libnvme API manual nvme_get_ctrl_attr(9)
23
4
NAME
6nvme_get_ctrl_attr - Read controller sysfs attribute
7
SYNOPSIS
9char * nvme_get_ctrl_attr (nvme_ctrl_t c , const char *attr );
10
ARGUMENTS
12c Controller instance
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_ctrl_attr nvme_get_ctrl_attr(9)