Searched refs:for_read (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/openssl/crypto/bio/ |
H A D | bio_sock.c | 431 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 D | BIO_socket_wait.pod | 15 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 D | max77620_rtc.c | 217 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 D | bio.h | 818 int BIO_socket_wait(int fd, int for_read, time_t max_time);
|
H A D | bio.h.in | 795 int BIO_socket_wait(int fd, int for_read, time_t max_time);
|