/titanic_44/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
H A D | ProbeData.java | 198 Record r = Record.class.cast(o); in addDataElement() 237 SymbolValueRecord symbol = SymbolValueRecord.class.cast(rec); in addSymbolRecord() 239 KernelSymbolRecord.class.cast(symbol).setSymbol(lookupString); in addSymbolRecord() 241 UserSymbolRecord.class.cast(symbol).setSymbol(lookupString); in addSymbolRecord() 257 StackValueRecord stack = StackValueRecord.class.cast(rec); in addStackRecord() 260 KernelStackRecord.class.cast(stack).setStackFrames(frames); in addStackRecord() 262 UserStackRecord.class.cast(stack).setStackFrames(frames); in addStackRecord() 296 printa = PrintaRecord.class.cast(record); in getLastPrinta() 354 ScalarRecord scalar = ScalarRecord.class.cast(rec); in addExitRecord() 355 Integer exitStatus = Integer.class.cast(scalar.getValue()); in addExitRecord() [all …]
|
H A D | Tuple.java | 277 cmp = ProbeData.compareUnsigned(Comparable.class.cast(o1), in compareObjects() 278 Comparable.class.cast(o2)); in compareObjects() 286 byte[] a1 = byte[].class.cast(o1); in compareObjects() 287 byte[] a2 = byte[].class.cast(o2); in compareObjects()
|
/titanic_44/usr/src/cmd/sgs/include/ |
H A D | sgs.h | 108 #define CAST_PTRINT(cast, value) ((cast)(uintptr_t)value) argument 110 #define CAST_PTRINT(cast, value) ((cast)value) argument
|
/titanic_44/usr/src/lib/libdns_sd/java/i386/ |
H A D | Makefile | 31 CPPFLAGS += -_gcc=-Wno-pointer-to-int-cast -_gcc=-Wno-int-to-pointer-cast
|
/titanic_44/usr/src/lib/libdns_sd/java/sparc/ |
H A D | Makefile | 31 CPPFLAGS += -_gcc=-Wno-pointer-to-int-cast -_gcc=-Wno-int-to-pointer-cast
|
/titanic_44/usr/src/head/ |
H A D | apptrace.h | 67 #define ABI_CALL_REAL(lib, sym, cast) \ argument 68 (cast __abi_ ## lib ## _ ## sym ## _sym.a_real)
|
/titanic_44/usr/src/uts/common/os/ |
H A D | privs.awk | 370 cast="((const char *)" 381 print pdef[i] cast "\"" privs[i] "\")\n" > pubhfile 389 print sdef[i] cast "\"" sets[i] "\")\n" > pubhfile
|
/titanic_44/usr/src/lib/libmd5/common/ |
H A D | mapfile-vers | 40 # This file declares interfaces that are cast in stone.
|
/titanic_44/usr/src/lib/libaio/common/ |
H A D | mapfile-vers | 41 # This file declares interfaces that are cast in stone.
|
/titanic_44/usr/src/lib/libc/sparc/sys/ |
H A D | syscall.s | 67 sra %o0, 0, %i0 ! (int) cast
|
/titanic_44/usr/src/lib/librt/common/ |
H A D | mapfile-vers | 41 # This file declares interfaces that are cast in stone.
|
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ |
H A D | ecore_sp_verbs.c | 78 #define ECORE_LIST_FOR_EACH_ENTRY(pos, _head, _link, cast) \ argument 79 for (pos = (cast *)d_list_peek_head(_head); \ 81 pos = (cast *)d_list_next_entry(&pos->_link)) 92 #define ECORE_LIST_FOR_EACH_ENTRY_SAFE(pos, n, head, member, cast) \ argument 93 for (pos = (cast *)d_list_peek_head(head), \ 94 n = (pos) ? (cast *)d_list_next_entry(&pos->member) : NULL; \ 96 pos = (cast *)n, \ 97 n = (pos) ? (cast *)d_list_next_entry(&pos->member) : NULL) 104 #define ECORE_LIST_FIRST_ENTRY(head, cast, link) \ argument 105 (cast *)d_list_peek_head(head) [all …]
|
/titanic_44/usr/src/lib/libgss/ |
H A D | README.spi | 68 is for "function." This is used to keep cast expressions short.
|
/titanic_44/usr/src/lib/libpthread/common/ |
H A D | mapfile-vers | 42 # This file declares interfaces that are cast in stone.
|
/titanic_44/usr/src/uts/common/smbsrv/ndl/ |
H A D | netlogon.ndl | 380 * DWORD so they must be cast to get the correct value.
|
H A D | samrpc.ndl | 201 * Note: cast compatible with smb_sid_t, and code depends on that.
|
/titanic_44/usr/src/lib/libthread/common/ |
H A D | mapfile-vers | 42 # This file declares interfaces that are cast in stone.
|
/titanic_44/usr/src/lib/libdtrace/common/ |
H A D | tcp.d.in | 263 * int64_t (since it is a probe argument) so explicitly cast it back to
|
/titanic_44/usr/src/cmd/dtrace/test/tst/common/java_api/src/ |
H A D | TestBean.java | 574 return Program.File.class.cast(p); in getProgram$File()
|
/titanic_44/usr/src/lib/libast/common/ |
H A D | RELEASE | 59 09-06-19 include/shcmd.h: add sh_context(p) cast 239 06-12-04 sfio/sfcvt.c: fix (int) vs. (long) cast mismatches 613 03-04-03 features/float: add _ast_no_um2fm: no usinged intmax => floatmax cast 896 features/float: add another signed cast for old bsd cc 1533 fix dd_buf cast in dir/opendir.c 1572 fix stropt() pointer cast 1607 95-01-19 (char*)uchar cast in fmtesc()
|
/titanic_44/usr/src/lib/libast/common/features/ |
H A D | float | 7 tst ast_no_um2fm note{ no unsigned intmax => floatmax cast }end nolink{
|
/titanic_44/usr/src/cmd/ssh/doc/ |
H A D | ChangeLog | 447 fix cast; mouring@pconline.com 459 more cast fixes; from mouring@pconline.com
|
/titanic_44/usr/src/uts/intel/io/acpica/ |
H A D | changes.txt | 744 library functions to automatically cast input parameters. This mostly 1045 2) Fixed a cast warning 5039 operating systems. It is now up to the host OSL to cast the native 5869 acpixtract: Fixed a possible warning for pointer cast if the compiler 9573 available in the current compiler. Otherwise, the default (void *) cast
|
/titanic_44/usr/src/grub/grub-0.97/ |
H A D | ChangeLog | 2516 * stage2/boot.c (load_image): Don't cast entry_addr to an int, or 8547 * shared_src/cmdline.c (enter_cmdline): Explicitly cast
|
/titanic_44/usr/src/cmd/look/ |
H A D | words | 3842 cast
|