pub unsafe extern "C" fn nvme_dump_tree(r: nvme_root_t) -> c_intExpand 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.
pub unsafe extern "C" fn nvme_dump_tree(r: nvme_root_t) -> c_intnvme_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.