1nvme_scan_topology(9) libnvme API manual nvme_scan_topology(9)
23
4
NAME
6nvme_scan_topology - Scan NVMe topology and apply filter
7
SYNOPSIS
9int nvme_scan_topology (nvme_root_t r , nvme_scan_filter_t f , void
10*f_args );
11
ARGUMENTS
13r nvme_root_t object
1415
f filter to apply
1617
f_args user-specified argument to f
18
DESCRIPTION
20Scans the NVMe topology and filters out the resulting elements by ap‐
21plying f.
22
RETURN
24Number of elements scanned
2526
27
28
November 2022 nvme_scan_topology nvme_scan_topology(9)