Searched refs:null (Results 251 - 275 of 745) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/lib/libshell/common/tests/
H A Darrays.sh95 then err_exit 'string length of null element is not 0'
98 then err_exit 'number of elements of null variable foo is not 1'
175 set | grep '^abcdefg$' >/dev/null && err_exit 'empty array variable in set list'
221 then err_exit '${!xxx[@]} should be null'
228 } 2> /dev/null
256 $SHELL -c 'x=(if then else fi)' 2> /dev/null || err_exit 'reserved words in x=() assignment not working'
275 ) 2> /dev/null ||
279 foo[$((10))]=ok 2> /dev/null || err_exit 'arithmetic expression as subscript not working'
318 [[ $( ($SHELL -c 'typeset -A var; (IFS=: ; set -A var a:b:c ;print ${var[@]});:' )2>/dev/null) == 'a b c' ]] || err_exit 'change associative to index failed'
327 ) 2> /dev/null
[all...]
H A Dreturn.sh135 ( . $file ; exit 5 ) 2> /dev/null
140 ( $file; exit 5 ) 2> /dev/null
152 x=$($SHELL -i --norc 2> /dev/null <<\!
H A Dexpand.sh111 set -- ~(N)/dev/null
112 [[ $# == 1 && $1 == /dev/null ]] || err_exit "~(N)/dev/null not matching /dev/null"
116 [[ $# == 1 && ! $1 ]] || err_exit '""~(N)/dev/nonexistant not null argument'
118 [[ $# == 1 && ! $1 ]] || err_exit '~(N)/dev/nonexistent"" not null argument'
123 do [[ ! $i ]] || err_exit '""~(N)/dev/non_existent_file not null'
H A Dselect.sh48 done 2> /dev/null <<!
60 ( set -u; : $i ) || err_exit "select: i not set to null" 2>&3
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPConfig.java167 if (fis != null) {
215 String failed = null;
220 if (loggerClassName != null) {
238 log = null;
246 if (log == null) {
250 if (failed != null) {
268 if (conf == null) {
273 InputStream str = null;
402 private static Random randomWait = null;
406 if (randomWait == null) {
[all...]
H A DSLPServerHeaderV2.java127 SrvLocMsg msg = null;
209 SrvLocHeader hdr = null;
230 // We should *not* be getting a null exception down this path!
232 Assert.slpassert(ex != null,
265 SLPServerHeaderV2 hdr = null;
278 hdr.previousResponders = null;
279 hdr.scopes = null;
353 // If scopes vector is null, then return all scopes for this
H A DSLPV1Manager.java64 static InetAddress v1SLPGSAddr = null;
65 static InetAddress v1SLPDAAddr = null;
87 private ServiceTable table = null;
146 SDAAdvert daadvert = null;
177 return null;
224 InetAddress v1SLPDAAddr = null;
H A DCAttrMsg.java51 Hashtable attrAuthBlock = null; // auth block list for objects
85 if (attrAuthBlock != null) {
159 if (spiList != null && !spiList.isEmpty()) {
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/locality/
H A DLocalityDomain.java145 root = null;
175 if (group != null && exclude.contains(group) == false)
202 if (score != null) {
210 LocalityGroup centre = null;
326 if ((owner = getGroup(child, cpuid)) != null)
330 return (null);
/illumos-gate/usr/src/cmd/power/
H A Dsvc-power86 /usr/sbin/uadmin 3 2 2>/dev/null
98 /usr/sbin/pmconfig -r >/dev/null 2>/dev/null
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmFindFrame.java44 JLabel statusText = null;
45 pmButton okButton = null;
46 pmButton cancelButton = null;
47 pmButton helpButton = null;
48 pmTop theTop = null;
219 public pmTextField printerName = null;
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/
H A DTestGetAggregate.java63 aggregate = consumer.getAggregate(included, null);
67 if (aggregate.getAggregation(name) == null) {
104 aggregate = consumer.getAggregate(null, cleared);
110 aggregate = consumer.getAggregate(null, cleared);
233 } while (includedStatus == null);
243 } while (clearedStatus == null);
/illumos-gate/usr/src/cmd/svc/milestone/
H A Dnet-physical73 $SMF_FMRI 2> /dev/null`
124 /sbin/dladm show-iptun -P $intf > /dev/null 2>&1
140 /sbin/dladm show-link -Pp $intf > /dev/null 2>&1
164 interface_names="`echo /etc/hostname.*[0-9] 2>/dev/null`"
198 interface_names="`echo /etc/hostname6.*[0-9] 2>/dev/null`"
252 if /sbin/ifconfig $1 inet >/dev/null 2>&1; then
267 /sbin/wificonfig -i $1 startconf >/dev/null
283 if /sbin/ifconfig $1 inet6 >/dev/null 2>&1; then
337 /sbin/ifconfig $intf unplumb > /dev/null 2>&1
338 /sbin/ifconfig $intf inet6 unplumb > /dev/null
[all...]
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dcmp_ca.sh68 if (! $DIFF $WSDIR/$WSSRC/$i $ACSRC/$i > /dev/null )
85 if (! $DIFF $WSDIR/$WSHDR/$i $ACINC/$i > /dev/null )
121 if (! $DIFF $WSDIR/$WSSRC/changes.txt $ACDIR/changes.txt > /dev/null )
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DFlow.java90 return (newInstance != null && oldInstance != null &&
126 * is {@code null}
142 * @return non-null flow kind indicating direction of flow (entry or
205 if (kind == null) {
206 throw new InvalidObjectException("kind is null");
H A DKernelSymbolRecord.java65 return (newInstance != null && oldInstance != null &&
100 * @throws NullPointerException if the given lookup value is {@code null}
113 if (symbol == null) {
114 throw new NullPointerException("symbol is null");
122 * @return non-null address lookup in the format defined by the
159 * @return non-null value of the symbol's kernel address
H A DProbe.java66 return (newInstance != null && oldInstance != null &&
90 * null} indicating that the information could not be obtained
92 * {@code null}
105 if (description == null) {
106 throw new NullPointerException("description is null");
114 * @return non-null probe description matching a single probe on the
128 * #getDescription()}, or {@code null} if that information could not
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DDecisionHistory.java89 decision + ")" + (o == null ? "" : " (displaced " + o +
111 if (decisionKey != null) {
114 if (decision != null) {
178 return (null);
291 if (dateFormatter == null)
358 .getComponents(null).toString();
360 .getComponents(null).toString();
361 toPsetSize = move.getTo().getComponents(null)
469 if (current != null) {
471 if (past != null)
[all...]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/misc/
H A Dtst.include.ksh49 if $CC $CFLAGS -o $cofile $cfile >/dev/null 2>&1; then
51 >/dev/null 2>$errfile <<EOF
66 rm -f $cofile $cfile 2>/dev/null
/illumos-gate/usr/src/cmd/sendmail/cf/sh/
H A Dcheck-hostname.sh70 for host in `nslookup $1 2>/dev/null | \
98 set -- `grep "^$myipaddr[ ]" /etc/hosts 2>/dev/null`
117 # Fall back to the NIS domain, minus the first label. If it is non-null,
180 realdomain=`awk '$1 ~ /^domain/ {print $2}' 2>/dev/null < /etc/resolv.conf`
/illumos-gate/usr/src/cmd/avs/rdc/etc/
H A Drdc.sh73 count=`$SVCS -o STATE -D $1 2>>/dev/null | grep "^online" | wc -l`
81 $SVCS -D $1 2>>/dev/null | grep "^online"
89 $SVCS -D $1 2>>/dev/null | grep "^online"
/illumos-gate/usr/src/cmd/tail/tests/
H A Dtailtests.sh194 $PROG -f $follow > $out 2> /dev/null &
211 $PROG -f $follow > $out 2> /dev/null &
230 $PROG -f $follow > $out 2> /dev/null &
250 $PROG -f $follow > $out 2> /dev/null &
269 $PROG -f $follow > $out 2> /dev/null &
290 $PROG -F $follow > $out 2> /dev/null &
310 $PROG -F $follow > $out 2> /dev/null &
337 $PROG -f $follow $moved > $out 2> /dev/null &
377 cat /dev/null > $follow
386 system("cat /dev/null >
[all...]
/illumos-gate/usr/src/cmd/th_tools/
H A Dth_script.sh49 [[ $1 -gt 0 ]] && kill $1 > /dev/null 2>&1
75 kill $2 > /dev/null 2>&1
104 th_manage $2 $3 get_handles >/dev/null 2>&1
/illumos-gate/usr/src/test/zfs-tests/tests/functional/history/
H A Dhistory_003_pos.ksh87 grep 'zpool create' $TMPFILE >/dev/null 2>&1 ||
90 grep 'zfs create' $TMPFILE >/dev/null 2>&1 &&
93 grep 'zfs set compress' $TMPFILE >/dev/null 2>&1 ||
/illumos-gate/usr/src/lib/libsaveargs/tests/functional/
H A Dtest.sh21 ./$prog >/dev/null &

Completed in 147 milliseconds

<<11121314151617181920>>