Home
last modified time | relevance | path

Searched refs:for_read (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssl/crypto/bio/
H A Dbio_sock.c431 int BIO_socket_wait(int fd, int for_read, time_t max_time) in BIO_socket_wait() argument
455 return select(fd + 1, for_read ? &confds : NULL, in BIO_socket_wait()
456 for_read ? NULL : &confds, NULL, &tv); in BIO_socket_wait()
471 confds.events = for_read ? POLLIN : POLLOUT; in BIO_socket_wait()
/freebsd/crypto/openssl/doc/man3/
H A DBIO_socket_wait.pod15 int BIO_socket_wait(int fd, int for_read, time_t max_time);
22 BIO_socket_wait() waits on the socket B<fd> for reading if B<for_read> is not 0,
/freebsd/sys/arm64/nvidia/tegra210/
H A Dmax77620_rtc.c217 max77620_rtc_update(struct max77620_rtc_softc *sc, bool for_read) in max77620_rtc_update() argument
222 reg = for_read ? RTC_UPDATE0_RTC_RBUDR: RTC_UPDATE0_RTC_UDR; in max77620_rtc_update()
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h818 int BIO_socket_wait(int fd, int for_read, time_t max_time);
H A Dbio.h.in795 int BIO_socket_wait(int fd, int for_read, time_t max_time);