Home
last modified time | relevance | path

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

123

/NextBSD/contrib/xz/src/xz/
HDmessage.c406 "%" PRIu32 ":%02" PRIu32 ":%02" PRIu32, in progress_time()
409 snprintf(buf, sizeof(buf), "%" PRIu32 ":%02" PRIu32, in progress_time()
448 snprintf(buf, sizeof(buf), "%" PRIu32 " s", remaining); in progress_remaining()
454 snprintf(buf, sizeof(buf), "%" PRIu32 " s", remaining); in progress_remaining()
460 snprintf(buf, sizeof(buf), "%" PRIu32 " min %" PRIu32 " s", in progress_remaining()
467 snprintf(buf, sizeof(buf), "%" PRIu32 " min", remaining); in progress_remaining()
473 snprintf(buf, sizeof(buf), "%" PRIu32 " h %" PRIu32 " min", in progress_remaining()
480 snprintf(buf, sizeof(buf), "%" PRIu32 " h", remaining); in progress_remaining()
486 snprintf(buf, sizeof(buf), "%" PRIu32 " d %" PRIu32 " h", in progress_remaining()
493 snprintf(buf, sizeof(buf), "%" PRIu32 " d", remaining); in progress_remaining()
[all …]
/NextBSD/usr.sbin/rtadvd/
HDtimer_subr.c81 p += sprintf(p, "%" PRIu32 "d", day); in sec2str()
83 p += sprintf(p, "%" PRIu32 "h", hour); in sec2str()
85 p += sprintf(p, "%" PRIu32 "m", min); in sec2str()
88 sprintf(p, "%" PRIu32 "s", sec); in sec2str()
HDconfig.c399 "<%s> maxinterval (%" PRIu32 ") on %s is invalid " in getconfig()
410 "<%s> mininterval (%" PRIu32 ") on %s is invalid " in getconfig()
457 "<%s> router lifetime (%" PRIu32 ") on %s is invalid " in getconfig()
468 "<%s> reachable time (%" PRIu32 ") on %s is invalid " in getconfig()
535 syslog(LOG_ERR, "<%s> prefixlen (%" PRIu32 ") for %s " in getconfig()
624 "<%s> advertised link mtu (%" PRIu32 ") on %s is invalid (must " in getconfig()
721 syslog(LOG_ERR, "<%s> prefixlen (%" PRIu32 ") for %s on %s " in getconfig()
/NextBSD/contrib/xz/src/lzmainfo/
HDlzmainfo.c158 "%" PRIu32 " MB (2^%" PRIu32 " bytes)\n" in lzmainfo()
159 "Literal context bits (lc): %" PRIu32 "\n" in lzmainfo()
160 "Literal pos bits (lp): %" PRIu32 "\n" in lzmainfo()
161 "Number of pos bits (pb): %" PRIu32 "\n", in lzmainfo()
/NextBSD/usr.bin/grep/regex/
HDhashtable.c116 DPRINT(("hashtable_put: calculated hash %" PRIu32 "\n", hash)); in hashtable_put()
130 DPRINT(("hashtable_put: effective location is %" PRIu32 in hashtable_put()
138 DPRINT(("hashtable_put: effective location is %" PRIu32 "\n", hash)); in hashtable_put()
191 DPRINT(("hashtable_lookup: entry found at location %" PRIu32 "\n", hash)); in hashtable_lookup()
/NextBSD/contrib/llvm/tools/lldb/source/Host/common/
HDNativeThreadProtocol.cpp34 return Error ("no register info for reg num %" PRIu32, reg); in ReadRegister()
48 return Error ("no register info for reg num %" PRIu32, reg); in WriteRegister()
HDNativeBreakpoint.cpp37 …log->Printf ("NativeBreakpoint::%s addr = 0x%" PRIx64 " bumped up, new ref count %" PRIu32, __FUNC… in AddRef()
47 …akpoint::%s addr = 0x%" PRIx64 " ref count decremented, new ref count %" PRIu32, __FUNCTION__, m_a… in DecRef()
HDNativeRegisterContext.cpp136 …log->Printf ("NativeRegisterContext::%s using reg index %" PRIu32 " (default %" PRIu64 ")", __FUNC… in GetPC()
141 log->Printf ("NativeRegisterContext::%s " PRIu32 " retval %" PRIu64, __FUNCTION__, retval); in GetPC()
/NextBSD/contrib/llvm/tools/clang/lib/Headers/
HDinttypes.h40 #undef PRIu32
75 #define PRIu32 "u" macro
/NextBSD/contrib/xz/src/common/
HDsysdefs.h65 #ifndef PRIu32
66 # define PRIu32 "u" macro
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationServerLLGS.cpp574 …:%s failed to get register info for register set '%s', register index %" PRIu32, __FUNCTION__, reg… in SendStopReplyPacketForThread()
590 …BRemoteCommunicationServerLLGS::%s failed to read register '%s' index %" PRIu32 ": %s", __FUNCTION… in SendStopReplyPacketForThread()
1415 …response.Printf ("bitsize:%" PRIu32 ";offset:%" PRIu32 ";", reg_info->byte_size * 8, reg_info->byt… in Handle_qRegisterInfo()
1452 response.Printf ("gcc:%" PRIu32 ";", reg_info->kinds[RegisterKind::eRegisterKindGCC]); in Handle_qRegisterInfo()
1455 response.Printf ("dwarf:%" PRIu32 ";", reg_info->kinds[RegisterKind::eRegisterKindDWARF]); in Handle_qRegisterInfo()
1530 …log->Printf ("GDBRemoteCommunicationServerLLGS::%s() iterated thread %" PRIu32 "(%s, tid=0x%" PRIx… in Handle_qfThreadInfo()
1586 …mmunicationServerLLGS::%s failed, requested register %" PRIu32 " beyond register count %" PRIu32, … in Handle_p()
1594 …log->Printf ("GDBRemoteCommunicationServerLLGS::%s failed, requested register %" PRIu32 " returned… in Handle_p()
1607 …BRemoteCommunicationServerLLGS::%s failed, read of requested register %" PRIu32 " (%s) failed: %s"… in Handle_p()
1615 …cationServerLLGS::%s failed to get data bytes from requested register %" PRIu32, __FUNCTION__, reg… in Handle_p()
[all …]
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
HDObjectFileELF.cpp1248 …log->Printf ("ObjectFileELF::%s parsing note name='%s', type=%" PRIu32, __FUNCTION__, note.n_name.… in RefineModuleDetailsFromNote()
1271 … snprintf (os_name, sizeof (os_name), "freebsd%" PRIu32 ".%" PRIu32, version_major, version_minor); in RefineModuleDetailsFromNote()
1278 …log->Printf ("ObjectFileELF::%s detected FreeBSD %" PRIu32 ".%" PRIu32 ".%" PRIu32, __FUNCTION__, … in RefineModuleDetailsFromNote()
1306 …g->Printf ("ObjectFileELF::%s detected Linux, min version %" PRIu32 ".%" PRIu32 ".%" PRIu32, __FUN… in RefineModuleDetailsFromNote()
1313 …bjectFileELF::%s detected Hurd (unsupported), min version %" PRIu32 ".%" PRIu32 ".%" PRIu32, __FUN… in RefineModuleDetailsFromNote()
1319 …>Printf ("ObjectFileELF::%s detected Solaris, min version %" PRIu32 ".%" PRIu32 ".%" PRIu32, __FUN… in RefineModuleDetailsFromNote()
1323 …ObjectFileELF::%s unrecognized OS in note, id %" PRIu32 ", min version %" PRIu32 ".%" PRIu32 ".%" in RefineModuleDetailsFromNote()
1375 …log->Printf ("ObjectFileELF::%s detected NetBSD, min version constant %" PRIu32, __FUNCTION__, ver… in RefineModuleDetailsFromNote()
/NextBSD/contrib/xz/src/liblzma/rangecoder/
HDprice_tablegen.c69 printf("%4" PRIu32, rc_prices[i]); in print_price_table()
/NextBSD/usr.sbin/makefs/cd9660/
HDcd9660_debug.c99 printf("(ROOT) (%" PRIu32 " to %" PRId64 ")\n", in debug_print_tree()
104 printf("%s (%s) (%" PRIu32 " to %" PRId64 ")\n", in debug_print_tree()
/NextBSD/sys/arm64/include/
HD_inttypes.h91 #define PRIu32 "u" /* uint32_t */ macro
/NextBSD/sys/sparc64/include/
HD_inttypes.h91 #define PRIu32 "u" /* uint32_t */ macro
/NextBSD/sys/riscv/include/
HD_inttypes.h91 #define PRIu32 "u" /* uint32_t */ macro
/NextBSD/sys/arm/include/
HD_inttypes.h91 #define PRIu32 "u" /* uint32_t */ macro
/NextBSD/sys/dev/xen/blkfront/
HDblkfront.c1111 "max-ring-page-order", NULL, "%" PRIu32, in xbd_initialize()
1115 "max-ring-pages", NULL, "%" PRIu32, in xbd_initialize()
1239 "feature-max-indirect-segments", "%" PRIu32, in xbd_connect()
1426 "virtual-device", NULL, "%" PRIu32, &vdevice); in xbd_attach()
1429 "virtual-device-ext", NULL, "%" PRIu32, &vdevice); in xbd_attach()
/NextBSD/sys/powerpc/include/
HD_inttypes.h99 #define PRIu32 "u" /* uint32_t */ macro
/NextBSD/sys/x86/include/
HD_inttypes.h99 #define PRIu32 "u" /* uint32_t */ macro
/NextBSD/sys/mips/include/
HD_inttypes.h100 #define PRIu32 "u" /* uint32_t */ macro
/NextBSD/contrib/libc++/include/
Dcinttypes79 PRIu32
/NextBSD/sys/dev/xen/netback/
HDnetback.c856 "tx-ring-ref", "%l" PRIu32, in xnb_collect_xenstore_info()
858 "rx-ring-ref", "%l" PRIu32, in xnb_collect_xenstore_info()
860 "event-channel", "%" PRIu32, &xnb->evtchn, in xnb_collect_xenstore_info()
892 "%" PRIu32, &rx_copy); in xnb_collect_xenstore_info()
1223 "%" PRIu32, &handle); in create_netdev()
1226 snprintf(xnb->if_name, IFNAMSIZ, "xnb%" PRIu16 ".%" PRIu32, in create_netdev()
/NextBSD/sys/arm/mv/
HDtwsi.c375 " %" PRIu32 " kHz (M=%d, N=%d) for slow,\n" in mv_twsi_attach()
376 " %" PRIu32 " kHz (M=%d, N=%d) for fast.\n", in mv_twsi_attach()

123