Searched refs:t_param (Results 1 - 25 of 76) sorted by relevance

1234

/netbsd-current/sys/dev/hpc/
H A Dbiconsdev.c134 tp->t_param = (int (*)(struct tty *, struct termios *))nullop;
189 (void)(*tp->t_param)(tp, &tp->t_termios);
/netbsd-current/sys/dev/arcbios/
H A Darcbios_tty.c105 tp->t_param = arcbios_tty_param;
/netbsd-current/sys/arch/alpha/alpha/
H A Dpromcons.c121 tp->t_param = promparam;
/netbsd-current/sys/dev/sun/
H A Dsunms.c206 (*tp->t_param)(tp, &t);
H A Dsunkbd.c231 (*tp->t_param)(tp, &t);
/netbsd-current/sys/sys/
H A Dtty.h139 int (*t_param)(struct tty *, struct termios *); member in struct:tty
/netbsd-current/sys/dev/goldfish/
H A Dgftty.c218 tp->t_param = gftty_param;
460 tp->t_param = gftty_param;
/netbsd-current/sys/arch/sparc64/dev/
H A Dpcons.c143 tp->t_param = pconsparam;
H A Dkd.c134 tp->t_param = kdparam;
/netbsd-current/sys/arch/sun2/dev/
H A Dpcons.c141 tp->t_param = pconsparam;
H A Dkd.c143 tp->t_param = kdparam;
/netbsd-current/sys/arch/sun3/dev/
H A Dkd.c124 tp->t_param = kdparam;
/netbsd-current/sys/arch/news68k/news68k/
H A Dromcons.c150 tp->t_param = romcons_param;
/netbsd-current/sys/arch/mips/adm5120/dev/
H A Duart.c152 tp->t_param = uart_param;
/netbsd-current/sys/dev/ofw/
H A Dofcons.c136 tp->t_param = ofcons_param;
/netbsd-current/sys/arch/vax/vax/
H A Dgencons.c119 tp->t_param = gencnparam;
/netbsd-current/sys/arch/usermode/dev/
H A Dttycons.c136 sc->sc_tty->t_param = ttycons_param;
/netbsd-current/sys/arch/sparc/dev/
H A Dkd.c138 tp->t_param = kdparam;
/netbsd-current/sys/dev/qbus/
H A Ddl.c347 tp->t_param = dlparam;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dread-rtl-function.c558 tree t_param = find_param_by_name (cfun->decl, name); local
559 if (!t_param)
565 DECL_WRTL_CHECK (t_param)->decl_with_rtl.rtl = parse_rtx ();
571 DECL_INCOMING_RTL (t_param) = parse_rtx ();
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dread-rtl-function.cc558 tree t_param = find_param_by_name (cfun->decl, name); local
559 if (!t_param)
565 DECL_WRTL_CHECK (t_param)->decl_with_rtl.rtl = parse_rtx ();
571 DECL_INCOMING_RTL (t_param) = parse_rtx ();
/netbsd-current/sys/arch/emips/ebus/
H A Ddz_ebus.c149 tp->t_param = dzparam;
/netbsd-current/sys/arch/arm/footbridge/
H A Dfootbridge_com.c252 tp->t_param = fcomparam;
/netbsd-current/sys/arch/evbppc/virtex/dev/
H A Dxlcom.c235 tp->t_param = xlcom_param;
/netbsd-current/sys/arch/arm/samsung/
H A Dexynos_uart.c260 tp->t_param = exynos_uart_param;

Completed in 203 milliseconds

1234