Home
last modified time | relevance | path

Searched refs:first_read (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.bin/tcpbench/
H A Dtcpbench.c577 static int first_read = 1; in udp_server_handle_sc() local
591 if (first_read) { in udp_server_handle_sc()
592 first_read = 0; in udp_server_handle_sc()
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp999 for (bool first_read = true;; first_read = false) { in ListThreads() local
1029 if (!first_read) { in ListThreads()
/openbsd/sys/scsi/
H A Dst.c626 st_decide_mode(struct st_softc *st, int first_read) in st_decide_mode() argument
685 if (first_read) { in st_decide_mode()