HomeSort by: relevance | last modified time | path
    Searched defs:MSG_SIZE (Results 1 - 2 of 2) 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;

Completed in 31 milliseconds