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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/libbb/
H A Dget_console.c53 int choice_fd; local
58 choice_fd = (fd4name >= 0 ? fd4name : fd);
61 if (ioctl(choice_fd, KDGKBTYPE, &arg) == 0)
62 return choice_fd;

Completed in 64 milliseconds