HomeSort by: relevance | last modified time | path
    Searched defs:NUM_WRITE_IOVEC (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/libevent/dist/
buffer.c 2192 #define NUM_WRITE_IOVEC UIO_MAXIOV
2194 #define NUM_WRITE_IOVEC IOV_MAX
2196 #define NUM_WRITE_IOVEC DEFAULT_WRITE_IOVEC
2204 #define NUM_WRITE_IOVEC 16
2423 IOV_TYPE iov[NUM_WRITE_IOVEC];
2434 while (chain != NULL && i < NUM_WRITE_IOVEC && howmuch) {
  /src/external/bsd/ntp/dist/sntp/libevent/
buffer.c 2190 #define NUM_WRITE_IOVEC UIO_MAXIOV
2192 #define NUM_WRITE_IOVEC IOV_MAX
2194 #define NUM_WRITE_IOVEC DEFAULT_WRITE_IOVEC
2202 #define NUM_WRITE_IOVEC 16
2421 IOV_TYPE iov[NUM_WRITE_IOVEC];
2432 while (chain != NULL && i < NUM_WRITE_IOVEC && howmuch) {

Completed in 60 milliseconds