HomeSort by: relevance | last modified time | path
    Searched refs:PRIu8 (Results 1 - 25 of 47) sorted by relevancy

1 2

  /src/sys/modules/examples/current_time/
current_time.c 58 printf("Current Time: %s, %04" PRIu64 "/%02" PRIu8 "/%02" PRIu8
59 " %02" PRIu8 ":%02" PRIu8 ":%02" PRIu8 " UTC\n",
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFDebugAddr.cpp 24 " has unsupported address size %" PRIu8
32 " which is not a multiple of addr size %" PRIu8,
93 " has unsupported segment selector size %" PRIu8,
101 "address table at offset 0x%" PRIx64 " has address size %" PRIu8
102 " which is different from CU address size %" PRIu8,
DWARFListTable.cpp 60 " has unsupported address size %" PRIu8,
65 " has unsupported segment selector size %" PRIu8,
DWARFDebugRangeList.cpp 35 "invalid address size: %" PRIu8, AddressSize);
  /src/tests/include/sys/
t_bitops.c 129 " m=%"PRIu32" s1=%"PRIu8" s2=%"PRIu8,
133 " m=%"PRIu32" s1=%"PRIu8" s2=%"PRIu8,
148 " m=%"PRIu32" s1=%"PRIu8" s2=%"PRIu8,
152 " m=%"PRIu32" s1=%"PRIu8" s2=%"PRIu8,
221 "[i=%"PRIu8"] n=%d m=%d", i, n, m);
223 "[i=%"PRIu8"] n=%d m=%d", i, n, m)
    [all...]
  /src/sys/arch/alpha/include/
int_fmtio.h 91 #define PRIu8 "u" /* uint8_t */
  /src/sys/arch/amd64/include/
int_fmtio.h 94 #define PRIu8 "u" /* uint8_t */
  /src/sys/arch/hppa/include/
int_fmtio.h 91 #define PRIu8 "u" /* uint8_t */
  /src/sys/arch/i386/include/
int_fmtio.h 92 #define PRIu8 "u" /* uint8_t */
  /src/sys/arch/ia64/include/
int_fmtio.h 91 #define PRIu8 "u" /* uint8_t */
  /src/sys/arch/m68k/include/
int_fmtio.h 91 #define PRIu8 "u" /* uint8_t */
  /src/sys/arch/or1k/include/
int_fmtio.h 90 #define PRIu8 "u" /* uint8_t */
  /src/sys/arch/sh3/include/
int_fmtio.h 91 #define PRIu8 "u" /* uint8_t */
  /src/sys/arch/vax/include/
int_fmtio.h 91 #define PRIu8 "u" /* uint8_t */
  /src/sys/dev/ic/
apple_smc_fan.c 178 aprint_error_dev(self, "too many fans: %"PRIu8"\n",
268 "F%"PRIu8"ID", fan);
276 "error identifying fan %"PRIu8": %d\n",
286 "error identifying fan %"PRIu8": %d\n",
  /src/usr.sbin/pf/pfs/
pfs.c 259 fprintf(f, " max_win %" PRIu16 " mss %" PRIu16 " wscale %" PRIu8,
262 fprintf(f, " max_win %" PRIu16 " wscale %" PRIu8, peer->max_win,
271 fprintf(f, " state %" PRIu8, peer->state);
280 fprintf(f, " scrub flags %" PRIu16 "ttl %" PRIu8 "mod %"PRIu32,
326 fprintf(f, " id %" PRIu64 " cid %" PRIu32 " expire %" PRIu32 " timeout %" PRIu8,
  /src/external/bsd/nsd/dist/
rdata.c 1568 buffer_printf(output, "%" PRIu8, protocol);
1982 output, "%" PRIu16 " %" PRIu8 " %" PRIu8 " ",
2527 buffer_printf(output, " %" PRIu16 " %" PRIu8 " ",
2543 buffer_printf(output, "%" PRIu8 " %" PRIu8 " ",
2617 output, "%s%" PRIu16 ":%s/%" PRIu8,
2657 output, "%" PRIu16 " %" PRIu8 " %" PRIu8 " ",
2687 buffer_printf(output, "%" PRIu8 " %" PRIu8 " ", algorithm, ftype)
    [all...]
  /src/external/bsd/pdisk/dist/
layout_dump.c 136 case 1: printf("%"PRIu8"\n", (uint8_t)value); break;
  /src/sys/arch/atari/stand/binpatch/
binpatch.c 259 printf("0x%02" PRIx8 " (%" PRIu8, uval8, uval8);
300 printf("0x%02" PRIx8 " (%" PRIu8, uval8, uval8);
  /src/sys/arch/arm/include/
int_fmtio.h 129 #define PRIu8 "u" /* uint8_t */
  /src/sys/arch/mips/include/
int_fmtio.h 145 #define PRIu8 "u" /* uint8_t */
  /src/sys/arch/powerpc/include/
int_fmtio.h 133 #define PRIu8 "u" /* uint8_t */
  /src/sys/arch/riscv/include/
int_fmtio.h 135 #define PRIu8 "hhu" /* uint8_t */
  /src/sys/arch/sparc/include/
int_fmtio.h 145 #define PRIu8 "u" /* uint8_t */
  /src/lib/libintl/
sysdep.c 114 T_(PRIu8),

Completed in 82 milliseconds

1 2