Searched refs:null (Results 226 - 250 of 745) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/svc/shell/
H A Dsendmail_include.sh37 if echo $1 | egrep '^([0-9]*[1-9][0-9]*[smhdw])+$' >/dev/null 2>&1; then
47 kill -0 $PID > /dev/null 2>&1
85 info=`svcprop -p config/include_info $SMF_FMRI 2>/dev/null`
/illumos-gate/usr/src/test/os-tests/tests/secflags/
H A Dsecflags_core.sh26 kill $pid >/dev/null 2>&1
34 gcore $pid >/dev/null
50 wait $pid >/dev/null 2>&1
H A Dsecflags_elfdump.sh26 kill $pid >/dev/null 2>&1
34 gcore $pid >/dev/null
58 wait $pid >/dev/null 2>&1
/illumos-gate/usr/src/test/zfs-tests/tests/functional/casenorm/
H A Dcasenorm.kshlib53 rm $name >/dev/null 2>&1
68 zlook -l $TESTDIR $name >/dev/null 2>&1
75 zlook -il $TESTDIR $name >/dev/null 2>&1
/illumos-gate/usr/src/test/zfs-tests/tests/functional/history/
H A Dhistory_006_neg.ksh70 log_must zfs list $fs > /dev/null
71 log_must zfs get mountpoint $fs > /dev/null
76 log_must zfs send -i $snap1 $snap2 > /dev/null
/illumos-gate/usr/src/test/zfs-tests/tests/functional/slog/
H A Dslog.kshlib54 zpool status -xv $pool > /dev/null 2>&1
57 zpool iostat > /dev/null 2>&1
64 zpool iostat -v 1 3 > /dev/null
/illumos-gate/usr/src/test/zfs-tests/tests/functional/snapshot/
H A Dsnapshot_008_pos.ksh59 log_must rm -rf $TESTDIR/* > /dev/null 2>&1
67 log_must rm -rf $TESTDIR/* > /dev/null 2>&1
85 log_must rm -rf $TESTDIR/file$i > /dev/null 2>&1
H A Dsnapshot_013_pos.ksh58 log_must rm -rf $TESTDIR/* > /dev/null 2>&1
74 log_must rm -rf $TESTDIR/* > /dev/null 2>&1
89 zfs send $snapfs | zfs receive $ctrfs >/dev/null 2>&1
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DPoold.java396 * @param consoleSeverity If non-null, indicates that
426 if (consoleSeverity == null || loggingDebugging) {
449 if (consoleSeverity != null) {
462 ConsoleHandler ch = null;
464 null; i++)
472 if (ch == null) {
509 String newLogSeverityName = null;
527 assert(newLogSeverity != null);
538 Handler newLogHandler = null;
553 if (handler != null) {
[all...]
H A DExpression.java97 Expression exp = null;
102 if ((exp = KVOpExpression.valueOf(raw)) == null)
103 if ((exp = KVExpression.valueOf(raw)) == null)
105 if (exp == null)
252 KVOpExpression exp = null;
259 if (m.group(2) != null)
428 KVExpression exp = null;
434 if (m.group(2) != null)
579 KExpression exp = null;
585 if (m.group(2) != null)
[all...]
H A DSystemMonitor.java98 private Date lastSampleTime = null;
106 this(null);
175 ResourceMonitor mon = null;
178 List compList = res.getComponents(null);
234 if (start == null)
252 if (kstat == null)
261 if (value == null)
264 if (statsv[i] == null)
318 DoubleStatistic util = null;
362 if (rm == null)
[all...]
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmTop.java57 static private pmTop myTop = null;
58 static private pmHelpFrame helpFrame = null;
59 static private pmAboutBox aboutBox = null;
60 static private pmLogDisplay commandLog = null;
61 static private pmFindFrame findFrame = null;
81 JMenuItem modifyMenuItem = null;
82 JMenuItem deleteMenuItem = null;
90 NameService ns = null;
91 NameService nisns = null;
92 NameService systemns = null;
[all...]
H A DpmLogin.java47 private pmTop theTop = null;
48 private String theTag = null;
49 private JFrame theFrame = null;
51 protected pmButton okButton = null;
52 protected pmButton cancelButton = null;
53 protected pmButton helpButton = null;
56 this(f, title, msg, null, null);
269 if (theTag != null && theTop != null) {
[all...]
H A DpmUtility.java55 String keyvalue = null;
56 ResourceBundle bundle = null;
77 String keyvalue = null;
78 ResourceBundle bundle = null;
100 String s = null;
101 ResourceBundle bundle = null;
118 if (s != null) {
H A DpmAuthOptions.java49 pmAuthMessage o = new pmAuthMessage(null,
70 pmAuthLogin d = new pmAuthLogin(null,
86 pmOKCancelDialog m = new pmOKCancelDialog(null,
111 private String theTag = null;
113 protected pmButton okButton = null;
114 protected pmButton cancelButton = null;
170 String hostname = null;
275 public JPasswordField passwordField = null;
283 private String theTag = null;
285 protected pmButton authButton = null;
[all...]
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Doptions.sh56 print $'(print -u1 aha) &>/dev/null\n(print -u2 aha) &>/dev/null' > $env
63 got=$($SHELL -E -c : 2>/dev/null)
67 err_exit "\$ENV file &>/dev/null does not redirect stdout -- expected '', got $got"
69 got=$($SHELL -E -c : 2>&1 >/dev/null)
73 err_exit "\$ENV file &>/dev/null does not redirect stderr -- expected one diagnostic line, got $got"
159 if command set -G 2> /dev/null
190 [[ $(HOME=$PWD $SHELL -l </dev/null 2>&1) == *$t* ]] &&
192 [[ $(HOME=$PWD $SHELL --login </dev/null 2>&1) == *$t* ]] &&
194 [[ $(HOME=$PWD $SHELL --login-shell </dev/null
[all...]
H A Dnameref.sh104 typeset +n foo bar 2> /dev/null
122 } 2> /dev/null && err_exit "self reference not detected"
138 foobar 2> /dev/null || err_exit 'nameref not unsetting previous reference'
145 ) 2> /dev/null|| err_exit 'nameref short to longname compound assignment error'
221 local 2> /dev/null || err_exit 'function local has non-zero exit status'
241 $SHELL -c 'function bar { nameref x=foo[++];};typeset -A foo;bar' 2> /dev/null ||err_exit 'nameref of associative array tries to evaluate subscript'
242 i=$($SHELL -c 'nameref foo=bar; bar[2]=(x=3 y=4); nameref x=foo[2].y;print -r -- $x' 2> /dev/null)
244 [[ $($SHELL 2> /dev/null <<- '+++EOF'
260 do [[ $($SHELL 2> /dev/null <<- ++EOF++
293 foo=1 bar=2;a) == $'1\n2' ]] 2> /dev/null || err_exi
[all...]
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceLocationAttribute.java78 Vector values = null;
79 String id = null;
92 * is a keyword attribute, then values_in should be null.
95 * an argument is null or syntactically incorrect.
104 if (values_in != null &&
105 values_in.size() > 0) { // null, empty indicate keyword attribute.
131 if (exp == null || exp.length() <= 0) {
175 Class vecClass = null;
220 Object o = null;
264 * @return A vector of attribute values, or null i
[all...]
H A DServerDATable.java65 protected static ActiveDiscoverer activeDiscoverer = null;
91 ServerDATable table = null;
99 if (daTable != null) {
197 // Only remove if tags are null. Otherwise, the updated record
200 if (smsg.tags == null) {
222 if (daRecs == null) {
277 InetAddress addr = null;
303 if (advert.authBlock != null) {
386 InetAddress addr = null;
403 ServiceTable serviceTable = null;
[all...]
H A DUARequester.java53 private static SLPConfig config = null;
54 private static DATable dat = null;
62 if (config == null) {
66 if (dat == null) {
97 * null or syntactically incorrect.
113 null,
114 null,
188 Vector serviceURLs = null;
219 * attributes. A null value means return all
231 * null o
[all...]
H A Dslpd.java98 private ResourceBundle bundle = null;
111 if (parent != null) {
117 URL[] urls = null;
129 bundle = bundle != null ?
137 Object ret = null;
175 private TextArea taLog = null;
229 getMessageBundleInternal(Locale.getDefault(), null);
252 configFile = null;
271 if (configFile != null) {
301 getMessageBundleInternal(Locale.getDefault(), null);
[all...]
/illumos-gate/usr/src/cmd/allocate/
H A Dst_clean.sh115 if mt -f $DEVFILE status 2>&1 | grep "no tape loaded" >/dev/null ; then
127 if echo $x | grep "no tape loaded" >/dev/null ; then
156 if mt -f $DEVFILE status 2>&1 | grep "no tape loaded" > /dev/null ; then
162 if mt -f $DEVFILE status 2>&1 | grep "no tape loaded" > /dev/null ; then
179 if echo $x | grep "no tape loaded" > /dev/null ; then
/illumos-gate/usr/src/cmd/spell/
H A Dspell.sh37 V_SPELL=/dev/null
95 if LOCAL=`expr $A : '+\(.*\)' 2>/dev/null`;
122 comm -23 - ${LOCAL:-/dev/null} |\
124 /usr/bin/who am i >>$H_SPELL 2>/dev/null
126 /dev/null)
/illumos-gate/usr/src/cmd/svc/milestone/
H A Dmanifest-import88 nw=`/lib/svc/bin/mfstscan $smfmfiles 2>&1 1>/dev/null`
121 gh=`/usr/bin/svcprop -p ${gn}/md5sum smf/manifest 2>/dev/null`
126 glh=`/usr/bin/svcprop -p ${gln}/md5sum smf/manifest 2>/dev/null`
132 plh=`/usr/bin/svcprop -p ${pln}/md5sum smf/manifest 2>/dev/null`
140 2>/dev/null`
240 grep "Loaded .*. smf(5) service descriptions" $logf > /dev/null 2>&1
246 grep "smf(5) service descriptions failed to load" $logf > /dev/null 2>&1
285 if /usr/bin/svcprop -p $prof smf/manifest >/dev/null 2>&1
374 /usr/sbin/svccfg delete -f $fmri >/dev/null 2>&1
376 /usr/sbin/svccfg delhash -d $mfst >/dev/null
[all...]
/illumos-gate/usr/src/cmd/iscsid/
H A Discsi-initiator67 /usr/sbin/fsck -F $2 -m $1 >/dev/null 2>&1
120 /usr/bin/grep " $mountp " /etc/mnttab >/dev/null \
137 /usr/sbin/fsck -m -F $fstype $fsckdev >/dev/null 2>&1
163 /usr/bin/grep " $iscsilun " /etc/mnttab >/dev/null 2>&1
185 /usr/bin/grep " $mountp " /etc/mnttab >/dev/null 2>&1

Completed in 133 milliseconds

1234567891011>>