HomeSort by: relevance | last modified time | path
    Searched refs:PRIx32 (Results 1 - 25 of 124) sorted by relevancy

1 2 3 4 5

  /src/tests/lib/libc/sys/
t_ptrace_exec_wait.h 103 "%#02" PRIx32 "%02" PRIx32 "%02" PRIx32 "%02" PRIx32"\n",
108 "%#02" PRIx32 "%02" PRIx32 "%02" PRIx32 "%02" PRIx32"\n",
118 "%#02" PRIx32 "%02" PRIx32 "%02" PRIx32 "%02" PRIx32"\n"
    [all...]
t_ptrace_step_wait.h 153 "%#02" PRIx32 "%02" PRIx32 "%02" PRIx32 "%02"
154 PRIx32 "\n",
159 "%#02" PRIx32 "%02" PRIx32 "%02" PRIx32 "%02"
160 PRIx32 "\n",
170 "%#02" PRIx32 "%02" PRIx32 "%02" PRIx32 "%02
    [all...]
t_ptrace_clone_wait.h 439 "%#02" PRIx32 "%02" PRIx32 "%02" PRIx32 "%02"
440 PRIx32 "\n",
445 "%#02" PRIx32 "%02" PRIx32 "%02" PRIx32 "%02"
446 PRIx32 "\n",
456 "%#02" PRIx32 "%02" PRIx32 "%02" PRIx32 "%02
    [all...]
t_ptrace_fork_wait.h 1421 "%#02" PRIx32 "%02" PRIx32 "%02" PRIx32 "%02"
1422 PRIx32 "\n",
1427 "%#02" PRIx32 "%02" PRIx32 "%02" PRIx32 "%02"
1428 PRIx32 "\n",
1438 "%#02" PRIx32 "%02" PRIx32 "%02" PRIx32 "%02
    [all...]
  /src/sys/arch/mips/include/
types.h 81 #define PRIxPADDR PRIx32
82 #define PRIxPSIZE PRIx32
96 #define PRIxVADDR PRIx32
97 #define PRIxVSIZE PRIx32
116 #define PRIxREGISTER PRIx32
117 #define PRIxUREGISTER PRIx32
  /src/sys/arch/usermode/usermode/
syscall.c 166 thunk_printf("\"%s\", %"PRIx32", %"PRIx32"", (char *) (args[0]), (uint) args[1], (uint) args[2]);
169 thunk_printf("\"%s\", %"PRIx32"", (char *) (args[0]), (uint) args[1]);
175 thunk_printf("\"%s\", %"PRIx32", %"PRIx32"", (char *) (args[0]), (uint) (args[1]), (uint) args[2]);
200 thunk_printf("%"PRIx32", ", (uint) args[i]);
232 thunk_printf("=> %s: %d, (%"PRIx32", %"PRIx32")\n",
  /src/sys/arch/mips/adm5120/
adm5120_extio.c 144 " ctl 0x%08" PRIx32 "\n"
145 " sts 0x%08" PRIx32 "\n"
146 " sc 0x%08" PRIx32 "\n"
147 " sww 0x%08" PRIx32 "\n"
148 " swo 0x%08" PRIx32 "\n"
149 " swr 0x%08" PRIx32 "\n"
150 " swp 0x%08" PRIx32 "\n"
151 " swwr 0x%08" PRIx32 "\n"
152 " swt 0x%08" PRIx32 "\n", __func__,
  /src/sys/arch/powerpc/include/
types.h 67 #define PRIxREGISTER32 PRIx32
  /src/tests/lib/libc/atomic/
t_atomic_and.c 65 atf_and(atomic_and_32, uint32_t, PRIx32);
97 atf_and_nv(atomic_and_32_nv, uint32_t, PRIx32);
t_atomic_dec.c 62 atf_dec(atomic_dec_32, uint32_t, "0x%" PRIx32);
93 atf_dec_nv(atomic_dec_32_nv, uint32_t, "0x%" PRIx32);
t_atomic_inc.c 62 atf_inc(atomic_inc_32, uint32_t, "0x%" PRIx32);
93 atf_inc_nv(atomic_inc_32_nv, uint32_t, "0x%" PRIx32);
t_atomic_or.c 65 atf_or(atomic_or_32, uint32_t, PRIx32);
97 atf_or_nv(atomic_or_32_nv, uint32_t, PRIx32);
t___sync_compare_and_swap.c 100 atf_sync_bool(__sync_bool_compare_and_swap_4, uint32_t, PRIx32, __nothing);
155 PRIx16, PRIx32, pr56839_xfail);
157 PRIx32, PRIx64, __nothing);
200 atf_sync_val(__sync_val_compare_and_swap_4, uint32_t, PRIx32, __nothing);
252 PRIx16, PRIx32, pr56839_xfail);
254 PRIx32, PRIx64, __nothing);
t___sync_add.c 77 atf_sync_prefetch(__sync_fetch_and_add_4, uint32_t, PRIx32);
106 atf_sync_postfetch(__sync_add_and_fetch_4, uint32_t, PRIx32);
t___sync_and.c 77 atf_sync_prefetch(__sync_fetch_and_and_4, uint32_t, PRIx32);
106 atf_sync_postfetch(__sync_and_and_fetch_4, uint32_t, PRIx32);
t___sync_nand.c 77 atf_sync_prefetch(__sync_fetch_and_nand_4, uint32_t, PRIx32);
106 atf_sync_postfetch(__sync_nand_and_fetch_4, uint32_t, PRIx32);
t___sync_or.c 77 atf_sync_prefetch(__sync_fetch_and_or_4, uint32_t, PRIx32);
106 atf_sync_postfetch(__sync_or_and_fetch_4, uint32_t, PRIx32);
t___sync_sub.c 77 atf_sync_prefetch(__sync_fetch_and_sub_4, uint32_t, PRIx32);
106 atf_sync_postfetch(__sync_sub_and_fetch_4, uint32_t, PRIx32);
t___sync_xor.c 77 atf_sync_prefetch(__sync_fetch_and_xor_4, uint32_t, PRIx32);
106 atf_sync_postfetch(__sync_xor_and_fetch_4, uint32_t, PRIx32);
t_atomic_add.c 65 atf_add(atomic_add_32, uint32_t, int32_t, "0x%" PRIx32);
98 atf_add_nv(atomic_add_32_nv, uint32_t, int32_t, "0x%" PRIx32);
t_atomic_cas.c 83 atf_cas(atomic_cas_32, uint32_t, "0x%" PRIx32);
91 atf_cas(atomic_cas_32_ni, uint32_t, "0x%" PRIx32);
t___sync_lock.c 128 atf_sync_tas(__sync_lock_test_and_set_4, uint32_t, PRIx32);
152 atf_sync_rel(__sync_lock_release_4, uint32_t, PRIx32);
t_atomic_swap.c 69 atf_swap(atomic_swap_32, uint32_t, "0x%" PRIx32);
  /src/sys/arch/x86/x86/
efi_machdep.c 143 aprint_debug(" %08" PRIx32 "", uuid->time_low);
214 aprint_debug("efi: %08" PRIx32, ct32->ct_data);
360 aprint_debug("efi: signature %" PRIx64 " revision %" PRIx32
361 " crc32 %" PRIx32 "\n", systbl32->st_hdr.th_sig,
363 aprint_debug("efi: firmware revision %" PRIx32 "\n",
369 aprint_debug("efi: runtime services at pa 0x%08" PRIx32 "\n",
371 aprint_debug("efi: boot services at pa 0x%08" PRIx32 "\n",
379 aprint_debug("efi: signature %" PRIx64 " revision %" PRIx32
380 " crc32 %" PRIx32 "\n", systbl64->st_hdr.th_sig,
382 aprint_debug("efi: firmware revision %" PRIx32 "\n"
    [all...]
  /src/sys/dev/pci/ixgbe/
ixgbe_osdep.c 62 panic("%s: invalid register (%" PRIx32, __func__, reg);
85 panic("%s: invalid register (%" PRIx32, __func__, reg);

Completed in 21 milliseconds

1 2 3 4 5