1nvme_directive_send_id_endir(9)libnvme API manualnvme_directive_send_id_endir(9)
2
3
4
6 nvme_directive_send_id_endir - Directive Send Enable Directive
7
9 int nvme_directive_send_id_endir (int fd , __u32 nsid , bool endir ,
10 enum nvme_directive_dtype dtype , struct nvme_id_directives *id );
11
13 fd File descriptor of nvme device
14
15 nsid Namespace Identifier
16
17 endir Enable Directive
18
19 dtype Directive Type
20
21 id Pointer to structure nvme_id_directives
22
24 The nvme command status if a response was received (see enum nvme_sta‐
25 tus_field) or -1 with errno set otherwise.
26
27
28
29November 2022 nvme_directive_send_id_nevnmdei_rdirective_send_id_endir(9)