1nvme_read_config(9) libnvme API manual nvme_read_config(9)
23
4
NAME
6nvme_read_config - Read NVMe JSON configuration file
7
SYNOPSIS
9int nvme_read_config (nvme_root_t r , const char *config_file );
10
ARGUMENTS
12r nvme_root_t object
1314
config_file JSON configuration file
15
DESCRIPTION
17Read in the contents of config_file and merge them with the elements in
18r.
19
RETURN
210 on success, -1 on failure with errno set.
2223
24
25
October 2023 nvme_read_config nvme_read_config(9)