Home
last modified time | relevance | path

Searched refs:PRIu32 (Results 1 – 25 of 59) sorted by relevance

123

/freebsd/contrib/netbsd-tests/lib/libc/gen/
H A Dt_randomid.c69 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 Dtimer_subr.c82 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 Dconfig.c401 "<%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 Dvalectl.c58 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 DHostInfoNetBSD.cpp33 int status = ::sscanf(un.release, "%" PRIu32 ".%" PRIu32 ".%" PRIu32, &major, in GetOSVersion()
/freebsd/contrib/processor-trace/include/windows/
H A Dinttypes.h45 #ifndef PRIu32
46 # define PRIu32 "u" macro
/freebsd/contrib/lib9p/
H A Dutils.c310 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 Dtrc_printable_elem.cpp43 #define PRIu32 "u" macro
109 sprintf(szStrBuffer,"%" PRIu32 ,(uint32_t)value); in getValStr()
/freebsd/contrib/processor-trace/include/
H A Dpt_version.h43 "-%" 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 Dinttypes.h38 #undef PRIu32
73 #define PRIu32 "u" macro
/freebsd/sys/dev/iicbus/controller/twsi/
H A Dmv_twsi.c209 " %" 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 DGDBRemoteCommunicationServerLLGS.cpp613 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 DDWARFDebugFrame.cpp421 "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 DObjectFileELF.cpp1090 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 Docsd_if_types.h45 #define PRIu32 "u" macro
68 #define OCSD_TRC_IDX_STR PRIu32
/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwind-sjlj.c
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dmalloc_io.h24 # define FMTu32 PRIu32
/freebsd/usr.sbin/makefs/cd9660/
H A Dcd9660_debug.c98 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.h94 #define PRIu32 "u" /* uint32_t */ macro
/freebsd/sys/arm/include/
H A D_inttypes.h92 #define PRIu32 "u" /* uint32_t */ macro
/freebsd/sys/riscv/include/
H A D_inttypes.h90 #define PRIu32 "u" /* uint32_t */ macro
/freebsd/sys/dev/bhnd/cores/chipc/
H A Dchipc_gpiovar.h153 KASSERT(CC_GPIO_VALID_PIN(pin_num), ("invalid pin# %" PRIu32, pin_num));
/freebsd/sbin/ggate/ggated/
H A Dggated.c722 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.h100 #define PRIu32 "u" /* uint32_t */ macro
/freebsd/sys/x86/include/
H A D_inttypes.h100 #define PRIu32 "u" /* uint32_t */ macro

123