Searched refs:busdir (Results 1 – 1 of 1) sorted by relevance
104 DIR *busdir; in find_existing_devices() local107 busdir = opendir(USB_FS_DIR); in find_existing_devices()108 if(busdir == 0) return 0; in find_existing_devices()109 while ((de = readdir(busdir)) != 0 && !done) { in find_existing_devices()115 closedir(busdir); in find_existing_devices()
Completed in 3 milliseconds