Scroll to navigation

libnvme(2) API Manual libnvme(2)

NAME

struct nvme_get_property_args - Arguments for NVMe Get Property command

SYNOPSIS

struct nvme_get_property_args {
__u64 *value;
int args_size;
int fd;
__u32 timeout;
int offset;
};

Members

Where the property's value will be stored on success
Size of struct nvme_get_property_args
File descriptor of nvme device
Timeout in ms
Property offset from the base to retrieve
struct nvme_get_property_args December 2025