Home
last modified time | relevance | path

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

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