HomeSort by: relevance | last modified time | path
    Searched refs:MSG (Results 1 - 24 of 24) sorted by relevancy

  /src/sys/external/bsd/common/include/linux/
build_bug.h 42 #define BUILD_BUG_ON_MSG(EXPR,MSG) BUILD_BUG_ON(EXPR)
  /src/tests/bin/sh/
t_patterns.sh 70 MSG=
80 MSG="${MSG}${MSG:+${nl}}[$TEST_NUM]"
81 MSG="${MSG} expected exit code $3, got ${STATUS}"
93 MSG="${MSG}${MSG:+${nl}}[$TEST_NUM]"
94 MSG="${MSG} Messages produced on stderr unexpected...
    [all...]
t_set_e.sh 48 MSG=`printf "%-56s %-8s %s" "$3" "$result" "$2"`
49 failwith "$MSG"
t_builtins.sh 113 # $4 is optional extra data for the error msg (if there is one)
125 MSG=
138 MSG="${MSG}${MSG:+${nl}}[$TEST_NUM]"
139 MSG="${MSG} expected exit code $3, got ${STATUS}"
151 MSG="${MSG}${MSG:+${nl}}[$TEST_NUM]
    [all...]
t_expand.sh 587 MSG=
597 MSG="${MSG}${MSG:+${nl}}[$TEST_NUM]"
598 MSG="${MSG} expected exit code $3, got ${STATUS}"
610 MSG="${MSG}${MSG:+${nl}}[$TEST_NUM]"
611 MSG="${MSG} Messages produced on stderr unexpected...
    [all...]
  /src/tests/usr.bin/printf/
t_builtin.sh 124 MSG="${TEST_SH%% *} builtin printf"
t_command.sh 64 msg='Configuration error: check $TEST_PRINTF'
67 msg="Cannot find/execute ${TEST_PRINTF%% *}"
70 msg="No '${TEST_PRINTF%% *}' found in "'$PATH'
73 atf_skip "${msg}"
136 MSG="${PRINTF}"
printf.sh 73 echo >&2 "${CurrentTest} skipped: ${MSG} $*"
81 echo >&2 "${CurrentTest} FAIL: ${MSG} $*"
  /src/sys/arch/hpc/stand/hpcboot/menu/
rootwindow.h 65 BOOL isDialogMessage(MSG &);
66 BOOL focusManagerHook(MSG &, HWND);
rootwindow.cpp 99 RootWindow::proc(HWND w, UINT msg, WPARAM wparam, LPARAM lparam)
104 switch(msg) {
273 RootWindow::isDialogMessage(MSG &msg)
284 if (focusManagerHook(msg, tab_window))
287 return IsDialogMessage(tab_window, &msg);
300 // <TAB> auto-repeat count in LOWORD(msg.lParam), WS_GROUP, etc...
303 RootWindow::focusManagerHook(MSG &msg, HWND tab_window)
309 if (msg.message != WM_KEYDOWN
    [all...]
  /src/sys/arch/mvme68k/stand/sboot/
etherfun.c 102 tot = tftp_r + (sizeof(MSG) - 1);
137 memcpy(tftp_r, MSG, (sizeof(MSG)-1));
etherfun.h 49 #define MSG "\0\1xxxxxxxx.147\0octet\0" /* implicit NULL */
  /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/sun3/dev/
dma.c 151 #define DMAWAIT(SC, COND, MSG, DONTPANIC) do if (COND) { \
159 printf(MSG); \
161 panic(MSG); \
  /src/usr.sbin/bootp/common/
dovend.c 54 #define NEED(LEN, MSG) do \
57 hp->hostname->string, MSG); \
  /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/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/sys/dev/ic/
lsi64854.c 146 #define DMAWAIT(SC, COND, MSG, DONTPANIC) do if (COND) { \
153 printf(MSG); \
155 panic(MSG); \
ihareg.h 147 #define TUL_SALVC 0x8A /* R FIFO Avail Cnt/Identify Msg */
160 #define MSG 0x04 /* MSG signal */
  /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/hpc/stand/hpcboot/
hpcboot.cpp 257 MSG msg; local in function:HpcBootApp::run
259 while (GetMessage(&msg, 0, 0, 0)) {
262 (msg.message == WM_KEYDOWN ||
263 msg.message == WM_LBUTTONDOWN)) {
266 if (!_root->isDialogMessage(msg)) {
267 TranslateMessage(&msg);
268 DispatchMessage(&msg);
271 return msg.wParam;
  /src/usr.sbin/bootp/bootpd/
bootpd.c 1214 #define NEED(LEN, MSG) do \
1217 hp->hostname->string, MSG); \
  /src/sys/arch/hpcmips/stand/pbsdboot/
main.c 431 MSG msg; local in function:WinMain
615 while (GetMessage(&msg, NULL, 0, 0)) {
618 if(msg.message == WM_KEYDOWN || msg.message == WM_LBUTTONDOWN){
627 if(!IsDialogMessage(hDlgMain, &msg)) {
629 TranslateMessage(&msg);
630 DispatchMessage(&msg);
634 return(msg.wParam);
1056 MSG msg local in function:CheckCancel
    [all...]
  /src/sys/arch/mips/mips/
mipsX_subr.S 1813 MSG("cache error @ EPC %#lx\nL1D_CACHE_ERROR_LOG %#lx\nL1D_CACHE_INTERRUPT %#lx\nstatus %#x, cause %#x");
1815 MSG("cache error @ EPC 0x%x ErrCtl 0x%x CacheErr 0x%x");

Completed in 25 milliseconds