Searched refs:ne (Results 126 - 150 of 345) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_get/
H A Dzpool_get_003_pos.ksh57 if [ $? -ne 0 ]
63 if [ $i -eq 0 ] && [ $? -ne 0 ]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/pragma/
H A Dtst.temporal.ksh70 if [ "$status" -ne 0 ]; then
81 if [ "$status" -ne 0 ]; then
88 if [ "$status" -ne 0 ]; then
95 if [ "$status" -ne 0 ]; then
100 if [ $(tail -n 1 $file.2 | cut -f3 -d ' ') -ne \
/illumos-gate/usr/src/cmd/auditd/
H A Dsvc-auditd80 if [ $? -ne 0 ]; then
105 if [ $? -ne 0 ]; then
131 if [ $? -ne 0 ]; then
141 if [ $? -ne 0 ]; then
176 if [ $? -ne 0 ]; then
/illumos-gate/usr/src/lib/nsswitch/ldap/common/
H A Dgetauuser.c65 char **name, **al, **ne, *al_str, *ne_str; local
86 ne = __ns_ldap_getAttr(result->entry, _AU_NEVER);
87 if (ne == NULL || ne[0] == NULL || (strlen(ne[0]) < 1))
90 ne_str = ne[0];
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/usdt/
H A Dtst.linkpriv.ksh65 if [ $? -ne 0 ]; then
70 if [ $? -ne 0 ]; then
75 if [ $? -ne 0 ]; then
H A Dtst.linkunpriv.ksh67 if [ $? -ne 0 ]; then
72 if [ $? -ne 0 ]; then
77 if [ $? -ne 0 ]; then
/illumos-gate/usr/src/cmd/zoneadm/
H A Dsvc-resource-mgmt44 if [ $? -ne 0 ]; then
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/printa/
H A Dtst.walltimestamp.ksh57 if [ $? -ne 0 ]; then
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/profile-n/
H A Dtst.ufuncsort.ksh61 if [ "$status" -ne 0 ]; then
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/scripting/
H A Dtst.stringmacro.ksh67 if [ $? -ne 0 ]; then
/illumos-gate/usr/src/cmd/dtrace/test/tst/i386/pid/
H A Dtst.retlist.ksh45 if [ "$match" -ne 12 ]; then
/illumos-gate/usr/src/cmd/rmvolmgr/
H A Dsvc-rmvolmgr42 if [ $err -ne 0 ]; then
/illumos-gate/usr/src/cmd/acpihpd/
H A Dsvc-acpihpd33 if [ $? -ne 0 ]; then
/illumos-gate/usr/src/cmd/tsol/tsol-zones/
H A Dsvc-tsol-zones41 if [ $? -ne 0 ] ; then
/illumos-gate/usr/src/test/libc-tests/cmd/
H A Dlibctest.ksh34 elif [[ 0 -ne $(grep -c OpenIndiana /etc/release 2>/dev/null) ]]; then
36 elif [[ 0 -ne $(grep -c OmniOS /etc/release 2>/dev/null) ]]; then
/illumos-gate/usr/src/test/util-tests/cmd/
H A Dutiltest.ksh34 elif [[ 0 -ne $(grep -c OpenIndiana /etc/release 2>/dev/null) ]]; then
36 elif [[ 0 -ne $(grep -c OmniOS /etc/release 2>/dev/null) ]]; then
/illumos-gate/usr/src/test/zfs-tests/tests/functional/vdev_zaps/
H A Dvdev_zaps_004_pos.ksh57 if [[ "$new_top" -ne "$orig_top" ]]; then
63 if [[ "$new_leaf" -ne "$orig_leaf" ]]; then
87 [[ "$final_top" -ne "$orig_top" ]] && log_fail "Lost top-level ZAP when "\
91 [[ "$final_leaf" -ne "$dsk2_leaf" ]] && log_fail "$disk2 lost its leaf ZAP "\
H A Dvdev_zaps_007_pos.ksh56 [[ "$new_leaf0" -ne "$orig_leaf0" ]] && log_fail "Leaf ZAP in original pool "\
58 [[ "$new_top_s0" -ne "$orig_top" ]] && log_fail "Top ZAP in original pool "\
69 [[ "$new_leaf1" -ne "$orig_leaf1" ]] && log_fail "Leaf ZAP in new pool "\
71 [[ "$new_top_s1" -ne "$orig_top" ]] && log_fail "Top ZAP in new pool "\
/illumos-gate/usr/src/cmd/fs.d/nfs/svc/
H A Dnlockmgr39 elif [ "$#" -ne 3 ]; then
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_user/misc/
H A Dzfs_upgrade_001_neg.ksh49 if [ $HAS_UPGRADE -ne 0 ]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_user/zfs_list/
H A Dzfs_list.kshlib70 if [ $index -ne $(echo $list | awk '{print split($0,arr)+1}') ]
113 if [ $index -ne 0 ]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/threadsappend/
H A Dthreadsappend_001_pos.ksh78 if [[ $SIZE -ne $FILE_SIZE ]]; then
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/dtraceUtil/
H A Dtst.AddSearchPath.d.ksh76 if [ "$status" -ne 0 ]; then
H A Dtst.ELFGenerationOut.d.ksh62 if [ "$status" -ne 0 ]; then
H A Dtst.ELFGenerationWithO.d.ksh63 if [ "$status" -ne 0 ]; then

Completed in 158 milliseconds

1234567891011>>