Home
last modified time | relevance | path

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

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