/src/sys/arch/sparc/dev/ |
kd.c | 101 static int kdparam(struct tty *, struct termios *); 138 tp->t_param = kdparam; 235 (void) kdparam(tp, &tp->t_termios); 334 kdparam(struct tty *tp, struct termios *t) function in typeref:typename:int
|
/src/sys/arch/sparc64/dev/ |
kd.c | 109 static int kdparam(struct tty *, struct termios *); 134 tp->t_param = kdparam; 207 (void) kdparam(tp, &tp->t_termios); 306 kdparam(struct tty *tp, struct termios *t) function in typeref:typename:int
|
/src/sys/arch/sun2/dev/ |
kd.c | 92 static int kdparam(struct tty *, struct termios *); 143 tp->t_param = kdparam; 250 (void) kdparam(tp, &tp->t_termios); 349 kdparam(struct tty *tp, struct termios *t) function in typeref:typename:int
|
/src/sys/arch/sun3/dev/ |
kd.c | 83 static int kdparam(struct tty *, struct termios *); 124 tp->t_param = kdparam; 182 (void) kdparam(tp, &tp->t_termios); 277 kdparam(struct tty *tp, struct termios *t) function in typeref:typename:int
|