summaryrefslogtreecommitdiffstats
path: root/doc/man/nvme_identify_endurance_group_list.2
blob: 3fa011b3aff6c58b5e00a6603a526b946dbf46b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.TH "nvme_identify_endurance_group_list" 9 "nvme_identify_endurance_group_list" "August 2022" "libnvme API manual" LINUX
.SH NAME
nvme_identify_endurance_group_list \- Endurance group list data
.SH SYNOPSIS
.B "int" nvme_identify_endurance_group_list
.BI "(int fd "  ","
.BI "__u16 endgrp_id "  ","
.BI "struct nvme_id_endurance_group_list *list "  ");"
.SH ARGUMENTS
.IP "fd" 12
File descriptor of nvme device
.IP "endgrp_id" 12
Endurance group identifier
.IP "list" 12
Array of endurance group identifiers
.SH "RETURN"
The nvme command status if a response was received (see
\fIenum nvme_status_field\fP) or -1 with errno set otherwise.