plucky (2) nvme_security_send.2.gz

Provided by: libnvme-dev_1.11.1-2_amd64 bug

NAME

       nvme_security_send - Security Send command

SYNOPSIS

       int nvme_security_send (struct nvme_security_send_args *args );

ARGUMENTS

       args        struct nvme_security_send argument structure

DESCRIPTION

       The  Security  Send  command  transfers  security  protocol  data  to  the controller. The data structure
       transferred to the controller as part of this command contains security protocol specific commands to  be
       performed  by  the  controller.  The  data  structure  transferred  may  also  contain data or parameters
       associated with the security protocol commands.

       The security data is protocol specific and is not defined by the NVMe specification.

RETURN

       The nvme command status if a response was received (see enum nvme_status_field)  or  -1  with  errno  set
       otherwise.