Home
last modified time | relevance | path

Searched refs:dirlist (Results 1 – 1 of 1) sorted by relevance

/mOS-networking-stack/dpdk-iface-kmod/
H A Ddpdk_iface_main.c84 struct dirent **dirlist; in probe_all_rte_devices() local
94 total_files = scandir(SYSFS_PCI_IGB_UIO, &dirlist, in probe_all_rte_devices()
99 total_files = scandir(SYSFS_PCI_VFIO_PCI, &dirlist, in probe_all_rte_devices()
104 total_files = scandir(SYSFS_PCI_UIOPCIGEN, &dirlist, in probe_all_rte_devices()
114 argv[*argc + 1] = strdup(dirlist[i]->d_name); in probe_all_rte_devices()
119 if (sscanf(dirlist[i]->d_name, PCI_DOM":"PCI_BUS":" in probe_all_rte_devices()
126 free(dirlist[i]); in probe_all_rte_devices()