Searched refs:kdparam (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/sys/arch/sun3/dev/ |
H A D | kd.c | 83 static int kdparam(struct tty *, struct termios *); 124 tp->t_param = kdparam; in kd_init() 182 (void) kdparam(tp, &tp->t_termios); in kdopen() 277 kdparam(struct tty *tp, struct termios *t) in kdparam() function
|
/netbsd-src/sys/arch/sparc/dev/ |
H A D | kd.c | 101 static int kdparam(struct tty *, struct termios *); 138 tp->t_param = kdparam; in kd_init() 235 (void) kdparam(tp, &tp->t_termios); in kdopen() 334 kdparam(struct tty *tp, struct termios *t) in kdparam() function
|
/netbsd-src/sys/arch/sun2/dev/ |
H A D | kd.c | 92 static int kdparam(struct tty *, struct termios *); 143 tp->t_param = kdparam; in kd_init() 250 (void) kdparam(tp, &tp->t_termios); in kdopen() 349 kdparam(struct tty *tp, struct termios *t) in kdparam() function
|
/netbsd-src/sys/arch/sparc64/dev/ |
H A D | kd.c | 109 static int kdparam(struct tty *, struct termios *); 134 tp->t_param = kdparam; in kd_init() 207 (void) kdparam(tp, &tp->t_termios); in kdopen() 306 kdparam(struct tty *tp, struct termios *t) in kdparam() function
|