1nvme_dump_config(9) libnvme API manual nvme_dump_config(9)
23
4
NAME
6nvme_dump_config - Print the JSON configuration
7
SYNOPSIS
9int nvme_dump_config (nvme_root_t r );
10
ARGUMENTS
12r nvme_root_t object
13
DESCRIPTION
15Prints the current contents of the JSON configuration file to stdout.
16
RETURN
180 on success, -1 on failure.
1920
21
22
April 2023 nvme_dump_config nvme_dump_config(9)