Home
last modified time | relevance | path

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

/busybox-1.35.0/miscutils/
Dsetserial.c201 unsigned short closing_wait; /* time to wait before closing */ member
570 static void print_closing_wait(unsigned int closing_wait) in print_closing_wait() argument
572 switch (closing_wait) { in print_closing_wait()
580 printf("%u\n", closing_wait); in print_closing_wait()
627 print_closing_wait(serinfo.closing_wait); in serial_get()
724 serinfo.closing_wait = get_wait(*arg); in serial_set()
/busybox-1.35.0/shell/
Dcttyhack.c94 unsigned short closing_wait; /* time to wait before closing */ member