HomeSort by: relevance | last modified time | path
    Searched refs:async_write (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/ntp/dist/libntp/
icom.c 24 extern int async_write(int, const void *, unsigned int);
25 #define write(fd, data, octets) async_write(fd, data, octets)
  /src/crypto/external/apache2/openssl/dist/test/
asynciotest.c 30 static int async_write(BIO *b, const char *in, int inl);
50 || !BIO_meth_set_write(methods_async, async_write)
124 static int async_write(BIO *bio, const char *in, int inl) function
284 return async_write(bio, str, strlen(str));
  /src/crypto/external/bsd/openssl/dist/test/
asynciotest.c 30 static int async_write(BIO *b, const char *in, int inl);
50 || !BIO_meth_set_write(methods_async, async_write)
124 static int async_write(BIO *bio, const char *in, int inl) function
284 return async_write(bio, str, strlen(str));
  /src/crypto/external/bsd/openssl.old/dist/test/
asynciotest.c 30 static int async_write(BIO *b, const char *in, int inl);
50 || !BIO_meth_set_write(methods_async, async_write)
124 static int async_write(BIO *bio, const char *in, int inl) function
284 return async_write(bio, str, strlen(str));
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
vdev_queue.c 236 ZFS_VDEV_QUEUE_KNOB_MIN(async_write); variable
237 ZFS_VDEV_QUEUE_KNOB_MAX(async_write); variable
  /src/external/bsd/ntp/dist/ntpd/
refclock_palisade.c 83 extern int async_write(int, const void *, unsigned int);
85 #define write(fd, data, octets) async_write(fd, data, octets)
ntp_refclock.c 812 extern int async_write(int fd, const void * buf, unsigned int len);
829 nret = (size_t)async_write(fd, buf, (unsigned int)nout);

Completed in 32 milliseconds