Home
last modified time | relevance | path

Searched refs:get_input (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/sys/arch/atari/stand/ahdilabel/
Dahdilabel.c52 int get_input (char *, int);
284 get_input (char *buf, int len) in get_input() function
384 if (get_input (&buf[0], BUFLEN) > 2) { in change_part()
392 if (get_input (&buf[0], BUFLEN)) { in change_part()
399 if (get_input (&buf[0], BUFLEN)) { in change_part()
407 if (get_input (&buf[0], BUFLEN)) { in change_part()
/netbsd/src/sys/dev/
Dvideo_if.h485 int (*get_input)(void *, struct video_input *); member
Dvideo.c1184 if (hw->get_input == NULL) { in video_get_input()
1192 err = hw->get_input(sc->hw_softc, &vi); in video_get_input()
/netbsd/src/external/bsd/ppp/dist/pppd/
Dmain.c238 static void get_input(void);
614 get_input(); in main()
1137 get_input(void) in get_input() function
/netbsd/src/sys/dev/usb/
Dauvitek_video.c123 .get_input = auvitek_get_input,