Searched refs:MSG_SIZE (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/netbsd-tests/fs/fifofs/
H A Dt_fifo.c24 #define MSG_SIZE 240 macro
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];
/freebsd-12-stable/tools/regression/netinet/arphold/
H A Darphold.c57 #define MSG_SIZE 1024 macro
68 char message[MSG_SIZE];
/freebsd-12-stable/contrib/ofed/libibverbs/examples/
H A Dxsrq_pingpong.c54 #define MSG_SIZE 66 macro
386 char msg[MSG_SIZE];
418 if (write(sockfd, msg, MSG_SIZE) != MSG_SIZE) {
429 char msg[MSG_SIZE];
433 while (n < MSG_SIZE) {
434 r = read(sockfd, msg + n, MSG_SIZE - n);
439 n, MSG_SIZE, index);
/freebsd-12-stable/sys/dev/qat/
H A Dqatvar.h160 #define QAT_MAX_INFLIGHTS(RING_SIZE, MSG_SIZE) \
161 ((((1 << (RING_SIZE - 1)) << 3) >> QAT_SIZE_TO_POW(MSG_SIZE)) - 1)

Completed in 127 milliseconds