tag | line | file | source code |
SET_LOW_BITS | 345 | include/asm-alpha/termios.h | SET_LOW_BITS(termios->c_iflag, termio->c_iflag); |
SET_LOW_BITS | 346 | include/asm-alpha/termios.h | SET_LOW_BITS(termios->c_oflag, termio->c_oflag); |
SET_LOW_BITS | 347 | include/asm-alpha/termios.h | SET_LOW_BITS(termios->c_cflag, termio->c_cflag); |
SET_LOW_BITS | 348 | include/asm-alpha/termios.h | SET_LOW_BITS(termios->c_lflag, termio->c_lflag); |
SET_LOW_BITS | 275 | include/asm-i386/termios.h | SET_LOW_BITS(termios->c_iflag, termio->c_iflag); |
SET_LOW_BITS | 276 | include/asm-i386/termios.h | SET_LOW_BITS(termios->c_oflag, termio->c_oflag); |
SET_LOW_BITS | 277 | include/asm-i386/termios.h | SET_LOW_BITS(termios->c_cflag, termio->c_cflag); |
SET_LOW_BITS | 278 | include/asm-i386/termios.h | SET_LOW_BITS(termios->c_lflag, termio->c_lflag); |