nvme_scan_topology - Scan NVMe topology and apply filter
Contents
Arguments
r nvme_root_t object
f filter to apply
f_args user-specified argument to f
Description
Scans the NVMe topology and filters out the resulting elements by applying f.
Name
nvme_scan_topology - Scan NVMe topology and apply filter
Return
0 on success, -1 on failure with errno set.
August 2025 nvme_scan_topology nvme_scan_topology(2)
Synopsis
intnvme_scan_topology(nvme_root_tr,nvme_scan_filter_tf,void*f_args);
