summaryrefslogtreecommitdiffstats
path: root/doc/man/nvme_dump_tree.2
blob: 505f94c95d93b77a8e0f986c1020802596a5e2fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.TH "nvme_dump_tree" 9 "nvme_dump_tree" "April 2022" "libnvme API manual" LINUX
.SH NAME
nvme_dump_tree \- Dump internal object tree
.SH SYNOPSIS
.B "int" nvme_dump_tree
.BI "(nvme_root_t r "  ");"
.SH ARGUMENTS
.IP "r" 12
nvme_root_t object
.SH "DESCRIPTION"
Prints the internal object tree in JSON format
to stdout.
.SH "RETURN"
0 on success, -1 on failure.