Searched refs:async_write (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/openssl/test/ |
H A D | asynciotest.c | 30 static int async_write(BIO *b, const char *in, int inl); 50 || !BIO_meth_set_write(methods_async, async_write) in bio_f_async_filter() 124 static int async_write(BIO *bio, const char *in, int inl) in async_write() function 284 return async_write(bio, str, strlen(str)); in async_puts()
|
/freebsd/contrib/ntp/libntp/ |
H A D | icom.c | 22 extern int async_write(int, const void *, unsigned int); 23 #define write(fd, data, octets) async_write(fd, data, octets)
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_palisade.c | 81 extern int async_write(int, const void *, unsigned int); 83 #define write(fd, data, octets) async_write(fd, data, octets)
|
H A D | ntp_refclock.c | 810 extern int async_write(int fd, const void * buf, unsigned int len); 827 nret = (size_t)async_write(fd, buf, (unsigned int)nout); in refclock_fdwrite()
|
/freebsd/sys/contrib/openzfs/cmd/zpool_influxdb/ |
H A D | README.md | 174 | async_write | operations | ZIO async writes |
|