table of contents
| libnvme_reset_subsystem(9) | libnvme API manual | libnvme_reset_subsystem(9) |
NAME¶
libnvme_reset_subsystem - Initiate a subsystem reset
SYNOPSIS¶
int libnvme_reset_subsystem (struct libnvme_transport_handle *hdl );
ARGUMENTS¶
- hdl
- Transport handle
DESCRIPTION¶
This should only be sent to controller handles, not to namespaces.
RETURN¶
Zero if a subsystem reset was initiated or negative error code otherwise.
| libnvme_reset_subsystem | July 2026 |