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

/netbsd-current/external/gpl3/gdb/dist/readline/readline/
H A Drltty.h69 unsigned char t_intr; member in struct:_rl_tty_chars
H A Drltty.c145 _rl_intr_char = _rl_tty_chars.t_intr = tiop->tchars.t_intrc;
370 _rl_intr_char = _rl_tty_chars.t_intr = tiop->c_cc[VINTR];
/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/
H A Drltty.h69 unsigned char t_intr; member in struct:_rl_tty_chars
H A Drltty.c145 _rl_intr_char = _rl_tty_chars.t_intr = tiop->tchars.t_intrc;
370 _rl_intr_char = _rl_tty_chars.t_intr = tiop->c_cc[VINTR];
/netbsd-current/tests/lib/libc/stdio/
H A DMakefile20 TESTS_SH+= t_intr
/netbsd-current/sys/dev/ic/
H A Dcs4231var.h60 void (*t_intr)(void*); /* audio(9) callback */ member in struct:cs_transfer
H A Dcs4231.c273 t->t_intr = intr;
347 sc->sc_playback.t_intr = NULL;
351 sc->sc_capture.t_intr = NULL;
H A Dsl811hs.c324 static struct slhci_cc_times t_intr; variable in typeref:struct:slhci_cc_times
375 times = &t_intr;
1817 stop_cc_time(&t_intr);
1818 start_cc_time(&t_intr, r);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/nds32/
H A Dnds32-isr.c920 tree t_intr; local
931 t_intr = lookup_attribute ("interrupt", attrs);
935 return ((t_intr != NULL_TREE)
944 tree t_intr; local
955 t_intr = lookup_attribute ("interrupt", attrs);
962 if ((t_intr == NULL_TREE) && (t_excp == NULL_TREE))
976 if (t_intr != NULL_TREE || t_excp != NULL_TREE)
983 t_check = t_intr ? t_intr : t_excp;
/netbsd-current/external/gpl3/gcc/dist/gcc/config/nds32/
H A Dnds32-isr.cc920 tree t_intr; local
931 t_intr = lookup_attribute ("interrupt", attrs);
935 return ((t_intr != NULL_TREE)
944 tree t_intr; local
955 t_intr = lookup_attribute ("interrupt", attrs);
962 if ((t_intr == NULL_TREE) && (t_excp == NULL_TREE))
976 if (t_intr != NULL_TREE || t_excp != NULL_TREE)
983 t_check = t_intr ? t_intr : t_excp;
/netbsd-current/sys/dev/ebus/
H A Dcs4231_ebus.c521 if (t->t_intr != NULL)
594 if (t->t_intr != NULL)
595 (*t->t_intr)(t->t_arg);
607 if (t->t_intr != NULL)
608 (*t->t_intr)(t->t_arg);
/netbsd-current/sys/dev/sbus/
H A Dcs4231_sbus.c549 if (t->t_intr != NULL)
573 if (t->t_intr != NULL)
603 if (t->t_intr != NULL)
604 (*t->t_intr)(t->t_arg);
617 if (t->t_intr != NULL)
618 (*t->t_intr)(t->t_arg);
/netbsd-current/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dst_parse.c829 tdp->t_intr = intr;
845 newtdp->t_intr = xmalloc(sizeof (intr_t));
846 bcopy(template->t_intr, newtdp->t_intr, sizeof (intr_t));
847 newtdp->t_intr->intr_nbits = nbits;
959 if (mlp->ml_size != itdp->t_intr->intr_nbits) {
1180 if (ml->ml_size != tdp->t_intr->intr_nbits) {
H A Dmerge.c225 intr_t *si = stdp->t_intr;
226 intr_t *ti = ttdp->t_intr;
740 new->t_intr = xmalloc(sizeof (intr_t));
741 bcopy(old->t_intr, new->t_intr, sizeof (intr_t));
H A Ddwarf.c221 return (tdp->t_intr->intr_nbits);
596 tdp->t_intr = intr;
654 new->t_intr = xcalloc(sizeof (intr_t));
655 bcopy(old->t_intr, new->t_intr, sizeof (intr_t));
656 new->t_intr->intr_nbits = bitsz;
1219 mt->t_intr->intr_nbits != ml->ml_size) {
1580 tdp->t_intr = intr;
H A Dctftools.h250 #define t_intr t_data.intr macro
H A Dtdata.c197 free(tdp->t_intr);
H A Dctf.c332 ip = tp->t_intr;
1102 tdp->t_intr = ip;
1118 tdp->t_intr = ip;

Completed in 203 milliseconds