nvme_directive_recv_identify_parameters(9) | libnvme API manual | nvme_directive_recv_identify_parameters(9) |
NAME¶
nvme_directive_recv_identify_parameters - Directive receive identifier parameters
SYNOPSIS¶
int nvme_directive_recv_identify_parameters (int fd , __u32 nsid , struct nvme_id_directives *id );
ARGUMENTS¶
RETURN¶
The nvme command status if a response was received (see enum nvme_status_field) or -1 with errno set otherwise.
nvme_directive_recv_identify_parameters | October 2024 |