Lines Matching refs:d_name
93 if (entptr->d_name[0] == '.') in dir_get_child()
95 if (prefix && strlen(prefix) && strncmp(entptr->d_name, prefix, strlen(prefix))) in dir_get_child()
97 snprintf(buff, bufsize, "%s", entptr->d_name); in dir_get_child()
282 if (ent->d_name[0] == 'u') in qmidevice_detect()
285 snprintf(pl->path, sizeof(pl->path), "%s/%s", rootdir, ent->d_name); in qmidevice_detect()
292 rootdir, ent->d_name, profile->usb_dev.idVendor, profile->usb_dev.idProduct, in qmidevice_detect()
301 snprintf(pl->path, sizeof(pl->path), "%s/%s:1.%d/net", rootdir, ent->d_name, netIntf); in qmidevice_detect()
311 snprintf(pl->path, sizeof(pl->path), "%s/%s:1.4/net:%s", rootdir, ent->d_name, n); in qmidevice_detect()
313 … snprintf(pl->path, sizeof(pl->path), "%s/%s:1.4/GobiQMI:%s", rootdir, ent->d_name, c); in qmidevice_detect()
317 snprintf(pl->path, sizeof(pl->path), "%s/%s:1.4", rootdir, ent->d_name); in qmidevice_detect()
331 snprintf(pl->path, sizeof(pl->path), "%s/%s:1.%d", rootdir, ent->d_name, netIntf); in qmidevice_detect()
354 snprintf(pl->path, sizeof(pl->path), "%s/%s:1.%d", rootdir, ent->d_name, atIntf); in qmidevice_detect()
357 … snprintf(pl->path, sizeof(pl->path), "%s/%s:1.%d/tty", rootdir, ent->d_name, atIntf); in qmidevice_detect()