Searched refs:null (Results 276 - 300 of 745) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DAttributeDescriptor.java87 * KEYWORD null string, ""
108 * For keyword attributes returns null. For no allowed values
114 * null if the attribute is keyword.
120 return null;
129 * For keyword attributes returns null. For no allowed values
135 * null if the attribute is keyword.
141 return null;
317 (defaultValues == null ? "<null>":
323 (allowedValues == null
[all...]
H A DSSAAdvert.java64 Assert.slpassert(hdr != null,
123 null,
129 Hashtable auth = null;
164 if (auth != null) {
H A DURLAttributeVerifier.java79 InputStream is = null;
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DAggregationRecord.java63 return (newInstance != null && oldInstance != null &&
114 * {@code null}
129 if (tuple == null) {
130 throw new NullPointerException("key is null");
132 if (value == null) {
133 throw new NullPointerException("value is null");
144 * @return non-null, possibly empty tuple
161 * @return non-null value keyed to {@link #getTuple()}
H A DProgram.java86 if (consumerID == null) {
87 throw new NullPointerException("consumer ID is null");
110 * @return information about this compiled program, or {@code null}
165 * @return non-null contents of the given file as a string
172 if (programFile == null) {
173 return null;
233 if (file == null) {
234 throw new NullPointerException("file is null");
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dstrcat.s51 / to check if a 32-bit word data contains a null byte or not:
54 / that means the 32-bit word data contains a null byte.
62 / find a null byte in destination string
78 cmpq %r9, %rcx / if no null byte in this quadword
82 cmpb $0, (%rdi) / if a byte in (%rdi) is null
90 / %rdi points to a null byte in destination string
102 cmpq %r9, %rcx / if null byte in this quadaword
112 cmpb $0, %dl / compare %dl with a null byte
114 je .L6 / if %dl is a null, goto .L6
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dstrcat.s51 / to check if a 32-bit word data contains a null byte or not:
54 / that means the 32-bit word data contains a null byte.
61 / find a null byte in destination string
74 cmpl $0x80808080, %ecx / if no null byte in this word
78 cmpb $0, (%edi) / if a byte in (%edi) is null
86 / %edi points to a null byte in destination string
99 cmpl $0x80808080, %ecx / if null byte in this word
109 cmpb $0, %dl / compare %dl with a null byte
111 je .L6 / if %dl is a null, goto .L6
H A Dwschr.s49 testl %edx,%edx / is it null?
55 testl %edx,%edx / is it null?
61 testl %edx,%edx / is it null?
68 testl %edx,%edx / is it null?
/illumos-gate/usr/src/grub/grub-0.97/
H A Dmkinstalldirs77 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
90 if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 &&
/illumos-gate/usr/src/lib/brand/solaris10/zone/
H A Duninstall.ksh61 echo $options_repeat | grep $opt >/dev/null
64 ( echo $options_seen | grep $opt >/dev/null ) &&
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/cpc/
H A Derr.cpcvscpustatpart1.ksh56 script 2>/dev/null &
H A Derr.cputrackfailtostart.ksh55 script 2>/dev/null &
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/
H A DTestProbeDescription.java40 ProbeDescription p = null;
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/privs/
H A Dtst.providers.ksh29 if ! dtrace -P io -n BEGIN'{exit(0)}' > /dev/null 2>&1 ; then
40 grep D_PDESC_ZERO > /dev/null 2>&1 ; then
103 system("echo > /dev/null");
/illumos-gate/usr/src/cmd/bnu/
H A DUutry89 cp /dev/null $STATUS/${SYS} 2>/dev/null
/illumos-gate/usr/src/lib/libadt_jni/com/sun/audit/
H A DAuditSession.java129 sessionId = null;
133 sessionId = null;
137 sessionId = null;
162 // startSession), returns null.
180 exportedData = null;
/illumos-gate/usr/src/head/iso/
H A Dlocale_iso.h50 #include <sys/null.h>
/illumos-gate/usr/src/head/rpcsvc/
H A Ddbm.h41 #include <sys/null.h>
/illumos-gate/usr/src/test/os-tests/tests/secflags/
H A Dsecflags_truss.sh32 >/dev/null 2>output.$$
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_share/
H A Dzfs_share_005_pos.ksh75 share | grep $option > /dev/null 2>&1
H A Dzfs_share_007_neg.ksh66 share | grep $option > /dev/null 2>&1
H A Dzfs_share_009_neg.ksh66 share | grep $mpt >/dev/null 2>&1
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_upgrade/
H A Dzpool_upgrade_008_pos.ksh73 log_must zpool upgrade -V $ver_new $pool_name > /dev/null
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_user/zfs_list/
H A Dzfs_list_003_pos.ksh69 grep "^${fs}$" $tmpfile > /dev/null 2>&1
/illumos-gate/usr/src/test/zfs-tests/tests/functional/history/
H A Dhistory_001_pos.ksh89 zpool history $MPOOL > $OLD_HISTORY 2>/dev/null
92 zpool history $MPOOL > $TMP_HISTORY 2>/dev/null
96 >/dev/null 2>&1 || log_fail "Didn't find \"$cmd1\" in pool history"
98 >/dev/null 2>&1 || log_fail "Didn't find \"$cmd2\" in pool history"

Completed in 127 milliseconds

<<11121314151617181920>>