HomeSort by: relevance | last modified time | path
    Searched defs:PRINT (Results 1 - 20 of 20) sorted by relevancy

  /src/sys/arch/x68k/stand/xxboot/
ashldi3.S 52 .macro PRINT msg
64 PRINT %pc@(msg_testname)
71 PRINT %pc@(msg_crlf)
86 PRINT %pc@(msg_ok)
89 PRINT %pc@(msg_fail)
memcpy.S 88 .macro PRINT msg
100 PRINT %pc@(msg_testname)
107 PRINT %pc@(msg_crlf)
129 PRINT %pc@(msg_ok)
132 PRINT %pc@(msg_fail)
memset.S 72 .macro PRINT msg
84 PRINT %pc@(msg_testname)
89 PRINT %pc@(msg_crlf)
107 PRINT %pc@(msg_ok)
110 PRINT %pc@(msg_fail)
memcmp.S 66 .macro PRINT msg
78 PRINT %pc@(msg_testname)
86 PRINT %pc@(msg_crlf)
101 PRINT %pc@(msg_ok)
104 PRINT %pc@(msg_fail)
ashrdi3.S 52 .macro PRINT msg
64 PRINT %pc@(msg_testname)
74 PRINT %pc@(msg_crlf)
89 PRINT %pc@(msg_ok)
92 PRINT %pc@(msg_fail)
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_params.c 221 #define PRINT(T, x, ...) _print_param(p, #x, #T, &params->x);
222 I915_PARAMS_FOR_EACH(PRINT);
223 #undef PRINT
  /src/tests/include/
t_inttypes.c 69 #define PRINT(fmt, var) \
74 PRINT(PRId8, i8);
75 PRINT(PRId16, i16);
76 PRINT(PRId32, i32);
77 PRINT(PRId64, i64);
78 PRINT(PRIdLEAST8, il8);
79 PRINT(PRIdLEAST16, il16);
80 PRINT(PRIdLEAST32, il32);
81 PRINT(PRIdLEAST64, il64);
82 PRINT(PRIdFAST8, if8)
    [all...]
  /src/sys/dev/mii/
tlphy.c 167 #define PRINT(str) \
181 PRINT("10base2");
185 PRINT("10base5");
187 PRINT("no media present");
203 #undef PRINT
mii_physubr.c 499 * attached. We expect to be set up to print a comma-separated list
500 * of media names. Does not print a newline.
526 #define PRINT(n) aprint_normal("%s%s", sep, (n)); sep = ", "
544 PRINT("HomePNA1");
552 PRINT("10baseT");
557 PRINT("10baseT-FDX");
563 PRINT("100baseTX");
568 PRINT("100baseTX-FDX");
574 PRINT("100baseT4");
593 PRINT("1000baseSX")
    [all...]
  /src/sys/arch/luna68k/luna68k/
locore.s 57 #define PRINT(msg) \
64 #undef PRINT
  /src/usr.bin/ul/
ul.c 95 #define PRINT(s) if (s == NULL) /* void */; else tputs(s, 1, outchar)
285 PRINT(cursor_right);
406 PRINT(cursor_up);
407 PRINT(cursor_up);
425 PRINT(cursor_left);
428 PRINT(underline_char);
445 PRINT(exit_underline_mode);
447 PRINT(exit_standout_mode);
452 PRINT(exit_attribute_mode);
454 PRINT(exit_standout_mode)
    [all...]
  /src/lib/libc/stdlib/
strfmon.c 57 #define NEED_GROUPING 0x01 /* print digits grouped (default) */
67 #define PRINT(CH) do { \
76 PRINT(*tmps++); \
156 PRINT(*fmt++);
167 value = 0; /* we have no value to print now */
325 PRINT(' ');
328 PRINT('(');
334 PRINT(' ');
342 PRINT(space_char);
345 PRINT(' ');
    [all...]
  /src/sys/arch/aarch64/aarch64/
locore.S 50 /*#define DEBUG_LOCORE // debug print */
66 #define VPRINT(string) PRINT(string)
73 #define DPRINT(string) PRINT(string)
74 #define DPRINTREG(str, reg) mov x19,reg; PRINT(str); mov x0,x19; bl print_x0
75 #define DPRINTSREG(str, reg) mrs x19,reg; PRINT(str); mov x0,x19; bl print_x0
82 #define PRINT(string) bl xprint; .asciz string; .align 2
96 PRINT("boot NetBSD/aarch64\n")
149 PRINT("fatal error occurred while booting\n")
223 PRINT("initarm\n")
226 PRINT("main\n"
    [all...]
  /src/sys/dev/pci/
if_tlp_pci.c 1412 #define PRINT(str) aprint_normal("%s%s", sep, str); sep = ", "
1415 PRINT("10baseT");
1419 PRINT("10baseT-FDX");
1423 PRINT("100baseTX");
1427 PRINT("100baseTX-FDX");
1430 #undef PRINT
1627 #define PRINT(str) aprint_normal("%s%s", sep, str); sep = ", "
1632 PRINT("100baseFX");
1636 PRINT("100baseFX-FDX");
1643 PRINT("100baseTX")
    [all...]
pci.c 165 #define PRINT(str) \
174 PRINT("i/o space");
176 PRINT("memory space");
181 PRINT("rd/line");
183 PRINT("rd/mult");
185 PRINT("wr/inv");
191 #undef PRINT
  /src/sys/dev/ic/
elinkxl.c 549 #define PRINT(str) aprint_normal("%s%s", sep, str); sep = ", "
571 PRINT(exm->exm_name);
575 #undef PRINT
elink3.c 416 * Print RAM size. We also print the Ethernet address in here.
590 #define PRINT(str) aprint_normal("%s%s", sep, str); sep = ", "
604 PRINT(epm->epm_name);
608 #undef PRINT
656 #define PRINT(str) aprint_normal("%s%s", sep, str); sep = ", "
678 PRINT(epm->epm_name);
682 #undef PRINT
tulip.c 4043 #define PRINT(str) aprint_normal("%s%s", sep, str); sep = ", "
4053 PRINT("auto");
4056 PRINT(tm->tm_name);
4061 #undef PRINT
5513 #define PRINT(str) aprint_normal("%s%s", sep, str); sep = ", "
5531 PRINT("10baseT");
5535 PRINT("10baseT-FDX");
5539 PRINT("100baseTX");
5544 PRINT("100baseTX-FDX");
5550 PRINT("auto")
    [all...]
  /src/bin/ksh/
vi.c 193 enum expand_mode { NONE, EXPAND, COMPLETE, PRINT };
2011 expanded = PRINT;
2014 if (commandx == 0 && expanded == PRINT && buf) {
2066 /* expanded = PRINT; next call undo */
  /src/lib/libc/stdio/
vfwprintf.c 438 * number of characters to print.
614 #define CHARINT 0x2000 /* print char using int format */
677 struct __siov *iovp; /* for PRINT macro */
706 * BEWARE, these `goto error' on error, PRINT uses `n2' and
710 #define PRINT(ptr, len) do { \
719 #define PRINT(ptr, len) do { \
741 PRINT(with, PADSIZE); \
744 PRINT(with, n); \
754 PRINT((p), n2); \
868 PRINT(cp, n)
    [all...]

Completed in 112 milliseconds