Searched defs:src (Results 1 - 5 of 5) sorted by relevance
/solaris-userland-s11u3/components/visual-panels/apache/src/java/vpanels/app/apache/com/oracle/solaris/vp/panels/apache/client/swing/ |
H A D | ApacheUtil.java | 8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE. 93 public static <T> void update(MutableProperty<T> src, argument 97 dest.setSavedValue(src.getSavedValue()); 100 dest.setValue(src.getValue()); 104 public static <T> void update(BasicSmfMutableProperty<T> src, argument 108 dest.setSavedValue(src.getFirstSavedValue()); 111 dest.setValue(src.getFirstValue());
|
/solaris-userland-s11u3/components/open-fabrics/libsif/include/psifapi/ |
H A D | psif_endian.h | 73 #define copy_convert(dest,src,n) { memcpy((void *)dest, (void const *)(src), n); wmb(); } 74 #define copy_convert_to_hw(dest,src,n) copy_convert(dest,src,n) 75 #define copy_convert_to_sw(dest,src,n) copy_convert(dest,src,n) 102 static inline void _copy_convert(void *dest, void const *src, size_t n) argument 107 const volatile u64 *sp = (const volatile u64 *) src; 115 static inline void _copy_convert_to_hw(volatile void *dest, void const *src, size_t n) argument 120 const u64 *sp = (const u64 *) src; 128 _copy_convert_to_sw(void *dest, volatile void const *src, size_t n) argument [all...] |
/solaris-userland-s11u3/components/visual-panels/usermgr/src/java/vpanels/app/usermgr/com/oracle/solaris/vp/panels/usermgr/client/swing/ |
H A D | Arranger.java | 8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE. 208 public void move(JTree src, JTree dst) { argument 211 TreePath selPath = src.getSelectionPath(); 218 moveLeaf(src, dst, node); 220 if (src == dstTree) { 234 private int matchChild(JTree src, argument 241 DefaultTreeModel srcModel = (DefaultTreeModel)src.getModel(); 268 public void moveLeaf(JTree src, JTree dst, DblTreeNode node) { argument 272 boolean expanded = src 284 initLeaf(JTree src, JTree dst, DblTreeNode node) argument [all...] |
H A D | SelPanel.java | 8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE. 158 public void move(JTree src, JTree dst) { argument 162 TreePath selPath = src.getSelectionPath(); 166 moveAll(src, dst); 171 moveLeaf(src, dst, node); 173 moveBranch(src, dst, node, true, true); 176 if (src == srcTree) { 249 private int matchChild(JTree src, argument 256 DefaultTreeModel srcModel = (DefaultTreeModel)src 283 moveBranch(JTree src, JTree dst, DblTreeNode parent, boolean top, boolean select) argument 288 initBranch(JTree src, JTree dst, DblTreeNode parent, boolean top, boolean select, boolean force) argument 362 moveLeaf(JTree src, JTree dst, DblTreeNode node) argument 372 initLeaf(JTree src, JTree dst, DblTreeNode node) argument 410 moveAll(JTree src, JTree dst) argument [all...] |
/solaris-userland-s11u3/components/open-fabrics/rds-tools/ |
H A D | rds.h | 395 struct in_addr src; member in struct:rds_reset
|
Completed in 36 milliseconds