Searched refs:null (Results 101 - 125 of 269) sorted by relevance

1234567891011

/osnet-11/usr/src/grub/grub2/build-aux/
H A Dconfig.guess107 trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ;
108 trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ;
110 { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
119 if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then
133 if (test -f /.attbin/uname) >/dev/null 2>&1 ; then
137 UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown
138 UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
139 UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTE
[all...]
/osnet-11/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
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
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) {
H A DAssert.java68 if (obj == null) {
H A DCDAAdvert.java51 ServiceURL URL = null; // The DA's service URL
54 Hashtable authBlock = null; // Scope auth blocks.
55 String spis = null; // Supported SPIs
142 if (authBlock != null) {
H A DSDAAdvert.java72 this.hdr.previousResponders = null; // we don't want this around.
148 null,
156 if (spiList != null && !spiList.isEmpty()) {
172 Hashtable auth = null;
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.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dgroups.t56 if (($groups = `id -a 2>/dev/null`) ne '') {
61 if (($groups = `id -Gn 2>/dev/null`) ne '') {
66 if (($groups = `groups 2>/dev/null`) ne '') {
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
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...]
H A DDataEvent.java53 * null}
66 if (probeData == null) {
67 throw new NullPointerException("probe data is null");
74 * @return non-null probe data generated by DTrace from a single
H A DDropEvent.java51 * @throws NullPointerException if the given drop is {@code null}
64 if (drop == null) {
65 throw new NullPointerException("drop is null");
72 * @return non-null drop information generated by DTrace
H A DErrorEvent.java53 * @throws NullPointerException if the given error is {@code null}
66 if (error == null) {
67 throw new NullPointerException("error is null");
74 * @return non-null error reported by DTrace
H A DProcessEvent.java55 * null}
68 if (processState == null) {
69 throw new NullPointerException("process state is null");
76 * @return non-null process state
/osnet-11/usr/src/lib/libsecdb/common/
H A Di.rbac60 if egrep "$phrase" "$1" > /dev/null 2>&1; then
94 if egrep "$phrase" "$1" > /dev/null 2>&1; then
/osnet-11/usr/src/grub/grub2/grub-core/
H A Dgenemuinitheader.sh46 if ${nm} --defined-only -P -p ${line} | grep grub_mod_init > /dev/null; then
49 if ${nm} --defined-only -P -p ${line} | grep grub_mod_fini > /dev/null; then
/osnet-11/usr/src/lib/brand/solaris/zone/
H A Dattach.ksh136 ls "$OPTARG" >/dev/null 2>&1
141 c) ls "$OPTARG" >/dev/null 2>&1
149 ls "$OPTARG" >/dev/null 2>&1
207 2>/dev/null | while IFS='$\t' read name candidate ; do
H A Dboot.ksh52 LC_ALL=C $PKG -R "$ZONEROOT" list pkg:///system/core-os >/dev/null
H A Dp2v.ksh147 >>$SMF_UPGRADE" </dev/null
152 >>$SMF_UPGRADE" </dev/null
158 >>$SMF_UPGRADE" </dev/null
172 "echo /usr/sbin/svcadm disable $i >>$SMF_UPGRADE" </dev/null
184 $PKG info $i >/dev/null 2>&1
191 /usr/bin/pkg -R /a uninstall -r $i </dev/null >&2 || \
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/
H A Dinstall36 if print "$loc" | grep '^[./]*$' > /dev/null; then
45 if print "$loc" | grep '[^a-zA-Z0-9_.-/]' > /dev/null; then
/osnet-11/usr/src/lib/brand/solaris10/cmd/
H A Ds10_net_physical.sh100 interface_names="`echo /etc/hostname.*[0-9] 2>/dev/null`"
137 interface_names="`echo /etc/hostname6.*[0-9] 2>/dev/null`"
186 if /sbin/ifconfig $1 inet >/dev/null 2>&1; then
206 if /sbin/ifconfig $1 inet6 >/dev/null 2>&1; then
243 </etc/hostname.$1 >/dev/null
259 </etc/hostname6.$1 >/dev/null &&
288 </etc/hostname.$1 >/dev/null
314 </etc/hostname6.$1 >/dev/null &&
326 interface_names="`echo /etc/dhcp.*[0-9] 2>/dev/null`"
389 hostname="`shcat /etc/nodename 2>/dev/null`"
[all...]
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dmdate-sh64 if ls -L /dev/null 1>/dev/null 2>&1; then
153 if (expr $nummonth \> $nummonthtod) > /dev/null;
/osnet-11/usr/src/grub/grub-0.97/
H A Dinstall-sh282 { $doit $mvcmd -f "$dsttmp" "$dstdir/$dstfile" 2>/dev/null \
295 $doit $rmcmd -f "$dstdir/$dstfile" 2>/dev/null \
296 || $doit $mvcmd -f "$dstdir/$dstfile" "$rmtmp" 2>/dev/null \
H A Dmissing124 if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
305 if (gnutar --version > /dev/null 2>&1); then
308 if (gtar --version > /dev/null 2>&1); then

Completed in 29 milliseconds

1234567891011