summaryrefslogtreecommitdiffstats
path: root/doc/man/nvme_identify.2
blob: 68c7d6a3fa136ed69662986873d5e3f2601d98cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.TH "nvme_identify" 9 "nvme_identify" "July 2022" "libnvme API manual" LINUX
.SH NAME
nvme_identify \- Send the NVMe Identify command
.SH SYNOPSIS
.B "int" nvme_identify
.BI "(struct nvme_identify_args *args "  ");"
.SH ARGUMENTS
.IP "args" 12
\fIstruct nvme_identify_args\fP argument structure
.SH "DESCRIPTION"
The Identify command returns a data buffer that describes information about
the NVM subsystem, the controller or the namespace(s).
.SH "RETURN"
The nvme command status if a response was received (see
\fIenum nvme_status_field\fP) or -1 with errno set otherwise.