Searched refs:ud_type (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/dev/usb/
H A Dutoppy.h77 } ud_type; member in struct:utoppy_dirent
H A Dutoppy.c1219 ud->ud_type = UTOPPY_DIRENT_DIRECTORY;
1222 ud->ud_type = UTOPPY_DIRENT_FILE;
1225 ud->ud_type = UTOPPY_DIRENT_UNKNOWN;
/netbsd-current/usr.bin/utoppya/
H A Dutoppya.c210 switch (ud.ud_type) {
304 if (ud.ud_type != UTOPPY_DIRENT_FILE)
516 if (ud.ud_type == UTOPPY_DIRENT_DIRECTORY) {
521 if (ud.ud_type != UTOPPY_DIRENT_FILE)

Completed in 145 milliseconds