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

/netbsd-current/sys/arch/atari/stand/ahdilabel/
H A Dahdilabel.c52 int get_input (char *, int);
284 get_input (char *buf, int len) function
384 if (get_input (&buf[0], BUFLEN) > 2) {
392 if (get_input (&buf[0], BUFLEN)) {
399 if (get_input (&buf[0], BUFLEN)) {
407 if (get_input (&buf[0], BUFLEN)) {
414 if (get_input (&buf[0], BUFLEN)) {
/netbsd-current/sys/dev/
H A Dvideo_if.h485 int (*get_input)(void *, struct video_input *); member in struct:video_hw_if
H A Dvideo.c1174 if (hw->get_input == NULL) {
1182 err = hw->get_input(sc->hw_softc, &vi);
/netbsd-current/external/gpl3/gcc/dist/gcc/analyzer/
H A Dsvalue.cc556 = svalue::cmp_ptr (asm_output_sval1->get_input (i),
557 asm_output_sval2->get_input (i)))
577 = svalue::cmp_ptr (const_fn_result_sval1->get_input (i),
578 const_fn_result_sval2->get_input (i)))
H A Dsvalue.h1531 const svalue *get_input (unsigned idx) const { return m_input_arr[idx]; } function in class:ana::asm_output_svalue
1661 const svalue *get_input (unsigned idx) const { return m_input_arr[idx]; } function in class:ana::const_fn_result_svalue
/netbsd-current/external/bsd/ppp/dist/pppd/
H A Dmain.c236 static void get_input(void);
527 get_input();
1016 * get_input - called when incoming data is available.
1019 get_input(void) function
/netbsd-current/sys/dev/usb/
H A Dauvitek_video.c123 .get_input = auvitek_get_input,

Completed in 114 milliseconds