Searched refs:t_arg (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/sys/dev/ic/ |
H A D | cs4231var.h | 61 void *t_arg; member
|
H A D | cs4231.c | 274 t->t_arg = arg; in cs4231_transfer_init() 348 sc->sc_playback.t_arg = NULL; in cs4231_open() 352 sc->sc_capture.t_arg = NULL; in cs4231_open()
|
/netbsd-src/sys/dev/ebus/ |
H A D | cs4231_ebus.c | 595 (*t->t_intr)(t->t_arg); in cs4231_ebus_pint() 608 (*t->t_intr)(t->t_arg); in cs4231_ebus_rint()
|
/netbsd-src/sys/dev/sbus/ |
H A D | cs4231_sbus.c | 604 (*t->t_intr)(t->t_arg); in cs4231_sbus_pint() 618 (*t->t_intr)(t->t_arg); in cs4231_sbus_rint()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
H A D | region-model-impl-calls.cc | 358 tree t_arg = gimple_call_arg (call, 0); in impl_call_analyzer_eval() local 359 tristate t = eval_condition (t_arg, NE_EXPR, integer_zero_node, ctxt); in impl_call_analyzer_eval()
|
H A D | engine.cc | 5151 tree t_arg = fold (gimple_call_arg (call, 0)); in dump_exploded_nodes() local 5152 if (TREE_CODE (t_arg) != INTEGER_CST) in dump_exploded_nodes() 5158 int i_arg = TREE_INT_CST_LOW (t_arg); in dump_exploded_nodes()
|
/netbsd-src/usr.bin/ftp/ |
H A D | cmds.c | 133 const char *t_arg; member 259 if ((p->t_arg != NULL) && (*(p->t_arg) != '\0')) in set_type() 260 comret = command("TYPE %s %s", p->t_mode, p->t_arg); in set_type()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
H A D | engine.cc | 1055 tree t_arg = gimple_call_arg (call, 0); in on_stmt() local 1057 = state->m_region_model->eval_condition (t_arg, in on_stmt() 3460 tree t_arg = fold (gimple_call_arg (call, 0)); in dump_exploded_nodes() local 3461 if (TREE_CODE (t_arg) != INTEGER_CST) in dump_exploded_nodes() 3467 int i_arg = TREE_INT_CST_LOW (t_arg); in dump_exploded_nodes()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rx/ |
H A D | rx.cc | 2491 rx_expand_builtin_mvfc (tree t_arg, rtx target) in rx_expand_builtin_mvfc() argument 2493 rtx arg = expand_normal (t_arg); in rx_expand_builtin_mvfc()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rx/ |
H A D | rx.c | 2483 rx_expand_builtin_mvfc (tree t_arg, rtx target) in rx_expand_builtin_mvfc() argument 2485 rtx arg = expand_normal (t_arg); in rx_expand_builtin_mvfc()
|