Searched refs:null (Results 351 - 375 of 745) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPV1SAttrMsg.java51 // For creating null reply.
72 msg.makeReply(new Vector(), null);
101 serviceType = null;
110 URL = null;
177 (URL != null ? ("URL=``" + URL):
195 if (serviceType != null) {
H A DSrvLocHeader.java44 * specific subclass exists for the version number, null is returned
118 Vector previousResponders = null; // list of previous responders
119 Vector scopes = null; // list of scopes
200 if (hdrClass == null) {
201 return null;
216 return null;
268 return null;
292 Assert.slpassert((previousResponders != null),
548 if (s == null)
677 if (msgType == null) {
[all...]
H A DSunServerDATable.java72 private ServiceTable serviceTable = null; // SA table for regs.
73 private Vector saOnlyScopes = null; // Scopes for SA only.
180 if (formerAttrs != null && !(formerAttrs.size() <= 0)) {
207 null,
208 null);
215 InetAddress inetAddr = null;
222 if (addr != null) {
267 store.deregister(adURL, saOnlyScopes, null);
403 Vector retScopes = null;
H A DCSrvMsg.java100 if (auth != null) {
152 if (spiList != null && !spiList.isEmpty()) {
189 if (sig == null) {
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DAggregation.java88 return ((newInstance != null) && (oldInstance != null) &&
126 * records is {@code null}
158 if (name == null) {
159 throw new NullPointerException("name is null");
224 if (map.put(key, record) != null) {
280 * {@code key} is {@code null} or empty.
288 * @return the record associated with the given key, or {@code null}
294 if (key == null) {
H A DInterfaceAttributes.java76 return (newInstance != null && oldInstance != null &&
333 * @throws NullPointerException if any parameter is {@code null}
350 * @throws NullPointerException if any parameter is {@code null}
370 if (nameStability == null) {
371 throw new NullPointerException("nameStability is null");
373 if (dataStability == null) {
374 throw new NullPointerException("dataStability is null");
376 if (dependencyClass == null) {
377 throw new NullPointerException("dependencyClass is null");
[all...]
H A DUserSymbolRecord.java65 return (newInstance != null && oldInstance != null &&
102 * @throws NullPointerException if the given lookup value is {@code null}
117 if (symbol == null) {
118 throw new NullPointerException("symbol is null");
137 * @return non-null address lookup in the format defined by the
174 * @return non-null composite value of the symbols's process ID and
309 return (newInstance != null && oldInstance != null &&
H A DProbeData.java163 * Option#flowindent flowindent} option used, {@code null} otherwise
167 * list of records is {@code null}
185 if (enabledProbeDescription == null) {
187 "enabled probe description is null");
189 if (records == null) {
190 throw new NullPointerException("record list is null");
218 // trace() value is preceded by one null for every D program
223 Record rec = null;
224 for (; ((rec = nativeElements.get(i)) == null) && (i < len); ++i);
235 Record rec = null;
[all...]
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DResourceMonitor.java68 this(null, 50);
98 List candidates = target.getComponents(null);
146 if (this.target != null)
173 if (stat != null)
220 return (null);
/illumos-gate/usr/src/lib/brand/solaris10/zone/
H A Dcommon.ksh220 /usr/sbin/zfs list -H -o name $ZONEPATH_DS/ROOT >/dev/null 2>&1
229 >/dev/null 2>&1
231 >/dev/null 2>&1
235 zfs list -H -o name $ACTIVE_DS >/dev/null 2>&1
240 zfs set canmount=noauto $ACTIVE_DS >/dev/null 2>&1
241 zfs inherit mountpoint $ACTIVE_DS >/dev/null 2>&1
242 zfs inherit zoned $ACTIVE_DS >/dev/null 2>&1
300 >/dev/null 2>&1
350 -S "$SOURCE" >/dev/null 2>&1
377 $STCLIENT -d -i "$INSTANCE_UUID" >/dev/null
[all...]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/
H A Dacl_common.kshlib101 diff $tmpsrc $tmptgt > /dev/null 2>&1
111 diff $tmpsrc $tmptgt > /dev/null 2>&1
169 diff $tmpsrc $tmptgt > /dev/null 2>&1
188 ls -ld $obj | awk '{print $1}' | grep "+\>" > /dev/null
205 ls -vd $obj | nawk '(NR == 1) {print $1}' | grep "+\>" > /dev/null
370 chgusr_exec $user ls -l $node > /dev/null 2>&1
377 /dev/null 2>&1
380 chgusr_exec $user find $node > /dev/null 2>&1
386 chgusr_exec $user cat $node > /dev/null 2>&1
390 /dev/null
[all...]
/illumos-gate/usr/src/grub/grub-0.97/
H A Dconfig.status.solaris16 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
22 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
28 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
55 if expr a : '\(a\)' >/dev/null 2>&1; then
61 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
73 . : '\(.\)' 2>/dev/null ||
94 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
105 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
145 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
147 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; the
[all...]
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dattributes.sh39 (r=newval) 2> /dev/null && err_exit readonly attribute fails
98 (typeset + ) > /dev/null 2>&1 || err_exit 'typeset + not working'
99 (typeset -L-5 buf="A" 2>/dev/null)
201 if env '!=1' >/dev/null 2>&1
202 then [[ $(env '!=1' $SHELL -c 'echo ok' 2>/dev/null) == ok ]] || err_exit 'malformed environment terminates shell'
209 if command typeset -usi var=0xfffff 2> /dev/null
213 [[ $($SHELL -c 'unset foo;typeset -Z2 foo; print ${foo:-3}' 2> /dev/null) == 3 ]] || err_exit '${foo:-3} not 3 when typeset -Z2 field undefined'
214 [[ $($SHELL -c 'unset foo;typeset -Z2 foo; print ${foo:=3}' 2> /dev/null) == 03 ]] || err_exit '${foo:=-3} not 3 when typeset -Z2 foo undefined'
226 [[ $($SHELL -c 'typeset -r IFS=;print -r $(pwd)' 2> /dev/null) == "$(pwd)" ]] || err_exit 'readonly IFS causes command substitution to fail'
302 } 2> /dev/null || err_exi
[all...]
H A Dfunctions.sh84 typeset -f foobar>/dev/null && err_exit "typeset -f has incorrect exit status"
103 if [[ $(abc 2>/dev/null) != hi ]]
154 /tmp > /dev/null 2>&1
222 if [[ $(foobar 2>/dev/null) != foo ]]
231 ( foobar ) 2> /dev/null || err_exit "cannot unset readonly variable in function"
232 if $SHELL -n 2> /dev/null <<-!
248 if [[ $( (winpath --man 2>/dev/null); print ok) != ok ]]
251 if [[ $( (winpath -z 2>/dev/null); print ok) != ok ]]
260 if [[ $(x x=y 2>/dev/null) != x=y ]]
394 } > /dev/null
[all...]
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmHelpDetailPanel.java60 this(null, new Point(0, 0));
131 if (controller.frame.dismiss != null)
141 if (controller.frame.dismiss != null)
225 if (tag == null ||
226 (item = pmHelpRepository.helpItemForTag(tag)) == null) {
229 return null;
272 seeAlsoPanel.setItems(null);
281 pmHelpDetailPanel parentPanel = null;
282 Vector seeAlsoItems = null;
283 JComboBox theComboBox = null;
[all...]
H A DpmLoad.java53 pmTop mytop = null;
56 pmButton okButton = null;
57 pmButton cancelButton = null;
58 pmButton resetButton = null;
59 pmButton helpButton = null;
97 if (mytop.nisns != null)
100 if (mytop.ldapns != null)
H A DpmOther.java50 pmButton okButton = null;
51 pmButton cancelButton = null;
52 pmButton helpButton = null;
55 this(f, title, msg, null, null);
148 if (theTop != null && theTag != null) {
H A DpmHelpSearchPanel.java136 if (controller.frame.dismiss != null)
172 JList resultList = null;
173 pmButton selectButton = null;
174 pmHelpSearchPanel parentPanel = null;
301 pmHelpSearchPanel parentPanel = null;
338 Vector v = null;
339 StringTokenizer st = null;
341 if (s != null) {
349 if (v != null && v.size() != 0) {
392 if (pmHelpSearchQueryPanel.this.search != null)
[all...]
/illumos-gate/usr/src/cmd/avs/dscfg/
H A Ddscfgadm.sh129 # must set here, else seen as null in MAIN
242 DEVICE_GROUPS=`$DSCFG -s $FILE_LOC -l 2>/dev/null | \
246 $DSCFG -D $x 2>/dev/null
370 dd if=$1 of=$TMP_FILE count=1 iseek=$offset 2>/dev/null
371 FILECONTENTS=`strings $TMP_FILE | head -1 2>/dev/null`
463 $DSCFG -s "$FILE_LOC" -C $CTAG_NULL >/dev/null 2>&1
700 echo y | ${DSCFG} -i > /dev/null 2>&1
701 ${DSCFG} -i -p ${PCONFIG} > /dev/null 2>&1
731 ${DSCFG} -s ${FILE_LOC} -C $CTAG_NULL > /dev/null 2>&1
732 echo y | ${DSCFG} -i -C $CTAG_NULL > /dev/null
[all...]
/illumos-gate/usr/src/grub/grub-0.97/util/
H A Dgrub-install.in149 if echo $tmp_part | grep "^s" >/dev/null; then
155 if echo $tmp_part | grep "[a-g]$" >/dev/null; then
163 if echo $tmp_part | grep "^s" >/dev/null; then
169 if echo $tmp_part | grep "[a-h]$" >/dev/null; then
177 if echo $tmp_part | grep "^[abe-p]$" >/dev/null; then
342 if grep "Error [0-9]*: " $log_file >/dev/null; then
433 if grep "Error [0-9]*: " $log_file >/dev/null; then
435 elif cmp $file $img_file >/dev/null; then
460 if grep "Error [0-9]*: " $log_file >/dev/null || test $debug = yes; then
/illumos-gate/usr/src/cmd/tail/tests/
H A Dsun_solaris_tail.sh49 kill -0 ${1} 2>/dev/null && return 0
313 #$SHELL -o errexit -c 'builtin tail ; print "hello" | tail --attack_of_chicken_monsters' >/dev/null 2>&1
429 kill -KILL ${tailchild} 2>/dev/null
430 #kill -TERM ${tailchild} 2>/dev/null
435 kill -KILL ${tailchild} 2>/dev/null
438 wait ${tailchild} 2>/dev/null
473 kill -KILL ${tailchild} 2>/dev/null
474 #kill -TERM ${tailchild} 2>/dev/null
479 kill -KILL ${tailchild} 2>/dev/null
482 wait ${tailchild} 2>/dev/null
[all...]
/illumos-gate/usr/src/cmd/power/
H A Dsysidpm.sh99 grep -s "$SHUTDOWN_PATTERN" $PWR_CONF > /dev/null
118 grep -s "$SHUTDOWN_PATTERN" $PWR_CONF > /dev/null
299 prtconf -vp | grep -s -w ${ESTAR_PROP} > /dev/null
/illumos-gate/usr/src/cmd/initpkg/
H A Dshutdown.sh141 trap "rm $nologin >/dev/null 2>&1 ;exit 1" 1 2 15
182 rm $nologin >/dev/null 2>&1
205 rm $nologin >/dev/null 2>&1
231 /usr/bin/kill $pid1 $pid2 > /dev/null 2>&1
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/helptools/
H A DparseMain.java29 BufferedWriter theWriter = null;
30 String theTag = null;
93 if (tag != null) {
101 if (title != null) {
109 if (seealso != null) {
117 if (keywords != null) {
125 if (content == null)
181 Tag theTag = null;
225 String rv = null;
249 Tag rv = null;
[all...]
/illumos-gate/usr/src/cmd/tsol/labeld/
H A Dsvc-labeld188 $PAM_DEST >/dev/null 2>&1
198 $PAM_DEST >/dev/null 2>&1
233 grep '^[a-z].*pam_tsol_account' $PAM_DEST > /dev/null 2>&1
258 grep "set sys_labeling=1" ${ROOT_PATH}/etc/system > /dev/null 2>&1
287 inst=`/usr/bin/svcprop -p labeld/svctag_inst $SMF_FMRI 2>/dev/null`
290 /usr/bin/stclient -g -i $inst -r $ROOTDIR >/dev/null 2>&1
335 inst=`/usr/bin/svcprop -p labeld/svctag_inst $SMF_FMRI 2>/dev/null`
352 if /usr/bin/pgrep -x -u 0 -P 1 labeld >/dev/null 2>&1; then
387 grep "^set sys_labeling=1" ${ROOT_PATH}/etc/system > /dev/null 2>&1
411 grep "^set sys_labeling=1" ${ROOT_PATH}/etc/system > /dev/null
[all...]

Completed in 93 milliseconds

<<11121314151617181920>>