Searched refs:u2 (Results 26 - 50 of 163) sorted by relevance

1234567

/freebsd-current/tools/test/stress2/misc/
H A Dzfs2.sh47 u2=$((u1 + 1))
50 mdconfig -l | grep -q md$u2 && mdconfig -d -u $u2
53 mdconfig -a -t vnode -f $d2 -u $u2
57 zpool create stress2_tank mirror md$u1 md$u2
67 mdconfig -d -u $u2
H A Dzfs3.sh53 u2=$((u1 + 1))
56 mdconfig -l | grep -q md$u2 && mdconfig -d -u $u2
59 mdconfig -a -t vnode -f $d2 -u $u2
63 zpool create stress2_tank md$u1 md$u2
79 mdconfig -d -u $u2
H A Dzfs7.sh43 u2=$((u1 + 1))
46 mdconfig -l | grep -q md$u2 && mdconfig -d -u $u2
49 mdconfig -s 1g -u $u2
53 zpool create stress2_tank md$u1 md$u2
70 mdconfig -d -u $u2
H A Dzfs14.sh44 u2=$((u1 + 1))
48 mdconfig -l | grep -q md$u2 && mdconfig -d -u $u2
51 mdconfig -s 2g -u $u2
55 zpool create stress2_tank md$u1 md$u2
88 mdconfig -d -u $u2
H A Dzfs11.sh46 u2=$((u1 + 1))
50 mdconfig -l | grep -q md$u2 && mdconfig -d -u $u2
53 mdconfig -s 2g -u $u2
57 zpool create stress2_tank raidz md$u1 md$u2
75 mdconfig -d -u $u2
H A Dzfs8.sh43 u2=$((u1 + 1))
46 mdconfig -l | grep -q md$u2 && mdconfig -d -u $u2
49 mdconfig -s 10g -u $u2
53 zpool create stress2_tank md$u1 md$u2 || exit 1
70 mdconfig -d -u $u2
H A Dzfs9.sh45 u2=$((u1 + 1))
48 mdconfig -l | grep -q md$u2 && mdconfig -d -u $u2
51 mdconfig -s 2g -u $u2
55 zpool create stress2_tank raidz md$u1 md$u2
71 mdconfig -d -u $u2
H A Dnbufkv.sh60 u2=$((u1 + 1))
68 mount | grep -q /dev/md$u2 && umount -f /dev/md$u2
70 [ -c /dev/md$u2 ] && mdconfig -d -u $u2
76 mdconfig -a -t vnode -f $d2 -u $u2 || exit 1
77 newfs -b 65536 -f 65536 -O2 md$u2 > /dev/null
80 mount /dev/md$u2 $mp2
86 umount /dev/md$u2
89 mount | grep -q /dev/md$u2
[all...]
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.andpid.ksh42 print -u2 "dtrace failed"
H A Dtst.include.ksh51 print -u2 "failed to compile test.c"
H A Dtst.static2.ksh72 print -u2 "failed to compile test.c"
77 print -u2 "failed to create initial DOF"
83 print -u2 "failed to create final DOF"
88 print -u2 "failed to link final executable"
H A Dtst.multiprov.ksh70 print -u2 "failed to compile $oogle.c"
77 print -u2 "failed to process $oogle.d"
93 print -u2 "failed to compile test.c"
100 print -u2 "failed to execute test"
H A Dtst.sameprovmulti.ksh65 print -u2 "failed to compile $oogle.c"
72 print -u2 "failed to process $oogle.d"
85 print -u2 "failed to compile test.c"
93 print -u2 "failed to execute test"
H A Dtst.guess64.ksh47 print -u2 "failed to generate header file"
66 print -u2 "failed to compile test.c"
71 print -u2 "failed to create DOF"
76 print -u2 "failed to link final executable"
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/printf/
H A Dtst.printT.ksh52 print -u2 "dtrace failed"
H A Dtst.printY.ksh52 print -u2 "dtrace failed"
/freebsd-current/sys/crypto/des/
H A Ddes_locl.h145 unsigned int u1,u2,u3; \
147 u2=(int)u>>8L; \
149 u2&=0xfc; \
153 LL^= *(const DES_LONG *)(des_SP+0x200+u2); \
159 u2=(int)t>>8L; \
161 u2&=0xfc; \
164 LL^= *(const DES_LONG *)(des_SP+0x300+u2); \
173 unsigned int u1,u2,s1,s2; \
175 u2=(int)u>>8L; \
177 u2
[all...]
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/scripting/
H A Dtst.D_MACRO_UNUSED.overflow.ksh66 print -u2 "Error in executing $dfilename"
72 print -u2 "Expected error D_MACRO_UNUSED not returned"
H A Dtst.arguments.ksh74 print -u2 "Error in executing $dfilename"
84 print -u2 "Error in output by $dfilename"
H A Dtst.projid.ksh74 print -u2 "unable to get uid of the current process with pid = $$"
81 print -u2 "Error in executing $dfilename"
H A Dtst.taskid.ksh74 print -u2 "unable to get uid of the current process with pid = $$"
81 print -u2 "Error in executing $dfilename"
H A Dtst.sid.ksh74 print -u2 "unable to get sid of the current process with pid = $$"
81 print -u2 "Error in executing $dfilename"
H A Dtst.uid.ksh74 print -u2 "unable to get uid of the current process with pid = $$"
81 print -u2 "Error in executing $dfilename"
H A Dtst.euid.ksh74 print -u2 "unable to get uid of the current process with pid = $$"
81 print -u2 "Error in executing $dfilename"
H A Dtst.gid.ksh74 print -u2 "unable to get uid of the current process with pid = $$"
81 print -u2 "Error in executing $dfilename"

Completed in 109 milliseconds

1234567