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

  /src/tests/fs/fifofs/
t_fifo.c 24 #define MSG_SIZE 240
40 char message[MSG_SIZE] = MESSAGE;
55 rv = write(fd, message, MSG_SIZE);
60 if (rv != MSG_SIZE)
97 size_t buf_size = MSG_SIZE;
98 char buf[MSG_SIZE];
  /src/regress/sys/kern/unfdpass/
unfdpass.c 62 #define MSG_SIZE -1
85 #if MSG_SIZE >= 0
228 #if MSG_SIZE >= 0
230 iov.iov_len = MSG_SIZE;
345 #if MSG_SIZE >= 0
413 #if MSG_SIZE >= 0
415 iov.iov_len = MSG_SIZE;
  /src/sys/dev/pci/qat/
qatvar.h 174 #define QAT_MAX_INFLIGHTS(RING_SIZE, MSG_SIZE) \
175 ((((1 << (RING_SIZE - 1)) << 3) >> QAT_SIZE_TO_POW(MSG_SIZE)) - 1)

Completed in 95 milliseconds