Searched refs:null (Results 401 - 425 of 745) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/test/zfs-tests/cmd/scripts/
H A Dzfstest.ksh68 elif [[ 0 -ne $(grep -c OpenIndiana /etc/release 2>/dev/null) ]]; then
70 elif [[ 0 -ne $(grep -c OmniOS /etc/release 2>/dev/null) ]]; then
81 sudo -k -n id >/dev/null 2>&1
89 sudo -k prtvtoc /dev/rdsk/${disk}s0 >/dev/null 2>&1
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/
H A Dzfs_acl_ls_001_pos.ksh87 $ls_str $obj | grep $ace_type > /dev/null 2>&1
102 log_must eval "ls -ld -vd $obj | grep "+" > /dev/null"
105 log_must eval "ls -ld -vd $obj | grep $spec_ace > /dev/null"
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/trivial/
H A Dzfs_acl_cp_003_neg.ksh71 usr_exec cp -@p $f $TST_DIR > /dev/null 2>&1
/illumos-gate/usr/src/test/zfs-tests/tests/functional/bootfs/
H A Dbootfs_002_neg.ksh64 zpool set 2>&1 | grep bootfs > /dev/null
H A Dbootfs_003_pos.ksh57 zpool set 2>&1 | grep bootfs > /dev/null
H A Dbootfs_004_neg.ksh58 zpool set 2>&1 | grep bootfs > /dev/null
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_set/
H A Dreservation_001_neg.ksh75 > /dev/null 2>&1
H A Dversion_001_neg.ksh69 zfs set version=${values[$i]} $obj > /dev/null 2>&1
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_add/
H A Dzpool_add_003_pos.ksh74 cat $tmpfile | grep "$str" >/dev/null 2>&1
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_create/
H A Dzpool_create_003_pos.ksh77 cat $tmpfile | grep "$str" >/dev/null 2>&1
/illumos-gate/usr/src/test/zfs-tests/tests/functional/delegate/
H A Dzfs_allow_002_pos.ksh51 if id $STAFF_GROUP > /dev/null 2>&1; then
/illumos-gate/usr/src/test/zfs-tests/tests/functional/online_offline/
H A Donline_offline_001_pos.ksh63 kill $killpid >/dev/null 2>&1
H A Donline_offline_003_neg.ksh51 kill $killpid >/dev/null 2>&1
/illumos-gate/usr/src/test/zfs-tests/tests/functional/snapshot/
H A Dsnapshot_014_pos.ksh52 log_must rm -rf $TESTDIR1/* > /dev/null 2>&1
/illumos-gate/usr/src/test/zfs-tests/tests/functional/truncate/
H A Dtruncate_002_pos.ksh41 # 2. Copy /dev/null to same file on ZFS filesystem
60 log_must cp /dev/null $TESTDIR/$TESTFILE
/illumos-gate/usr/src/test/zfs-tests/tests/functional/zvol/zvol_misc/
H A Dzvol_misc_003_neg.ksh73 echo "y" | newfs -v $voldev > /dev/null 2>&1
H A Dzvol_misc_005_neg.ksh52 swap -l | grep $voldev > /dev/null 2>&1
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPHeaderV1.java175 SrvLocMsg msg = null;
181 return null;
262 if (previousResponders != null) {
270 if (payload != null && errCode == ServiceLocationException.OK) {
358 return null;
366 SLPHeaderV1 hdr = null;
382 // We should *not* be getting a null exception down this path!
384 Assert.slpassert(ex != null,
452 SLPHeaderV1 hdr = null;
464 hdr.previousResponders = null;
[all...]
H A DCSAAdvert.java50 ServiceURL URL = null; // The DA's service URL
51 Hashtable authBlock = null; // Scope auth blocks.
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dsubshell.sh99 eval "exec $Error_fd>&2 2>/dev/null"
102 while whence $TEST_notfound >/dev/null 2>&1
116 ' > $tmp/sub 2>/dev/null
128 set -- $(printf %.'$(($BS*$nb))'c x | dd bs='$bs' 2>/dev/null)
131 ' > $tmp/sub 2>/dev/null
198 ') 2>/dev/null)
204 do for TEST_redirect in '' '>/dev/null'
239 x=$( $date > /dev/null 2>&1 ;:)
293 if %sexpr "NOMATCH" : ".*Z" >/dev/null%s
338 INS=( "" "builtin cat; " "builtin -d cat $bincat; " ": > /dev/null; " )
[all...]
H A Dsun_solaris_cr_6887363_shell_sometimes_mishandles_return_value_of_its_child_process.sh35 # 56 echo $op | grep rand 2>&1 >/dev/null
111 echo \$op | /usr/bin/grep rand 2>&1 >/dev/null
122 echo \$op | /usr/bin/grep sync 2>&1 >/dev/null
H A Dtilde.sh38 if [[ -f $pwd ]] && grep -c "^$1:" $pwd > /dev/null
94 [[ $($tmp/tilde foo) == "$PWD$nl$PWD" ]] 2> /dev/null || err_exit 'tilde fails inside a script run by name'
/illumos-gate/usr/src/cmd/nscd/
H A Dsvc-nscd70 /usr/sbin/nscd < /dev/null > /dev/msglog 2>&1 &
/illumos-gate/usr/src/cmd/print/printmgr/
H A DMakefile73 com/sun/admin/pm/client/images/*gif 2>/dev/null; \
75 com/sun/admin/pm/server/*class 2>/dev/null; \
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/ip/
H A Dtst.ipv6localicmp.ksh48 if ! ifconfig lo0 inet6 > /dev/null 2>&1; then

Completed in 107 milliseconds

<<11121314151617181920>>