1nvme_mi_admin_security_send(9)libnvme API manualnvme_mi_admin_security_send(9)
2
3
4
6 nvme_mi_admin_security_send - Perform a Security Send command on a con‐
7 troller.
8
10 int nvme_mi_admin_security_send (nvme_mi_ctrl_t ctrl , struct nvme_se‐
11 curity_send_args *args );
12
14 ctrl Controller to send command to
15
16 args Security Send command arguments
17
19 Performs a Security Send Admin command as specified by args. Response
20 data is stored in args->data, which should be a buffer of
21 args->data_len bytes. Resulting data length is stored in
22 args->data_len on successful command completion.
23
24 Security Send data length should not be greater than 4096 bytes to com‐
25 ply with specification limits.
26
27 See: struct nvme_get_log_args
28
30 The nvme command status if a response was received (see enum nvme_sta‐
31 tus_field) or -1 with errno set otherwise.
32
33
34
35October 2023 nvme_mi_admin_security_nsvemned_mi_admin_security_send(9)