1nvme_mi_admin_get_log_simple(9)libnvme API manualnvme_mi_admin_get_log_simple(9)
2
3
4

NAME

6       nvme_mi_admin_get_log_simple  -  Helper for Get Log Page functions with
7       no NSID or RAE requirements
8

SYNOPSIS

10       int   nvme_mi_admin_get_log_simple   (nvme_mi_ctrl_t   ctrl   ,    enum
11       nvme_cmd_get_log_lid lid , __u32 len , void *log );
12

ARGUMENTS

14       ctrl        Controller to query
15
16       lid         Log identifier
17
18       len         length of log buffer
19
20       log         pointer for resulting log data
21

DESCRIPTION

23       Performs  a Get Log Page Admin command for a specific log ID lid, using
24       NVME_NSID_ALL for the namespace identifier, and rae set to false.
25

RETURN

27       The nvme command status if a response was received (see enum  nvme_sta‐
28       tus_field) or -1 with errno set otherwise.
29
30
31
32April 2023               nvme_mi_admin_get_log_snivmmpel_emi_admin_get_log_simple(9)
Impressum