nvme_read_config - Read NVMe JSON configuration file
Contents
Arguments
r nvme_root_t object
config_file JSON configuration file
Description
Read in the contents of config_file and merge them with the elements in r.
Name
nvme_read_config - Read NVMe JSON configuration file
Return
0 on success, -1 on failure with errno set.
May 2025 nvme_read_config nvme_read_config(2)
Synopsis
intnvme_read_config(nvme_root_tr,constchar*config_file);
