1nvme_get_path_attr(9) libnvme API manual nvme_get_path_attr(9)
23
4
NAME
6nvme_get_path_attr - Read path sysfs attribute
7
SYNOPSIS
9char * nvme_get_path_attr (nvme_path_t p , const char *attr );
10
ARGUMENTS
12p nvme_path_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_path_attr nvme_get_path_attr(9)