1nvme_zns_identify_ctrl(9) libnvme API manual nvme_zns_identify_ctrl(9)
23
4
NAME
6nvme_zns_identify_ctrl - ZNS identify controller data
7
SYNOPSIS
9int nvme_zns_identify_ctrl (int fd , struct nvme_zns_id_ctrl *id );
10
ARGUMENTS
12fd File descriptor of nvme device
1314
id User space destination address to transfer the data
15
RETURN
17The nvme command status if a response was received (see enum nvme_sta‐
18tus_field) or -1 with errno set otherwise.
1920
21
22
April 2022 nvme_zns_identify_ctrl nvme_zns_identify_ctrl(9)