Home
last modified time | relevance | path

Searched refs:MSG_SIZE (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/netbsd-tests/fs/fifofs/
H A Dt_fifo.c24 #define MSG_SIZE 240 macro
40 char message[MSG_SIZE] = MESSAGE; in child_writer()
55 rv = write(fd, message, MSG_SIZE); in child_writer()
60 if (rv != MSG_SIZE) in child_writer()
97 size_t buf_size = MSG_SIZE; in run()
98 char buf[MSG_SIZE]; in run()
/freebsd/tools/regression/netinet/arphold/
H A Darphold.c55 #define MSG_SIZE 1024 macro
66 char message[MSG_SIZE]; in main()
/freebsd/contrib/ofed/libibverbs/examples/
H A Dxsrq_pingpong.c54 #define MSG_SIZE 66 macro
386 char msg[MSG_SIZE]; in send_local_dest()
418 if (write(sockfd, msg, MSG_SIZE) != MSG_SIZE) { in send_local_dest()
429 char msg[MSG_SIZE]; in recv_remote_dest()
433 while (n < MSG_SIZE) { in recv_remote_dest()
434 r = read(sockfd, msg + n, MSG_SIZE - n); in recv_remote_dest()
439 n, MSG_SIZE, index); in recv_remote_dest()
/freebsd/sys/dev/qat/include/common/
H A Dadf_transport_access_macros.h69 #define ADF_MAX_INFLIGHTS(RING_SIZE, MSG_SIZE) \ argument
70 ((((1 << (RING_SIZE - 1)) << 3) >> ADF_SIZE_TO_POW(MSG_SIZE)) - 1)
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUAsmUtils.h66 extern const int MSG_SIZE;
H A DAMDGPUAsmUtils.cpp68 const int MSG_SIZE = static_cast<int>( variable
H A DAMDGPUBaseInfo.cpp1900 int Idx = getOprIdx<const MCSubtargetInfo &>(Name, Msg, MSG_SIZE, STI); in getMsgId()
1909 int Idx = getOprIdx<const MCSubtargetInfo &>(MsgId, Msg, MSG_SIZE, STI); in getMsgName()
/freebsd/sys/dev/qat_c2xxx/
H A Dqatvar.h157 #define QAT_MAX_INFLIGHTS(RING_SIZE, MSG_SIZE) \ argument
158 ((((1 << (RING_SIZE - 1)) << 3) >> QAT_SIZE_TO_POW(MSG_SIZE)) - 1)