/freebsd/contrib/netbsd-tests/lib/libc/gen/ |
H A D | t_randomid.c | 69 printf("id %5d: last call at %9"PRIu32 in ATF_TC_BODY() 70 ", current call %9"PRIu32 in ATF_TC_BODY() 71 " (diff %5"PRIu32"), " in ATF_TC_BODY() 72 "lowest %"PRIu32"\n", in ATF_TC_BODY() 76 "diff (%"PRIu32") less than minimum " in ATF_TC_BODY()
|
/freebsd/usr.sbin/rtadvd/ |
H A D | timer_subr.c | 82 p += sprintf(p, "%" PRIu32 "d", day); in sec2str() 84 p += sprintf(p, "%" PRIu32 "h", hour); in sec2str() 86 p += sprintf(p, "%" PRIu32 "m", min); in sec2str() 89 sprintf(p, "%" PRIu32 "s", sec); in sec2str()
|
H A D | config.c | 401 "<%s> maxinterval (%" PRIu32 ") on %s is invalid " in getconfig() 412 "<%s> mininterval (%" PRIu32 ") on %s is invalid " in getconfig() 466 "<%s> router lifetime (%" PRIu32 ") on %s is invalid " in getconfig() 477 "<%s> reachable time (%" PRIu32 ") on %s is invalid " in getconfig() 544 syslog(LOG_ERR, "<%s> prefixlen (%" PRIu32 ") for %s " in getconfig() 633 "<%s> advertised link mtu (%" PRIu32 ") on %s is invalid (must " in getconfig() 730 syslog(LOG_ERR, "<%s> prefixlen (%" PRIu32 ") for %s on %s " in getconfig()
|
/freebsd/usr.sbin/valectl/ |
H A D | valectl.c | 58 printf("tx_slots: %"PRIu32"\n", v->nr_tx_slots); in dump_port_info() 59 printf("rx_slots: %"PRIu32"\n", v->nr_rx_slots); in dump_port_info() 68 printf("tx_slots: %"PRIu32"\n", v->nr_tx_slots); in dump_newif() 69 printf("rx_slots: %"PRIu32"\n", v->nr_rx_slots); in dump_newif() 195 printf("%s bridge_idx %"PRIu16" port_idx %"PRIu32"\n", hdr->nr_name, in list_all() 315 printf("port_index: %"PRIu32"\n", vale_attach.port_index); in bdg_ctl() 321 printf("port_index: %"PRIu32"\n", vale_detach.port_index); in bdg_ctl()
|
/freebsd/contrib/llvm-project/lldb/source/Host/netbsd/ |
H A D | HostInfoNetBSD.cpp | 33 int status = ::sscanf(un.release, "%" PRIu32 ".%" PRIu32 ".%" PRIu32, &major, in GetOSVersion()
|
/freebsd/contrib/processor-trace/include/windows/ |
H A D | inttypes.h | 45 #ifndef PRIu32 46 # define PRIu32 "u" macro
|
/freebsd/contrib/lib9p/ |
H A D | utils.c | 310 sbuf_printf(sb, "%s%" PRIu32, str, fid); in l9p_describe_fid() 320 sbuf_printf(sb, "%s%" PRIu32, str, ugid); in l9p_describe_ugid() 509 sbuf_printf(sb, ",%" PRIu32 ",0x%016" PRIx64 ">", in l9p_describe_qid() 539 sbuf_printf(sb, " atime=%" PRIu32, st->atime); in l9p_describe_l9stat() 541 sbuf_printf(sb, " mtime=%" PRIu32, st->mtime); in l9p_describe_l9stat() 560 " n_uid=%" PRIu32 " n_gid=%" PRIu32 " n_muid=%" PRIu32, in l9p_describe_l9stat() 573 " ffree=%" PRIu64 " fsid=0x%" PRIx64 " namelen=%" PRIu32 ">", in l9p_describe_statfs() 619 sbuf_printf(sb, " count=%" PRIu32 " [", count); in l9p_describe_readdir() 637 sbuf_printf(sb, " count=%" PRIu32, count); in l9p_describe_readdir() 950 sbuf_printf(sb, " offset=%" PRIu64 " count=%" PRIu32, in l9p_describe_fcall() [all …]
|
/freebsd/contrib/opencsd/decoder/source/ |
H A D | trc_printable_elem.cpp | 43 #define PRIu32 "u" macro 109 sprintf(szStrBuffer,"%" PRIu32 ,(uint32_t)value); in getValStr()
|
/freebsd/contrib/processor-trace/include/ |
H A D | pt_version.h | 43 "-%" PRIu32 "-%s", version.major, in pt_fprint_version() 48 "-%" PRIu32 "", version.major, in pt_fprint_version()
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | inttypes.h | 38 #undef PRIu32 73 #define PRIu32 "u" macro
|
/freebsd/sys/dev/iicbus/controller/twsi/ |
H A D | mv_twsi.c | 209 " %" PRIu32 " kHz (M=%d, N=%d) for slow,\n" in mv_twsi_attach() 210 " %" PRIu32 " kHz (M=%d, N=%d) for fast.\n", in mv_twsi_attach()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunicationServerLLGS.cpp | 613 response.Printf("%" PRIu32, *reg_num); in CollectRegNums() 665 "%s failed to get register info for register index %" PRIu32, in GetRegistersAsJSON() 677 LLDB_LOGF(log, "%s failed to read register '%s' index %" PRIu32 ": %s", in GetRegistersAsJSON() 905 LLDB_LOGF(log, "%s failed to read register '%s' index %" PRIu32 ": %s", in PrepareStopReplyPacketForThread() 945 "register '%s' index %" PRIu32 ": %s", in PrepareStopReplyPacketForThread() 2024 response.Printf("bitsize:%" PRIu32 ";", reg_info->byte_size * 8); in Handle_qRegisterInfo() 2027 response.Printf("offset:%" PRIu32 ";", reg_info->byte_offset); in Handle_qRegisterInfo() 2044 response.Printf("ehframe:%" PRIu32 ";", in Handle_qRegisterInfo() 2048 response.Printf("dwarf:%" PRIu32 ";", in Handle_qRegisterInfo() 2199 "register %" PRIu32 " beyond register count %" PRIu32, in Handle_p() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugFrame.cpp | 421 "operand index %" PRIu32 " is not valid", in getOperandAsUnsigned() 430 "op[%" PRIu32 "] has type %s which has no value", in getOperandAsUnsigned() 438 "op[%" PRIu32 "] has OperandType OT_Offset which produces a signed " in getOperandAsUnsigned() 452 "op[%" PRIu32 "] has type OT_FactoredCodeOffset but code alignment " in getOperandAsUnsigned() 466 "operand index %" PRIu32 " is not valid", in getOperandAsSigned() 475 "op[%" PRIu32 "] has type %s which has no value", in getOperandAsSigned() 483 "op[%" PRIu32 "] has OperandType %s which produces an unsigned result, " in getOperandAsSigned() 495 "op[%" PRIu32 "] has type %s but data " in getOperandAsSigned() 505 "op[%" PRIu32 in getOperandAsSigned()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ObjectFileELF.cpp | 1090 LLDB_LOGF(log, "ObjectFileELF::%s parsing note name='%s', type=%" PRIu32, in RefineModuleDetailsFromNote() 1109 snprintf(os_name, sizeof(os_name), "freebsd%" PRIu32 ".%" PRIu32, in RefineModuleDetailsFromNote() 1117 "ObjectFileELF::%s detected FreeBSD %" PRIu32 ".%" PRIu32 in RefineModuleDetailsFromNote() 1118 ".%" PRIu32, in RefineModuleDetailsFromNote() 1142 "ObjectFileELF::%s detected Linux, min version %" PRIu32 in RefineModuleDetailsFromNote() 1143 ".%" PRIu32 ".%" PRIu32, in RefineModuleDetailsFromNote() 1156 "version %" PRIu32 ".%" PRIu32 ".%" PRIu32, in RefineModuleDetailsFromNote() 1165 "ObjectFileELF::%s detected Solaris, min version %" PRIu32 in RefineModuleDetailsFromNote() 1166 ".%" PRIu32 ".%" PRIu32, in RefineModuleDetailsFromNote() 1172 "ObjectFileELF::%s unrecognized OS in note, id %" PRIu32 in RefineModuleDetailsFromNote() [all …]
|
/freebsd/contrib/opencsd/decoder/include/opencsd/ |
H A D | ocsd_if_types.h | 45 #define PRIu32 "u" macro 68 #define OCSD_TRC_IDX_STR PRIu32
|
/freebsd/contrib/llvm-project/libunwind/src/ |
H A D | Unwind-sjlj.c |
|
/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | malloc_io.h | 24 # define FMTu32 PRIu32
|
/freebsd/usr.sbin/makefs/cd9660/ |
H A D | cd9660_debug.c | 98 printf("(ROOT) (%" PRIu32 " to %" PRId64 ")\n", in debug_print_tree() 103 printf("%s (%s) (%" PRIu32 " to %" PRId64 ")\n", in debug_print_tree()
|
/freebsd/sys/arm64/include/ |
H A D | _inttypes.h | 94 #define PRIu32 "u" /* uint32_t */ macro
|
/freebsd/sys/arm/include/ |
H A D | _inttypes.h | 92 #define PRIu32 "u" /* uint32_t */ macro
|
/freebsd/sys/riscv/include/ |
H A D | _inttypes.h | 90 #define PRIu32 "u" /* uint32_t */ macro
|
/freebsd/sys/dev/bhnd/cores/chipc/ |
H A D | chipc_gpiovar.h | 153 KASSERT(CC_GPIO_VALID_PIN(pin_num), ("invalid pin# %" PRIu32, pin_num));
|
/freebsd/sbin/ggate/ggated/ |
H A D | ggated.c | 722 g_gate_log(LOG_DEBUG, "%s: offset=%" PRIu64 " length=%" PRIu32, in recv_thread() 789 g_gate_log(LOG_DEBUG, "%s: offset=%" PRIu64 " length=%" PRIu32, in disk_thread() 876 g_gate_log(LOG_DEBUG, "%s: offset=%" PRIu64 " length=%" PRIu32, in send_thread() 896 "Sent %zd bytes (offset=%" PRIu64 ", size=%" PRIu32 in send_thread()
|
/freebsd/sys/powerpc/include/ |
H A D | _inttypes.h | 100 #define PRIu32 "u" /* uint32_t */ macro
|
/freebsd/sys/x86/include/ |
H A D | _inttypes.h | 100 #define PRIu32 "u" /* uint32_t */ macro
|