1nvme_read_config(9)           libnvme API manual           nvme_read_config(9)
2
3
4

NAME

6       nvme_read_config - Read NVMe JSON configuration file
7

SYNOPSIS

9       int nvme_read_config (nvme_root_t r , const char *config_file );
10

ARGUMENTS

12       r           nvme_root_t object
13
14       config_file JSON configuration file
15

DESCRIPTION

17       Read in the contents of config_file and merge them with the elements in
18       r.
19

RETURN

21       0 on success, -1 on failure with errno set.
22
23
24
25April 2022                     nvme_read_config            nvme_read_config(9)
Impressum