Lines Matching refs:PRIu64

1867 		    "%s\t(raw time value %" PRIu64 ")\n"), pfx2, lt);  in printsatime()
1921 "%s%" PRIu64 " bytes %sprotected, %u allocations " in print_lifetimes()
1946 "%s%" PRIu64 " bytes %sof lifetime, %u allocations.\n"), in print_lifetimes()
1953 "%s%" PRIu64 " seconds %sof post-add lifetime.\n"), in print_lifetimes()
1958 "%s%" PRIu64 " seconds %sof post-use lifetime.\n"), in print_lifetimes()
1966 "%" PRIu64 " bytes %smore can be " in print_lifetimes()
2026 "%s%" PRIu64 " bytes %sof lifetime, %u allocations.\n"), in print_lifetimes()
2033 "%s%" PRIu64 " seconds %sof post-add lifetime.\n"), in print_lifetimes()
2038 "%s%" PRIu64 " seconds %sof post-use lifetime.\n"), in print_lifetimes()
2046 "%" PRIu64 " bytes %smore can be " in print_lifetimes()
2105 "%s%" PRIu64 " seconds %sof post-add lifetime.\n"), in print_lifetimes()
2110 "%s%" PRIu64 " seconds %sof post-use lifetime.\n"), in print_lifetimes()
2397 PRIu64 " "), combs[i].sadb_comb_hard_bytes); in print_prop()
2400 "post-add secs=%" PRIu64 " "), in print_prop()
2404 "post-use secs=%" PRIu64 ""), in print_prop()
2414 PRIu64 " "), combs[i].sadb_comb_soft_bytes); in print_prop()
2417 "post-add secs=%" PRIu64 " "), in print_prop()
2421 "post-use secs=%" PRIu64 ""), in print_prop()
2455 (void) fprintf(file, dgettext(TEXT_DOMAIN, "bytes=%" PRIu64 in print_eprop()
2458 PRIu64 ", "), ecomb->sadb_x_ecomb_hard_addtime); in print_eprop()
2460 PRIu64 "\n"), ecomb->sadb_x_ecomb_hard_usetime); in print_eprop()
2467 "bytes=%" PRIu64 ", "), ecomb->sadb_x_ecomb_soft_bytes); in print_eprop()
2469 "post-add secs=%" PRIu64 ", "), in print_eprop()
2472 PRIu64 "\n"), ecomb->sadb_x_ecomb_soft_usetime); in print_eprop()
2622 (void) fprintf(file, "% " PRIu64 "\n", in print_replay()
2830 "%s_bytes %" PRIu64 " ", prefix, lifetime->sadb_lifetime_bytes) < 0) in save_lifetime()
2834 "%s_addtime %" PRIu64 " ", prefix, in save_lifetime()
2839 "%s_usetime %" PRIu64 " ", prefix, in save_lifetime()
3156 if (fprintf(ofile, "replay_value %" PRIu64 "", in save_assoc()