Searched refs:src (Results 1 - 25 of 101) sorted by relevance

12345

/solaris-userland-s11u3/components/open-fabrics/libsif/include/psifapi/
H A Dpsif_endian.h73 #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/open-fabrics/qperf/
H A DMakefile8 # 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.
46 (mkdir $(@D)/src ; cd $(@D)/src ; ln -s $(SOURCE_DIR)/src/help.txt ; \
47 ln -s $(SOURCE_DIR)/src/mkhelp ; ln -s $(SOURCE_DIR)/src/mkman)
/solaris-userland-s11u3/components/python/cssutils/
H A DMakefile8 # 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.
52 /usr/bin/find $(SOURCE_DIR)/src \
61 (cd $(SOURCE_DIR); cp -rp src src-$(PYTHON_VERSION) ; \
62 cd $(SOURCE_DIR)/src ; \
77 (cd $(SOURCE_DIR); $(RM) -r src ; $(CP) -rp src-$(PYTHON_VERSION) src )
/solaris-userland-s11u3/components/visual-panels/apache/src/java/vpanels/app/apache/com/oracle/solaris/vp/panels/apache/client/swing/
H A DApacheUtil.java8 * 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/tomcat/
H A DMakefile8 # 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.
32 COMPONENT_SRC= $(COMPONENT_SRC_NAME)-$(COMPONENT_VERSION)-src
36 COMPONENT_ARCHIVE_URL= http://www.apache.org/dist/tomcat/tomcat-6/v$(COMPONENT_VERSION)/src/$(COMPONENT_ARCHIVE)
40 COMPONENT_ARCHIVE_1= commons-dbcp-1.4-src.tar.gz
44 COMPONENT_ARCHIVE_2= commons-pool-1.5.7-src.tar.gz
/solaris-userland-s11u3/components/trousers/
H A DMakefile8 # 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.
55 for f in `ls src/include/tss/*.h` ; do \
58 for f in `ls src/include/trousers/*.h` ; do \
61 for f in `ls src/include/*.h` ; do \
66 $(AUTOMAKE) src/tspi/Makefile; \
76 # the src/tspi directory.
/solaris-userland-s11u3/components/jsl/
H A DMakefile8 # 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.
35 COMPONENT_ARCHIVE= $(COMPONENT_SRC)-src.tar.gz
48 COMPONENT_BUILD_ARGS += -f src/Makefile
53 COMPONENT_INSTALL_ARGS += -f src/Makefile
/solaris-userland-s11u3/components/visual-panels/usermgr/src/java/vpanels/app/usermgr/com/oracle/solaris/vp/panels/usermgr/client/swing/
H A DSelPanel.java8 * 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...]
H A DArranger.java8 * 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...]
/solaris-userland-s11u3/components/jansson/doc/html/_static/
H A Ddoctools.js190 var src = $(this).attr('src');
193 if (src.substr(-9) == 'minus.png')
194 $(this).attr('src', src.substr(0, src.length-9) + 'plus.png');
196 $(this).attr('src', src.substr(0, src.length-8) + 'minus.png');
/solaris-userland-s11u3/components/ejabberd/
H A DMakefile8 # 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.
49 (cd $(@D)/src ; PATH=$(PATH) $(AUTORECONF) -fiv)
51 CONFIGURE_SCRIPT = $(SOURCE_DIR)/src/configure
52 BUILD_DIR_64 = $(BUILD_DIR)/$(MACH64)/src
/solaris-userland-s11u3/components/rpm2cpio/
H A DMakefile8 # 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.
37 COMPONENT_SRC= src
/solaris-userland-s11u3/tools/
H A Duserland-fetch9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
15 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
105 src = None
108 src = urlopen(url)
114 if 3 <= int(src.getcode()/100) <= 5:
115 print "Error code: " + str(src.getcode())
119 filename = src.geturl().split('/')[-1]
125 src.close()
129 block = src.read()
134 src
[all...]
H A Duserland-mangler9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
15 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
188 def mangle_elf(manifest, action, src, dest):
208 def mangle_path(manifest, action, src, dest):
209 if elf.is_elf_object(src):
210 mangle_elf(manifest, action, src, dest)
213 ifp = open(src, 'r')
255 src = os.path.join(directory, path)
256 if os.path.isfile(src):
257 mangle_path(manifest, action, src, des
[all...]
/solaris-userland-s11u3/components/coolkey/test/
H A DMakefile8 # 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.
27 CFLAGS = -m64 -I../coolkey-1.1.0/src/coolkey
/solaris-userland-s11u3/components/libusb/wrapper/
H A DMakefile8 # 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.
29 COMPONENT_SRC= src
49 $(BUILD_DIR)/libusb-64.pc: src/libusb-64.pc
/solaris-userland-s11u3/components/rsync/
H A DMakefile8 # 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.
34 COMPONENT_ARCHIVE_URL= http://rsync.samba.org/ftp/rsync/src/$(COMPONENT_ARCHIVE)
/solaris-userland-s11u3/components/tree/
H A DMakefile8 # 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.
34 COMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)src/$(COMPONENT_ARCHIVE)
/solaris-userland-s11u3/components/visual-panels/core/src/java/lib/TimingFramework/
H A DMakefile8 # 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.
29 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)-src
/solaris-userland-s11u3/components/visual-panels/core/src/java/lib/swingx/
H A DMakefile8 # 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.
28 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)-src
/solaris-userland-s11u3/components/visual-panels/core/src/java/lib/
H A Dvisual-panels.mk8 # 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.
/solaris-userland-s11u3/components/php/php56/
H A Dphp56-metadata.mk8 # 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.
/solaris-userland-s11u3/components/php-5_3/
H A Dcleancr.mk8 # 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.
/solaris-userland-s11u3/components/python/pycountry/
H A DMakefile8 # 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.
46 cd $(SOURCE_DIR)/src/$(COMPONENT_NAME)/locales; \
/solaris-userland-s11u3/components/ncftp/
H A DMakefile8 # 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.
32 COMPONENT_ARCHIVE= $(COMPONENT_SRC)-src.tar.bz2

Completed in 208 milliseconds

12345