Skip to main content

nvme_dump_config

Function nvme_dump_config 

Source
pub unsafe extern "C" fn nvme_dump_config(r: nvme_root_t) -> c_int
Expand description

nvme_dump_config() - Print the JSON configuration @r: nvme_root_t object

Prints the current contents of the JSON configuration file to stdout.

Return: 0 on success, -1 on failure.