Searched refs:wait_eof (Results 1 – 2 of 2) sorted by relevance
245 Boolean wait_eof; member284 …d parse_options(char *options, char *serial, int serial_size, UInt32 *location, Boolean *wait_eof);383 parse_options(options, serial, sizeof(serial), &location, &g.wait_eof); in print_device()853 g.wait_eof = 0; in print_device()939 if (g.wait_eof && readbuffer[rbytes-1] == 0x4) in read_thread()957 if ((readstatus != kIOReturnSuccess || rbytes == 0) && (g.wait_eof || !g.read_thread_stop)) in read_thread()960 } while (g.wait_eof || !g.read_thread_stop); /* Abort from main thread tests error here */ in read_thread()963 if (!g.wait_eof && g.use_generic_class_driver) in read_thread()1946 Boolean *wait_eof) in parse_options() argument2001 *wait_eof = true; in parse_options()[all …]
76 int wait_eof; member210 g.wait_eof = WAIT_EOF; in print_device()619 g.wait_eof = 0; in print_device()1745 if ((g.wait_eof || !g.read_thread_stop)) in read_thread()1754 } while (g.wait_eof || !g.read_thread_stop); in read_thread()