Home
last modified time | relevance | path

Searched refs:cast (Results 1 – 25 of 28) sorted by relevance

12

/titanic_50/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DProbeData.java198 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 DTuple.java277 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_50/usr/src/cmd/sgs/include/
H A Dsgs.h108 #define CAST_PTRINT(cast, value) ((cast)(uintptr_t)value) argument
110 #define CAST_PTRINT(cast, value) ((cast)value) argument
/titanic_50/usr/src/lib/libdns_sd/java/i386/
H A DMakefile31 CPPFLAGS += -_gcc=-Wno-pointer-to-int-cast -_gcc=-Wno-int-to-pointer-cast
/titanic_50/usr/src/lib/libdns_sd/java/sparc/
H A DMakefile31 CPPFLAGS += -_gcc=-Wno-pointer-to-int-cast -_gcc=-Wno-int-to-pointer-cast
/titanic_50/usr/src/head/
H A Dapptrace.h67 #define ABI_CALL_REAL(lib, sym, cast) \ argument
68 (cast __abi_ ## lib ## _ ## sym ## _sym.a_real)
/titanic_50/usr/src/uts/common/os/
H A Dprivs.awk370 cast="((const char *)"
381 print pdef[i] cast "\"" privs[i] "\")\n" > pubhfile
389 print sdef[i] cast "\"" sets[i] "\")\n" > pubhfile
/titanic_50/usr/src/lib/libmd5/common/
H A Dmapfile-vers40 # This file declares interfaces that are cast in stone.
/titanic_50/usr/src/lib/libaio/common/
H A Dmapfile-vers41 # This file declares interfaces that are cast in stone.
/titanic_50/usr/src/lib/libc/sparc/sys/
H A Dsyscall.s67 sra %o0, 0, %i0 ! (int) cast
/titanic_50/usr/src/lib/librt/common/
H A Dmapfile-vers41 # This file declares interfaces that are cast in stone.
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_sp_verbs.c78 #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_50/usr/src/lib/libgss/
H A DREADME.spi68 is for "function." This is used to keep cast expressions short.
/titanic_50/usr/src/lib/libpthread/common/
H A Dmapfile-vers42 # This file declares interfaces that are cast in stone.
/titanic_50/usr/src/uts/common/smbsrv/ndl/
H A Dnetlogon.ndl396 * DWORD so they must be cast to get the correct value.
H A Dsamrpc.ndl201 * Note: cast compatible with smb_sid_t, and code depends on that.
/titanic_50/usr/src/lib/libthread/common/
H A Dmapfile-vers42 # This file declares interfaces that are cast in stone.
/titanic_50/usr/src/lib/libdtrace/common/
H A Dtcp.d.in263 * int64_t (since it is a probe argument) so explicitly cast it back to
/titanic_50/usr/src/cmd/dtrace/test/tst/common/java_api/src/
H A DTestBean.java574 return Program.File.class.cast(p); in getProgram$File()
/titanic_50/usr/src/lib/libast/common/
H A DRELEASE59 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_50/usr/src/lib/libast/common/features/
H A Dfloat7 tst ast_no_um2fm note{ no unsigned intmax => floatmax cast }end nolink{
/titanic_50/usr/src/cmd/ssh/doc/
H A DChangeLog447 fix cast; mouring@pconline.com
459 more cast fixes; from mouring@pconline.com
/titanic_50/usr/src/uts/intel/io/acpica/
H A Dchanges.txt744 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_50/usr/src/grub/grub-0.97/
H A DChangeLog2516 * stage2/boot.c (load_image): Don't cast entry_addr to an int, or
8547 * shared_src/cmdline.c (enter_cmdline): Explicitly cast
/titanic_50/usr/src/cmd/look/
H A Dwords3842 cast

12