Lines Matching +full:0 +full:x150
4 # cpuid = 0
7 # db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe0171ba2510
8 # vpanic() at vpanic+0x150/frame 0xfffffe0171ba2560
9 # panic() at panic+0x43/frame 0xfffffe0171ba25c0
10 # __mtx_assert() at __mtx_assert+0xc4/frame 0xfffffe0171ba25d0
11 # thread_suspend_check() at thread_suspend_check+0x38/frame 0xfffffe0171ba2610
12 # sig_intr() at sig_intr+0x78/frame 0xfffffe0171ba2640
13 # fork1() at fork1+0x238/frame 0xfffffe0171ba26c0
14 # kproc_create() at kproc_create+0x92/frame 0xfffffe0171ba2790
15 # kproc_kthread_add() at kproc_kthread_add+0xdd/frame 0xfffffe0171ba28b0
16 # zthr_create_timer() at zthr_create_timer+0x109/frame 0xfffffe0171ba2930
17 # arc_init() at arc_init+0x1b44/frame 0xfffffe0171ba2970
18 # dmu_init() at dmu_init+0x31/frame 0xfffffe0171ba2980
19 # spa_init() at spa_init+0xed/frame 0xfffffe0171ba29a0
20 # zfs_kmod_init() at zfs_kmod_init+0x1f/frame 0xfffffe0171ba29c0
21 # zfs_modevent() at zfs_modevent+0module_register_init() at module_register_init+0xb0/frame 0xfffff…
22 # linker_load_module() at linker_load_module+0xbd2/frame 0xfffffe0171ba2d10
23 # kern_kldload() at kern_kldload+0x16f/frame 0xfffffe0171ba2d60
24 # vfs_byname_kld() at vfs_byname_kld+0x31/frame 0xfffffe0171ba2da0
25 # sys_mount() at sys_mount+0xa9/frame 0xfffffe0171ba2e00
26 # amd64_syscall() at amd64_syscall+0x150/frame 0xfffffe0171ba2f30
27 # fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe0171ba2f30
28 # --- syscall (0, FreeBSD ELF64, syscall), rip = 0x823f70e9a, rsp = 0x82513af78, rbp = 0x82513af90 …
30 # Stopped at kdb_enter+0x32: movq $0,0xde5863(%rip)
32 # version: FreeBSD 14.0-CURRENT #0 main-n263953-d7614c010c762: Tue Jul 4 19:29:44 CEST 2023
36 uname -p | grep -Eq "amd64|i386" || exit 0
37 [ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1
40 prog=$(basename "$0" .sh)
81 int i = 0;
83 if (pthread_create(&th, &attr, fn, arg) == 0) {
104 if (pthread_mutex_init(&ev->mu, 0))
106 if (pthread_cond_init(&ev->cv, 0))
108 ev->state = 0;
113 ev->state = 0;
183 return 0;
189 for (call = 0; call < 1; call++) {
190 for (thread = 0; thread < (int)(sizeof(threads) / sizeof(threads[0]));
210 for (i = 0; i < 100 && __atomic_load_n(&running, __ATOMIC_RELAXED); i++)
217 case 0:
218 memcpy((void*)0x20000440, "zfs\000", 4);
219 syscall(SYS_mount, 0x20000440ul, 0ul, 0x8300648ul, 0ul);
225 syscall(SYS_mmap, 0x20000000ul, 0x1000000ul, 7ul, 0x1012ul, -1, 0ul);
227 return 0;
235 exit 0