| /src/sys/arch/ia64/include/ |
| asm.h | 147 * MSG 151 #define MSG(msg,reg,label) \ 155 label: ASCIZ msg; \ 193 #define WARN_REFERENCES(sym,msg) \ 195 .ascii msg; \ 198 #define WARN_REFERENCES(sym,msg) \ 200 .ascii msg; \
|
| /src/external/bsd/wpa/dist/src/eap_server/ |
| eap_tls_common.h | 51 enum { MSG, FRAG_ACK, WAIT_FRAG_ACK } state;
|
| eap_server_ikev2.c | 19 enum { MSG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state; 57 case MSG: 58 return "MSG"; 89 data->state = MSG; 184 const u8 *msg = wpabuf_head(req); local 189 msg, len, wpabuf_put(req, icv_len)); 216 case MSG: 392 "Length (%d; %ld remaining in this msg)", 409 eap_ikev2_state(data, MSG); 427 data->state = MSG; [all...] |
| /src/external/bsd/libbind/dist/isc/ |
| tree.c | 79 # define MSG(msg) fprintf(stderr, "MSG(%s)\n", msg); 84 # define MSG(msg) ; 198 MSG("grounded. adding new node, setting h=true") 217 MSG("LESS. sprouting left.") 221 MSG("LESS: left branch has grown") 225 MSG("LESS: case 1.. bal restored implicitly" [all...] |
| /src/sys/arch/mvme68k/stand/sboot/ |
| etherfun.h | 49 #define MSG "\0\1xxxxxxxx.147\0octet\0" /* implicit NULL */
|
| /src/external/gpl3/gcc/dist/libgcc/config/sol2/ |
| gmon.c | 92 #define MSG "No space for profiling buffer(s)\n" 113 write (STDERR_FILENO, MSG, sizeof (MSG) - 1); 118 write (STDERR_FILENO, MSG, sizeof (MSG) - 1); 130 write (STDERR_FILENO, MSG, sizeof (MSG) - 1);
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/sol2/ |
| gmon.c | 92 #define MSG "No space for profiling buffer(s)\n" 113 write (STDERR_FILENO, MSG, sizeof (MSG) - 1); 118 write (STDERR_FILENO, MSG, sizeof (MSG) - 1); 130 write (STDERR_FILENO, MSG, sizeof (MSG) - 1);
|
| /src/sys/arch/riscv/include/ |
| asm.h | 87 #define WARN_REFERENCES(sym,msg) \ 89 .ascii msg; \ 105 #define PANIC(msg) \ 108 MSG(msg) 110 #define PRINTF(msg) \ 113 MSG(msg) 115 #define MSG(msg) \ [all...] |
| /src/sys/arch/mips/include/ |
| asm.h | 181 #define WARN_REFERENCES(sym,msg) \ 183 .ascii msg; \ 328 #define PANIC(msg) \ 332 MSG(msg) 334 #define PRINTF(msg) \ 338 MSG(msg) 340 #define MSG(msg) \ [all...] |
| /src/sys/arch/alpha/include/ |
| asm.h | 483 * MSG 487 #define MSG(msg,reg,label) \ 490 label: ASCIZ msg; \ 497 #define PRINTF(msg,label) \ 498 MSG(msg,a0,label); \ 505 #define PANIC(msg,label) \ 506 MSG(msg,a0,label); [all...] |
| /src/sys/dev/ic/ |
| ihareg.h | 147 #define TUL_SALVC 0x8A /* R FIFO Avail Cnt/Identify Msg */ 160 #define MSG 0x04 /* MSG signal */
|