HomeSort by: relevance | last modified time | path
    Searched refs:PRIiPTR (Results 1 - 18 of 18) sorted by relevancy

  /src/sys/arch/mips/include/
int_fmtio.h 106 #define PRIiPTR "li" /* intptr_t */
108 #define PRIiPTR "i" /* intptr_t */
  /src/sys/arch/powerpc/include/
int_fmtio.h 95 #define PRIiPTR "li" /* intptr_t */
99 #define PRIiPTR "i" /* intptr_t */
  /src/sys/arch/alpha/include/
int_fmtio.h 72 #define PRIiPTR "li" /* intptr_t */
  /src/sys/arch/amd64/include/
int_fmtio.h 75 #define PRIiPTR "li" /* intptr_t */
  /src/sys/arch/hppa/include/
int_fmtio.h 72 #define PRIiPTR "li" /* intptr_t */
  /src/sys/arch/i386/include/
int_fmtio.h 73 #define PRIiPTR "i" /* intptr_t */
  /src/sys/arch/ia64/include/
int_fmtio.h 72 #define PRIiPTR "li" /* intptr_t */
  /src/sys/arch/m68k/include/
int_fmtio.h 72 #define PRIiPTR "i" /* intptr_t */
  /src/sys/arch/or1k/include/
int_fmtio.h 71 #define PRIiPTR "i" /* intptr_t */
  /src/sys/arch/sh3/include/
int_fmtio.h 72 #define PRIiPTR "i" /* intptr_t */
  /src/sys/arch/vax/include/
int_fmtio.h 72 #define PRIiPTR "li" /* intptr_t */
  /src/sys/arch/arm/include/
int_fmtio.h 97 #define PRIiPTR "li" /* intptr_t */
  /src/sys/arch/riscv/include/
int_fmtio.h 101 #define PRIiPTR "li" /* intptr_t */
  /src/sys/arch/sparc/include/
int_fmtio.h 110 #define PRIiPTR "li" /* intptr_t */
  /src/sys/arch/usermode/usermode/
pmap.c 704 printf("%s: oops warning unmanaged page %"PRIiPTR" faulted\n",
714 thunk_printf_debug("%s: tlb fault page lpn %"PRIiPTR"\n",
1293 thunk_printf_debug("pmap_page_protect page %"PRIiPTR" to prot %d\n", ppn, prot);
1347 thunk_printf_debug("pmap_clear_modify page %"PRIiPTR"\n", ppn);
1372 thunk_printf_debug("pmap_clear_reference page %"PRIiPTR"\n", ppn);
1390 thunk_printf_debug("pmap_is_modified page %"PRIiPTR" : %s\n", ppn, rv?"yes":"no");
1401 thunk_printf_debug("pmap_is_referenced page %"PRIiPTR"\n", ppn);
  /src/lib/libintl/
sysdep.c 96 T_(PRIiPTR),
  /src/sys/sys/
common_int_fmtio.h 72 #define PRIiPTR __INTPTR_FMTi__
  /src/tests/include/
t_inttypes.c 102 PRINT(PRIiPTR, ip);

Completed in 21 milliseconds