Home
last modified time | relevance | path

Searched refs:allow_sigs (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dos.h112 void os_tty_raw(int fd, bool allow_sigs);
/OK3568_Linux_fs/u-boot/arch/sandbox/cpu/
H A Dos.c119 void os_tty_raw(int fd, bool allow_sigs) in os_tty_raw() argument
134 term.c_lflag = allow_sigs ? ISIG : 0; in os_tty_raw()