/src/sys/arch/mips/sibyte/dev/ |
sbjcn.c | 829 u_char hwbits; local in function:sbjcn_to_tiocm 832 hwbits = ch->ch_oports; 833 if (ISSET(hwbits, ch->ch_o_dtr)) 835 if (ISSET(hwbits, ch->ch_o_rts)) 838 hwbits = ch->ch_iports; 839 if (ISSET(hwbits, ch->ch_i_dcd)) 841 if (ISSET(hwbits, ch->ch_i_cts)) 843 if (ISSET(hwbits, ch->ch_i_dsr)) 845 if (ISSET(hwbits, ch->ch_i_ri))
|
sbscn.c | 912 u_char hwbits; local in function:sbscn_to_tiocm 915 hwbits = ch->ch_oports; 916 if (ISSET(hwbits, ch->ch_o_dtr)) 918 if (ISSET(hwbits, ch->ch_o_rts)) 921 hwbits = ch->ch_iports; 922 if (ISSET(hwbits, ch->ch_i_dcd)) 924 if (ISSET(hwbits, ch->ch_i_cts)) 926 if (ISSET(hwbits, ch->ch_i_dsr)) 928 if (ISSET(hwbits, ch->ch_i_ri))
|