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

1 2 3 4 5 6 7 8 91011>>

  /src/sys/uvm/
uvm_stat.c 83 (*pr)(" pages %" PRId64 " anon, %" PRId64 " file, %" PRId64 " exec\n",
92 (*pr)(" faults=%" PRId64 ", traps=%" PRId64 ", "
93 "intrs=%" PRId64 ", ctxswitch=%" PRId64 "\n",
98 (*pr)(" softint=%" PRId64 ", syscalls=%" PRId64 "\n",
103 (*pr)(" noram=%" PRId64 ", noanon=%" PRId64 ", pgwait=%" PRId6
    [all...]
  /src/external/bsd/libarchive/dist/tar/
bsdtar_windows.h 16 #ifndef PRId64
17 #define PRId64 "I64"
  /src/external/apache2/llvm/dist/llvm/lib/XRay/
RecordInitializer.cpp 17 "Invalid offset for a buffer extent (%" PRId64 ").", OffsetPtr);
23 "Cannot read buffer extent at offset %" PRId64 ".",
35 "Invalid offset for a wallclock record (%" PRId64 ").", OffsetPtr);
42 "Cannot read wall clock 'seconds' field at offset %" PRId64 ".",
50 "Cannot read wall clock 'nanos' field at offset %" PRId64 ".",
64 "Invalid offset for a new cpu id record (%" PRId64 ").", OffsetPtr);
70 "Cannot read CPU id at offset %" PRId64 ".",
77 "Cannot read CPU TSC at offset %" PRId64 ".",
89 "Invalid offset for a new TSC wrap record (%" PRId64 ").", OffsetPtr);
96 "Cannot read TSC wrap record at offset %" PRId64 ".", OffsetPtr)
    [all...]
FileHeaderReader.cpp 33 "Failed reading version from file header at offset %" PRId64 ".",
41 "Failed reading file type from file header at offset %" PRId64 ".",
49 "Failed reading flag bits from file header at offset %" PRId64 ".",
59 "Failed reading cycle frequency from file header at offset %" PRId64
Trace.cpp 70 "Not enough bytes to read a full record at offset %" PRId64 ".",
77 "Failed reading record type at offset %" PRId64 ".", OffsetPtr);
90 "Failed reading CPU field at offset %" PRId64 ".", OffsetPtr);
97 "Failed reading record type field at offset %" PRId64 ".",
116 "Unknown record type '%d' at offset %" PRId64 ".", Type, OffsetPtr);
124 "Failed reading function id field at offset %" PRId64 ".",
132 "Failed reading TSC field at offset %" PRId64 ".", OffsetPtr);
139 "Failed reading thread id field at offset %" PRId64 ".", OffsetPtr);
146 "Failed reading process id at offset %" PRId64 ".", OffsetPtr);
161 "Failed reading function id field at offset %" PRId64 "."
    [all...]
FDRRecordProducer.cpp 92 "Failed reading one byte from offset %" PRId64 ".", OffsetPtr);
154 "Failed reading one byte from offset %" PRId64 ".", OffsetPtr);
166 "at offset %" PRId64 ".",
186 "Buffer over-read at offset %" PRId64 " (over-read by %" PRId64
  /src/tests/lib/libc/gen/
t_time.c 78 (void)fprintf(stderr, "%"PRId64" vs. %"PRId64"\n",
101 (void)fprintf(stderr, "%"PRId64" vs. %"PRId64"\n",
t_sleep.c 279 fprintf(stderr, "round=%"PRId64" delta3=%"PRId64"\n", round, delta3);
322 fprintf(stderr, "delta1=%"PRId64"\n", delta1);
327 fprintf(stderr, "delta2=%"PRId64"\n", delta2);
332 fprintf(stderr, "delta3=%"PRId64"\n", delta3);
337 fprintf(stderr, " ->%"PRId64"\n", delta3);
344 atf_tc_fail("Reschedule latency %"PRId64" exceeds "
350 fprintf(stderr, "delta3=%"PRId64"\n", delta3);
354 fprintf(stderr, " ->%"PRId64"\n", delta3);
  /src/usr.bin/quota/
printquota.c 85 (void)snprintf(buf, len, "%" PRId64, val);
117 (void)snprintf(buf, len, "%" PRId64 "years", years);
121 (void)snprintf(buf, len, "%" PRId64 "months", months);
125 (void)snprintf(buf, len, "%" PRId64 "weeks", weeks);
129 (void)snprintf(buf, len, "%" PRId64 "days", days);
151 (void)snprintf(buf, len, "%" PRId64, seconds);
156 i += snprintf(buf + i, len - i, "%" PRId64 "W", seconds / WEEK);
164 i += snprintf(buf + i, len - i, "%" PRId64 "D", seconds / DAY);
172 i += snprintf(buf + i, len - i, "%" PRId64 "H", seconds / HOUR);
180 i += snprintf(buf + i , len - i, "%" PRId64 "M",
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/core/
nouveau_nvkm_core_subdev.c 138 nvkm_trace(subdev, "%s completed in %"PRId64"us\n", action, time);
159 nvkm_trace(subdev, "preinit completed in %"PRId64"us\n", time);
184 nvkm_trace(subdev, "one-time init completed in %"PRId64"us\n", time);
196 nvkm_trace(subdev, "init completed in %"PRId64"us\n", time);
212 nvkm_trace(subdev, "destroy completed in %"PRId64"us\n", time);
  /src/bin/df/
df.c 498 (void)printf("%10" PRId64 " total blocks %10" PRId64
499 " free blocks %10" PRId64 " available\n",
502 (void)printf("%10" PRId64 " total files %10" PRId64
509 (void)printf("%10lu owner %17" PRId64 " syncwrites %12" PRId64
593 (void)printf("%s %" PRId64 " %" PRId64 " %" PRId64 " %s%% %s\n"
    [all...]
  /src/sys/arch/emips/ebus/
clock_ebus.c 152 printf("egt: s x%" PRIx64 " u x%lx (fs %" PRId64
153 " fu %" PRId64 " f %" PRId64 ")\n",
171 printf("egt: s x%" PRIx64 " u x%lx (fs %" PRId64
172 " fu %" PRId64 " f %" PRId64 ")\n",
248 printf("est: s x%" PRIx64 " u x%lx (%d %d), free %" PRId64 "\n",
  /src/usr.bin/hexdump/
parse.c 225 char savech, *fmtp, cs[sizeof(PRId64)];
307 * PRId64 simply by changing the last
308 * character. For example, if PRId64 is
313 strncpy(cs, PRId64, sizeof(PRId64) - 2);
314 cs[sizeof(PRId64) - 2] = savech;
315 cs[sizeof(PRId64) - 1] = '\0';
375 * the way we use PRId64.
377 strncpy(cs, PRId64,
378 sizeof(PRId64) - 2)
    [all...]
  /src/sys/fs/adosfs/
adutil.c 57 printf("adosfs: aget: cksum of blk %" PRId64 " failed\n",
68 printf("adosfs: aget: bad primary type blk %" PRId64 " (type = %d)\n",
93 printf("adosfs: aget: bad secondary type blk %" PRId64 " (type = %d)\n",
  /src/external/apache2/llvm/config/llvm/Support/
DataTypes.h 99 #define PRId64 "I64d"
  /src/external/gpl3/gcc/dist/fixincludes/tests/base/
inttypes.h 56 #define PRIdPTR PRId64
  /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/
inttypes.h 56 #define PRIdPTR PRId64
  /src/external/mit/libuv/dist/docs/code/spawn/
main.c 11 fprintf(stderr, "Process exited with status %" PRId64 ", signal %d\n", exit_status, term_signal);
  /src/external/gpl2/gettext/dist/gettext-tools/tests/
xgettext-c-8 12 printf (_("File size is: %" PRId64), size);
27 msgid "File size is: %<PRId64>"
  /src/external/gpl3/gcc/dist/gcc/
mcf.cc 205 fprintf (file, "flow/capacity=%" PRId64 "/",
210 fprintf (file, "%" PRId64 ",", fedge->max_capacity);
218 fprintf (file, " rflow=%" PRId64 ",", fedge->rflow);
221 fprintf (file, " cost=%" PRId64 ".", fedge->cost);
628 fprintf (dump_file, "supply_value=%" PRId64 "\n",
630 fprintf (dump_file, "demand_value=%" PRId64 "\n",
900 ": (%" PRId64 ", %" PRId64
903 "Augment cycle with %" PRId64 "\n",
1095 "ENTRY (path_capacity=%" PRId64 ")\n"
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
mcf.cc 205 fprintf (file, "flow/capacity=%" PRId64 "/",
210 fprintf (file, "%" PRId64 ",", fedge->max_capacity);
218 fprintf (file, " rflow=%" PRId64 ",", fedge->rflow);
221 fprintf (file, " cost=%" PRId64 ".", fedge->cost);
628 fprintf (dump_file, "supply_value=%" PRId64 "\n",
630 fprintf (dump_file, "demand_value=%" PRId64 "\n",
900 ": (%" PRId64 ", %" PRId64
903 "Augment cycle with %" PRId64 "\n",
1095 "ENTRY (path_capacity=%" PRId64 ")\n"
    [all...]
  /src/external/mit/libuv/dist/test/
task.h 199 #define ASSERT_EQ(a, b) ASSERT_BASE(a, ==, b, int64_t, PRId64)
200 #define ASSERT_GE(a, b) ASSERT_BASE(a, >=, b, int64_t, PRId64)
201 #define ASSERT_GT(a, b) ASSERT_BASE(a, >, b, int64_t, PRId64)
202 #define ASSERT_LE(a, b) ASSERT_BASE(a, <=, b, int64_t, PRId64)
203 #define ASSERT_LT(a, b) ASSERT_BASE(a, <, b, int64_t, PRId64)
204 #define ASSERT_NE(a, b) ASSERT_BASE(a, !=, b, int64_t, PRId64)
205 #define ASSERT_OK(a) ASSERT_BASE(a, ==, 0, int64_t, PRId64)
  /src/sys/ufs/ffs/
ffs_wapbl.c 253 DPRINTF("in-fs log, ino = %" PRId64 "\n",log_ino);
269 "%" PRId64 "\n", __func__, fs->fs_fsmnt, log_ino);
556 DPRINTF(" start = %" PRId64 ", size = %zu, "
565 DPRINTF(" start = %" PRId64 ", size = %zu, "
578 DPRINTF("desired log size = %" PRId64 " kB\n", desired_logsize / 1024);
581 DPRINTF("adjusted desired log size = %" PRId64 " kB\n",
611 DPRINTF("end-of-partition has only %" PRId64 " free\n",
722 printf("%s: %s: file size (%" PRId64 ") non zero\n", __func__,
729 "%" PRId64 "MB\n", __func__, fs->fs_fsmnt,
788 DPRINTF("suggested log size = %" PRId64 "\n", logsize)
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/
messages.c 426 err = _("%s out of domain (%" PRId64
427 " is not a multiple of %" PRId64 ")");
442 err = _("%s out of range (%" PRId64
443 " is not between %" PRId64 " and %" PRId64 ")");
  /src/sbin/newfs_ext2fs/
newfs_ext2fs.c 333 err(1, "can't ftruncate %s to %" PRId64, special, fssize);
353 "size %" PRId64 " bytes, in %d byte chunks.\n",
449 "%s `%s' (%" PRId64 ") is less than the minimum (%"
450 PRId64 ").", desc, arg, result, min);
453 "%s `%s' (%" PRId64 ") is greater than the maximum (%"
454 PRId64 ").", desc, arg, result, max);

Completed in 53 milliseconds

1 2 3 4 5 6 7 8 91011>>