Skip to main content

nvme_dump_tree

Function nvme_dump_tree 

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

nvme_dump_tree() - Dump internal object tree @r: nvme_root_t object

Prints the internal object tree in JSON format to stdout.

Return: 0 on success, -1 on failure.