nvme_identify_endurance_group_list - Man Page
Endurance group list data
Synopsis
int nvme_identify_endurance_group_list (int fd , __u16 endgrp_id , struct nvme_id_endurance_group_list *list );
Arguments
- fd
File descriptor of nvme device
- endgrp_id
Endurance group identifier
- list
Array of endurance group identifiers
Return
The nvme command status if a response was received (see enum nvme_status_field) or -1 with errno set otherwise.
Info
August 2024 libnvme API manual