Searched refs:eq (Results 226 - 250 of 574) sorted by relevance

1234567891011>>

/freebsd-11-stable/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-localize.sh469 if [ $? -eq 0 ]
492 if [ $? -eq 0 ] ; then
499 if [ $? -eq 0 ] ; then
506 if [ $? -eq 0 ] ; then
514 if [ $? -eq 0 ] ; then
521 if [ $? -eq 0 ] ; then
H A Dfunctions-cleanup.sh113 if [ $? -eq 0 ] ; then
195 if [ $? -eq 0 ] ; then
389 if [ $? -eq 0 ]
397 if [ $? -eq 0 ]
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_cq.c278 cq_context->comp_eqn = priv->eq_table.eq[MLX4_CQ_TO_EQ_VECTOR(vector)].eqn;
297 cq->irq = priv->eq_table.eq[MLX4_CQ_TO_EQ_VECTOR(vector)].irq;
322 synchronize_irq(priv->eq_table.eq[MLX4_CQ_TO_EQ_VECTOR(cq->vector)].irq);
323 if (priv->eq_table.eq[MLX4_CQ_TO_EQ_VECTOR(cq->vector)].irq !=
324 priv->eq_table.eq[MLX4_EQ_ASYNC].irq)
325 synchronize_irq(priv->eq_table.eq[MLX4_EQ_ASYNC].irq);
/freebsd-11-stable/contrib/libucl/tests/
H A Drun_tests.sh50 if [ $? -eq 0 -a $# -gt 1 ] ; then
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ustack/
H A Dtst.depth.ksh106 if [ "$status" -eq 0 ]; then
/freebsd-11-stable/contrib/gdb/
H A Dylwrap89 if test $status -eq 0; then
/freebsd-11-stable/contrib/groff/src/roff/nroff/
H A Dnroff.sh55 -[eq] | -s*)
/freebsd-11-stable/etc/
H A Drc.shutdown84 if [ `/sbin/sysctl -n security.jail.jailed` -eq 1 ]; then
/freebsd-11-stable/lib/libc/arm/gen/
H A D_setjmp.S141 it eq
146 it eq
/freebsd-11-stable/tests/sys/geom/class/raid3/
H A D12_test.sh34 if [ $ec -eq 0 ]; then
/freebsd-11-stable/usr.sbin/bsdinstall/scripts/
H A Dnetconfig_ipv661 if [ $? -eq $DIALOG_OK ]; then
113 if [ $? -eq $DIALOG_CANCEL ]; then exit 1; fi
/freebsd-11-stable/usr.sbin/ntp/scripts/
H A Dntptrace59 last if ($thost eq "");
/freebsd-11-stable/etc/rc.d/
H A Dntpd113 "$ntp_ver_no_src" -eq "$ntp_ver_no_db" -a \
148 "$ntp_expiry_tmp" -eq "$ntp_expiry_db" -a \
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Daeabi_cdcmp.S105 ITT(eq)
112 ITE(eq)
H A Daeabi_cfcmp.S105 ITT(eq)
112 ITE(eq)
H A Dumodsi3.S34 ITT(eq)
36 JMPc(lr, eq)
/freebsd-11-stable/contrib/unbound/smallapp/
H A Dunbound-control-setup.sh.in140 if [ ! -f "$SVR_BASE.pem" -o $RECREATE -eq 1 ]; then
176 if [ ! -f "$CTL_BASE.pem" -o $RECREATE -eq 1 ]; then
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Ddffma.S277 if (!cmp.eq(LEFTSHIFT.new,TMP)) jump:t 1f // all sign bits?
335 p0 = cmp.eq(TMP,#2)
449 p0 = cmp.eq(AL,#0)
466 p0 = dfcmp.eq(A,A)
486 p0 = !cmp.eq(BL,#1)
487 p0 = !cmp.eq(BH,#2)
490 p0 = dfcmp.eq(ATMP,ATMP)
594 p0 = dfcmp.eq(A,C)
635 p0 = dfcmp.eq(B,C) // is C also zero?
646 p0 = cmp.eq(
[all...]
/freebsd-11-stable/contrib/netbsd-tests/fs/tmpfs/
H A Dt_read_write.sh67 atf_check -s eq:0 -o ignore -e ignore \
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.badfreopen.ksh81 if [ "$status" -eq 0 ]; then
/freebsd-11-stable/usr.sbin/pc-sysinstall/backend-query/
H A Dupdate-part-list.sh95 if [ $? -eq 0 ] ; then
/freebsd-11-stable/contrib/netbsd-tests/rump/rumpnet/
H A Dt_shmif.sh62 [ ${y} -eq ${x} ] && continue
/freebsd-11-stable/etc/autofs/
H A Dspecial_media76 if [ $? -eq 0 ]; then
129 if [ $# -eq 0 ]; then
/freebsd-11-stable/contrib/netbsd-tests/crypto/libcrypto/
H A Dt_libcrypto.sh96 atf_check -s eq:1 -o empty -e empty grep :error: out
/freebsd-11-stable/usr.bin/ssh-copy-id/
H A Dssh-copy-id.sh113 if [ "$#" -eq 0 ]; then

Completed in 231 milliseconds

1234567891011>>