| /src/external/gpl3/gdb/dist/readline/readline/ |
| rltty.h | 69 unsigned char t_intr; member in struct:_rl_tty_chars
|
| rltty.c | 144 _rl_intr_char = _rl_tty_chars.t_intr = tiop->tchars.t_intrc; 369 _rl_intr_char = _rl_tty_chars.t_intr = tiop->c_cc[VINTR];
|
| /src/external/gpl3/gdb.old/dist/readline/readline/ |
| rltty.h | 69 unsigned char t_intr; member in struct:_rl_tty_chars
|
| rltty.c | 144 _rl_intr_char = _rl_tty_chars.t_intr = tiop->tchars.t_intrc; 369 _rl_intr_char = _rl_tty_chars.t_intr = tiop->c_cc[VINTR];
|
| /src/tests/lib/libc/stdio/ |
| Makefile | 20 TESTS_SH+= t_intr
|
| /src/sys/dev/ic/ |
| cs4231var.h | 60 void (*t_intr)(void*); /* audio(9) callback */ member in struct:cs_transfer
|
| cs4231.c | 273 t->t_intr = intr; 347 sc->sc_playback.t_intr = NULL; 351 sc->sc_capture.t_intr = NULL;
|
| sl811hs.c | 324 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);
|
| /src/external/gpl3/gcc/dist/gcc/config/nds32/ |
| nds32-isr.cc | 920 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;
|
| /src/external/gpl3/gcc.old/dist/gcc/config/nds32/ |
| nds32-isr.cc | 920 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;
|
| /src/sys/dev/ebus/ |
| cs4231_ebus.c | 521 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);
|
| /src/sys/dev/sbus/ |
| cs4231_sbus.c | 549 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);
|
| /src/external/cddl/osnet/dist/tools/ctf/cvt/ |
| st_parse.c | 829 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) {
|
| merge.c | 225 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));
|
| dwarf.c | 221 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; 1229 mt->t_intr->intr_nbits != ml->ml_size) { 1593 tdp->t_intr = intr;
|
| ctftools.h | 260 #define t_intr t_data.intr macro
|
| tdata.c | 197 free(tdp->t_intr);
|
| ctf.c | 330 ip = tp->t_intr; 1162 tdp->t_intr = ip; 1178 tdp->t_intr = ip;
|