Searched refs:PRIu64 (Results 1 - 25 of 223) sorted by relevance

123456789

/netbsd-6-1-5-RELEASE/usr.bin/netstat/
H A Dinet.c422 p(TCP_STAT_SNDTOTAL, "\t%" PRIu64 " packet%s sent\n");
424 "\t\t%" PRIu64 " data packet%s (%" PRIu64 " byte%s)\n");
426 "\t\t%" PRIu64 " data packet%s (%" PRIu64 " byte%s) retransmitted\n");
428 "\t\t%" PRIu64 " ack-only packet%s (%" PRIu64 " delayed)\n");
429 p(TCP_STAT_SNDURG, "\t\t%" PRIu64 " URG only packet%s\n");
430 p(TCP_STAT_SNDPROBE, "\t\t%" PRIu64 " window probe packet%s\n");
431 p(TCP_STAT_SNDWINUP, "\t\t%" PRIu64 " windo
[all...]
H A Dpfsync.c99 p(PFSYNC_STAT_IPACKETS, "\t%" PRIu64 " packet%s received (IPv4)\n");
100 p(PFSYNC_STAT_IPACKETS6,"\t%" PRIu64 " packet%s received (IPv6)\n");
101 p(PFSYNC_STAT_BADIF, "\t\t%" PRIu64 " packet%s discarded for bad interface\n");
102 p(PFSYNC_STAT_BADTTL, "\t\t%" PRIu64 " packet%s discarded for bad ttl\n");
103 p(PFSYNC_STAT_HDROPS, "\t\t%" PRIu64 " packet%s shorter than header\n");
104 p(PFSYNC_STAT_BADVER, "\t\t%" PRIu64 " packet%s discarded for bad version\n");
105 p(PFSYNC_STAT_BADAUTH, "\t\t%" PRIu64 " packet%s discarded for bad HMAC\n");
106 p(PFSYNC_STAT_BADACT,"\t\t%" PRIu64 " packet%s discarded for bad action\n");
107 p(PFSYNC_STAT_BADLEN, "\t\t%" PRIu64 " packet%s discarded for short packet\n");
108 p(PFSYNC_STAT_BADVAL, "\t\t%" PRIu64 " stat
[all...]
H A Dbpf.c60 printf("\t%" PRIu64 " total packets received\n",
62 printf("\t%" PRIu64 " total packets captured\n",
64 printf("\t%" PRIu64 " total packets dropped\n",
129 printf("%-8" PRIu64 " %-8" PRIu64 " %-8" PRIu64 " ",
H A Dvtw.c217 printf("\t\t%" PRIu64 " inserts\n", stats.ins);
218 printf("\t\t%" PRIu64 " deletes\n", stats.del);
219 printf("\t\t%" PRIu64 " assassinations\n", stats.kill);
221 printf("\t\t%" PRIu64 " look\n", stats.look[0]);
222 printf("\t\t%" PRIu64 " hit\n", stats.hit[0]);
223 printf("\t\t%" PRIu64 " miss\n", stats.miss[0]);
224 printf("\t\t%" PRIu64 " probe\n", stats.probe[0]);
225 printf("\t\t%" PRIu64 " losing\n", stats.losing[0]);
226 printf("\t\t%" PRIu64 " max_chain\n", stats.max_chain[0]);
227 printf("\t\t%" PRIu64 " max_prob
[all...]
H A Dfast_ipsec.c220 #define STAT(x,fmt) if ((x) || sflag <= 1) printf("\t%"PRIu64" " fmt "\n", x)
222 printf("\t%"PRIu64" policy violations: %"PRIu64" input %"PRIu64" output\n",
236 #define AHSTAT(x,fmt) if ((x) || sflag <= 1) printf("\t%"PRIu64" ah " fmt "\n", x)
258 printf("\t\tah packets with %s: %"PRIu64"\n"
268 #define ESPSTAT(x,fmt) if ((x) || sflag <= 1) printf("\t%"PRIu64" esp " fmt "\n", x)
290 printf("\t\tesp packets with %s: %"PRIu64"\n"
300 if ((x) || sflag <= 1) printf("\t%"PRIu64" ipip " fmt "\n", x)
315 if ((x) || sflag <= 1) printf("\t%"PRIu64" ipcom
[all...]
/netbsd-6-1-5-RELEASE/tests/lib/libc/gen/
H A Dt_randomid.c69 printf("id %5d: last call at %9"PRIu64
70 ", current call %9"PRIu64
71 " (diff %5"PRIu64"), "
72 "lowest %"PRIu64"\n",
76 "diff (%"PRIu64") less than minimum "
/netbsd-6-1-5-RELEASE/external/bsd/libpcap/dist/Win32/Include/
H A Dbittypes.h131 #ifndef PRIu64
133 #define PRIu64 "I64u" macro
135 #define PRIu64 "llu" macro
137 #endif /* PRIu64 */
/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/missing/
H A Dbittypes.h111 #ifndef PRIu64
113 #define PRIu64 "I64u" macro
115 #define PRIu64 "llu" macro
117 #endif /* PRIu64 */
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcsi_daa.c59 LogDebug("load UNIT32: inputSize0: %x (oldOffset=%" PRIu64 ")", inputSize0, offset);
61 LogDebug("load Data: inputData0: %X (oldOffset=%" PRIu64 ")", (int)inputData0, offset);
63 LogDebug("load UINT32: inputSize1:%x (oldOffset=%" PRIu64 ")", inputSize1, offset);
66 LogDebug("load Data: inputData1: %X (oldOffset=%" PRIu64 ")", (int)inputData1, offset);
69 LogDebug("load Auth: ownerAuth: %X (oldOffset=%" PRIu64 ")", (int)ownerAuth, offset);
72 LogDebug("load Header: ordinal: %X (oldOffset=%" PRIu64 ")", TPM_ORD_DAA_Join, offset);
80 LogDebug("req_mgr_submit_req (oldOffset=%" PRIu64 ")", offset);
141 LogDebug("load UNIT32: inputSize0: %x (oldOffset=%" PRIu64 ")", inputSize0, offset);
143 LogDebug("load Data: inputData0: %X (oldOffset=%" PRIu64 ")", (int)inputData0, offset);
145 LogDebug("load UINT32: inputSize1:%x (oldOffset=%" PRIu64 ")", inputSize
[all...]
/netbsd-6-1-5-RELEASE/sys/uvm/
H A Duvm_stat.c76 (*pr)(" faults=%" PRIu64 ", traps=%" PRIu64 ", "
77 "intrs=%" PRIu64 ", ctxswitch=%" PRIu64 "\n",
80 (*pr)(" softint=%" PRIu64 ", syscalls=%" PRIu64 "\n",
/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/common/
H A Dsysdefs.h79 # ifndef PRIu64
80 # define PRIu64 "llu" macro
92 # ifndef PRIu64
93 # define PRIu64 "lu" macro
/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/xz/
H A Dhardware.c114 printf("%" PRIu64 "\t%" PRIu64 "\t%" PRIu64 "\n", total_ram,
H A Dutil.c123 "[%" PRIu64 ", %" PRIu64 "]"),
158 snprintf(bufs[slot], sizeof(bufs[slot]), "%'" PRIu64, value);
160 snprintf(bufs[slot], sizeof(bufs[slot]), "%" PRIu64, value);
209 snprintf(pos, left, " (%'" PRIu64 " B)", value);
211 snprintf(pos, left, " (%" PRIu64 " B)", value);
H A Dlist.c856 printf("file\t%" PRIu64 "\t%" PRIu64 "\t%" PRIu64 "\t%" PRIu64
857 "\t%s\t%s\t%" PRIu64 "\n",
872 printf("stream\t%" PRIu64 "\t%" PRIu64 "\t%" PRIu64
873 "\t%" PRIu64 "\t%" PRIu64 "\
[all...]
/netbsd-6-1-5-RELEASE/sbin/scan_ffs/
H A Dscan_ffs.c175 (void)printf("offset: %" PRIu64 " n: %d "
176 "id: %x,%x size: %" PRIu64 "\n",
183 (void)printf("offset: %" PRIu64 " n: %d "
184 "id: %x,%x size: %" PRIu64 "\n",
195 (void)printf("X: %9" PRIu64,
200 (void)printf(" %9" PRIu64,
204 (void)printf(" %9" PRIu64,
230 (void)printf("at %" PRIu64, BLK_CNT - offset);
231 (void)printf(" size %" PRIu64 ", last mounted on %s\n",
290 (void)printf("offset: %" PRIu64 " siz
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/tprof/
H A Dtprof.c207 fprintf(stderr, "\tsample %" PRIu64 "\n", ts.ts_sample);
208 fprintf(stderr, "\toverflow %" PRIu64 "\n", ts.ts_overflow);
209 fprintf(stderr, "\tbuf %" PRIu64 "\n", ts.ts_buf);
210 fprintf(stderr, "\temptybuf %" PRIu64 "\n", ts.ts_emptybuf);
211 fprintf(stderr, "\tdropbuf %" PRIu64 "\n", ts.ts_dropbuf);
212 fprintf(stderr, "\tdropbuf_sample %" PRIu64 "\n", ts.ts_dropbuf_sample);
/netbsd-6-1-5-RELEASE/external/bsd/pkg_install/dist/lib/
H A Ddefs.h57 * Some systems such as OpenBSD-3.6 do not provide PRIu64.
58 * Others such as AIX-4.3.2 have a broken PRIu64 which includes
69 # error "unable to find a suitable PRIu64"
72 # define MY_PRIu64 PRIu64
/netbsd-6-1-5-RELEASE/sbin/dkscan_bsdlabel/
H A Ddkscan_util.c81 printf("wedge \"%s\" type \"%s\" start %" PRIu64 " size %" PRIu64,
/netbsd-6-1-5-RELEASE/bin/ps/
H A Dkeyword.c64 PUVAR("idrss", "IDRSS", 0, p_uru_idrss, UINT64, PRIu64),
67 PUVAR("maxrss", "MAXRSS", 0, p_uru_maxrss, UINT64, PRIu64),
139 PUVAR("inblk", "INBLK", 0, p_uru_inblock, UINT64, PRIu64),
152 PUVAR("majflt", "MAJFLT", 0, p_uru_majflt, UINT64, PRIu64),
153 PUVAR("minflt", "MINFLT", 0, p_uru_minflt, UINT64, PRIu64),
154 PUVAR("msgrcv", "MSGRCV", 0, p_uru_msgrcv, UINT64, PRIu64),
155 PUVAR("msgsnd", "MSGSND", 0, p_uru_msgsnd, UINT64, PRIu64),
158 PUVAR("nivcsw", "NIVCSW", 0, p_uru_nivcsw, UINT64, PRIu64),
161 PUVAR("nsigs", "NSIGS", 0, p_uru_nsignals, UINT64, PRIu64),
163 PUVAR("nswap", "NSWAP", 0, p_uru_nswap, UINT64, PRIu64),
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/raidframe/
H A Drf_reconmap.c169 printf("\nraid%d: reconmap incorrect -- working on i %" PRIu64 "\n",
171 printf("raid%d: ru %" PRIu64 " not completed!!!\n",
174 printf("raid%d: low: %" PRIu64 " high: %" PRIu64 "\n",
199 printf("raid%d: ru is bogus %" PRIu64 "%" PRIu64 "%" PRIu64 "%" PRIu64 "%" PRIu64 "\n",
/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/
H A Dacconfig.h78 #undef PRIu64 macro
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/tools/
H A Dpvresize.c110 log_verbose("%s: Pretending size is %" PRIu64 " not %" PRIu64
123 "%" PRIu64 " sectors.", pv_name, pv_pe_start(pv));
145 log_verbose("Resizing volume \"%s\" to %" PRIu64 " sectors.",
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/booke/dev/
H A Dcpunode.c100 "%"PRIu64"KB/%"PRIu64"B %"PRIu64"-banked %"PRIu64"-way unified L2 cache\n",
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/lib/label/
H A Dlabel.c136 "sector %" PRIu64, dev_name(dev),
140 log_info("%s: Label for sector %" PRIu64
141 " found at sector %" PRIu64
165 "on %s at sector %" PRIu64,
243 log_info("%s: Wiping label at sector %" PRIu64,
248 "sector %" PRIu64, dev_name(dev),
314 log_error("Label sector %" PRIu64 " beyond range (%ld)",
334 log_info("%s: Writing label to sector %" PRIu64 " with stored offset %"
/netbsd-6-1-5-RELEASE/usr.bin/systat/
H A Dbufcache.c146 " %*" PRIu64 " pages for cached file data using %*"
147 PRIu64 " kBytes of memory (%2.0f%%).",
153 " %*" PRIu64 " pages for executables using %*"
154 PRIu64 " kBytes of memory (%2.0f%%).",
160 " %*" PRIu64 " pages for anon (non-file) data %*"
161 PRIu64 " kBytes of memory (%2.0f%%).",
167 " %*" PRIu64 " free pages %*"
168 PRIu64 " kBytes of memory (%2.0f%%).",

Completed in 475 milliseconds

123456789