Home
last modified time | relevance | path

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

/external/u-boot/include/
Dos.h103 void os_tty_raw(int fd, bool allow_sigs);
/external/u-boot/arch/sandbox/cpu/
Dos.c179 void os_tty_raw(int fd, bool allow_sigs) in os_tty_raw() argument
195 term.c_lflag = allow_sigs ? ISIG : 0; in os_tty_raw()