1libnvme(9)                        API Manual                        libnvme(9)
2
3
4

NAME

6       struct nvme_get_property_args - Arguments for NVMe Get Property command
7

SYNOPSIS

9       struct nvme_get_property_args {
10           __u64 *value;
11           int args_size;
12           int fd;
13           __u32 timeout;
14           int offset;
15        };
16
17

Members

19       value       Where the property's value will be stored on success
20
21       args_size   Size of struct nvme_get_property_args
22
23       fd          File descriptor of nvme device
24
25       timeout     Timeout in ms
26
27       offset      Property offset from the base to retrieve
28
29
30
31April 2022               struct nvme_get_property_args              libnvme(9)
Impressum