Searched refs:MESSAGE (Results 1 – 7 of 7) sorted by relevance
60 -v MESSAGE='Using rte_panic/rte_exit' \68 -v MESSAGE='Using compiler attribute directly' \76 -v MESSAGE='Declaring a variable inside for()' \84 -v MESSAGE='Using rte_atomicNN_xxx' \92 -v MESSAGE='Using rte_smp_[r/w]mb' \100 -v MESSAGE='Using __sync_xxx builtins' \109 -v MESSAGE='Using __atomic_thread_fence' \117 -v MESSAGE='Using experimental build flag for in-tree compilation' \126 -v MESSAGE='Using explicit .svg extension instead of .*' \134 -v MESSAGE='Using non https link to dpdk.org' \
66 print MESSAGE
21 #undef MESSAGE in tv()22 #define MESSAGE "Ladies and Gentlemen of the class of '99: If I could offer you " \ in tv() macro40 assert(sizeof MESSAGE - 1U == MLEN); in tv()41 memcpy(m, MESSAGE, MLEN); in tv()
196 #undef MESSAGE in tv_ietf()197 #define MESSAGE "Ladies and Gentlemen of the class of '99: If I could offer you " \ in tv_ietf() macro214 assert(sizeof MESSAGE - 1U == MLEN); in tv_ietf()215 memcpy(m, MESSAGE, MLEN); in tv_ietf()
120 Input buffer has to have COUNT (4 bytes), FRESH (4 bytes), MESSAGE and DIRECTION (1 bit)
148 FRESH (4 bytes), MESSAGE and DIRECTION (1 bit) concatenated. After the DIRECTION
40 #define MESSAGE(...) macro42 #define MESSAGE(...) fprintf(stderr, "" __VA_ARGS__) macro49 MESSAGE("Error: %s\n", s); \