table of contents
other versions
- Tumbleweed 1.13-2.1
- Leap-16.0
- Leap-15.6
nvme_update_config(9) | libnvme API manual | nvme_update_config(9) |
NAME¶
nvme_update_config - Update JSON configuration
SYNOPSIS¶
int nvme_update_config (nvme_root_t r );
ARGUMENTS¶
- r
- nvme_root_t object
DESCRIPTION¶
Updates the JSON configuration file with the contents of r.
RETURN¶
0 on success, -1 on failure.
nvme_update_config | April 2025 |