Home
last modified time | relevance | path

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

/freebsd/sys/dev/ciss/
H A Dcissreg.h257 u_int8_t synchronous:1; /* return immediately */ member
753 u_int8_t synchronous:1; member
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1907 const bool synchronous = stream != nullptr; in DoConnectProcess() local
/freebsd/crypto/openssh/
H A Dsftp-client.c2386 handle_dest_replies(struct sftp_conn *to, const char *to_path, int synchronous, in handle_dest_replies()