1nvme_get_log_media_unit_stat(9)libnvme API manualnvme_get_log_media_unit_stat(9)
2
3
4
6 nvme_get_log_media_unit_stat - Retrieve Media Unit Status
7
9 int nvme_get_log_media_unit_stat (int fd , __u16 domid , struct
10 nvme_media_unit_stat_log *mus );
11
13 fd File descriptor of nvme device
14
15 domid Domain Identifier selection, if supported
16
17 mus User address to store the Media Unit statistics log
18
20 The nvme command status if a response was received (see enum nvme_sta‐
21 tus_field) or -1 with errno set otherwise
22
23
24
25October 2023 nvme_get_log_media_unitn_vsmtea_tget_log_media_unit_stat(9)