Lines Matching +full:fault +full:- +full:q
31 # Kernel page fault with the following non-sleepable locks held from
34 # Fatal trap 12: page fault while in kernel mode
43 [ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1
49 grep -q "journaled soft-updates" &&
55 mycc -o kinfo -Wall -g kinfo.c -lutil
56 rm -f kinfo.c
59 mount | grep -q procfs || mount -t procfs procfs /proc
65 mount | grep -q $mntpoint && umount -f $mntpoint
67 mount -t nullfs `dirname $RUNDIR` $mntpoint
72 (cd ..; timeout -k 15m 12m ./run.sh marcus.cfg)
74 umount $mntpoint 2>&1 | grep -v busy
76 mount | grep -q $mntpoint && umount -f $mntpoint
79 rm -f /tmp/kinfo