Searched refs:gres (Results 1 – 1 of 1) sorted by relevance
116 glob_t gres; in ulp_pmd_get_mac_by_pci() local124 if (glob(path, 0, glob_error_fn, &gres) == 0) { in ulp_pmd_get_mac_by_pci()125 if (gres.gl_pathc != 1) in ulp_pmd_get_mac_by_pci()129 intf_name = basename(gres.gl_pathv[0]); in ulp_pmd_get_mac_by_pci()