Searched refs:cflag2modes (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/sys/arch/mips/sibyte/dev/ |
| H A D | sbscn.c | 158 static int cflag2modes(tcflag_t, u_char *, u_char *); 938 cflag2modes(tcflag_t cflag, u_char *mode1p, u_char *mode2p) in cflag2modes() function 1017 if (cflag2modes(t->c_cflag, &mode1, &mode2) < 0) in sbscn_param() 1748 (void)cflag2modes(cflag, &mode1, &mode2); in sbscn_init()
|
| H A D | sbjcn.c | 148 static int cflag2modes(tcflag_t, u_char *, u_char *); 855 cflag2modes(tcflag_t cflag, u_char *mode1p, u_char *mode2p) in cflag2modes() function 934 if (cflag2modes(t->c_cflag, &mode1, &mode2) < 0) in sbjcn_param()
|