table of contents
other versions
- Tumbleweed 1.15-2.1
- Leap-16.0
- Leap-15.6
| nvme_scan_topology(9) | libnvme API manual | nvme_scan_topology(9) |
NAME¶
nvme_scan_topology - Scan NVMe topology and apply filter
SYNOPSIS¶
int nvme_scan_topology (nvme_root_t r , nvme_scan_filter_t f , void *f_args );
ARGUMENTS¶
DESCRIPTION¶
Scans the NVMe topology and filters out the resulting elements by applying f.
RETURN¶
0 on success, -1 on failure with errno set.
| nvme_scan_topology | July 2025 |