1
0
Fork 0
libnvme/doc/man/nvme_identify_endurance_group_list.2

19 lines
640 B
Groff
Raw Normal View History

.TH "nvme_identify_endurance_group_list" 9 "nvme_identify_endurance_group_list" "October 2024" "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.