Lines Matching +full:elm +full:- +full:id
32 # "panic: Bad link elm 0x6766fbc next->prev != elm" seen:
36 [ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1
37 [ -d /usr/src/sys ] || exit 0
39 [ -d "$builddir" ] && export KERNBUILDDIR=$builddir || exit 0
46 rm -rf $dir; mkdir -p $dir
82 if (res == -1) {
109 mycc -o /tmp/ctest -Wall -Wextra -O0 -g $dir/ctest.c || exit 1
125 mw=`sysctl -n vm.max_user_wired` || exit 1
126 /tmp/ctest `sysctl -n debug.cmalloc_offset` $mw 2>&1 | tail -5
128 rm -rf $dir /tmp/ctest
162 error = copyin(uap->a_size, &size, sizeof(size));
166 switch (uap->a_op) {
168 error = copyin(uap->a_ptr, &p, sizeof(p));
176 error = copyout(&p, uap->a_ptr, sizeof(p));