Searched refs:config (Results 1 - 25 of 512) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/libparted/common/lib/
H A Dversion-etc-fsf.c19 #include <config.h>
H A Dexitfail.c19 #include <config.h>
H A Ddirname.c19 #include <config.h>
H A Dquote.c21 #include <config.h>
H A Dxalloc-die.c19 #include <config.h>
H A Dstripslash.c19 #include <config.h>
H A Dxstrndup.c18 #include <config.h>
/osnet-11/usr/src/cmd/parted/
H A Dversion.c1 #include <config.h>
/osnet-11/usr/src/lib/libparted/common/libparted/fs/ext2/
H A Dtune.c20 #include <config.h>
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dargp-eexst.c20 # include <config.h>
H A Dargp-pin.c18 # include <config.h>
H A Dmbsrtowcs-state.c18 #include <config.h>
H A Dargp-pvh.c21 # include <config.h>
H A Dmbsinit.c18 #include <config.h>
H A Dmempcpy.c18 #include <config.h>
H A Dstripslash.c19 #include <config.h>
/osnet-11/usr/src/lib/scsi/plugins/smp/sas2/common/
H A Dsas2.c33 smp_plugin_config_t config = { local
38 return (smp_plugin_register(pp, LIBSMP_PLUGIN_VERSION, &config));
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DStreamListener.java54 static private SLPConfig config = null; // Config object field in class:StreamListener
69 // Get config object.
71 if (config == null) {
72 config = SLPConfig.getSLPConfig();
89 int qn = config.getServerSocketQueueLength();
131 if (config.traceMsg() && s != null) {
132 config.writeLog("sl_incoming",
141 s.setSoTimeout(config.getTCPTimeout());
146 if (config.traceMsg()) {
147 config
[all...]
H A DActiveDiscoverer.java52 static private SLPConfig config = null; field in class:ActiveDiscoverer
89 if (config == null) {
90 config = SLPConfig.getSLPConfig();
103 long sleepyTime = config.getRandomWait();
109 activeMsg = new CSrvMsg(config.getLocale(),
131 if (config.getActiveDiscoveryInterval() > 0) {
145 config.writeLog("ad_active_off",
167 long sleepyTime = config.getActiveDiscoveryInterval() * 1000;
181 if (config.isDA()) {
182 Vector interfaces = config
[all...]
H A DDAAdvertiser.java61 static protected SLPConfig config = null; // Config object. field in class:DAAdvertiser
79 // Get the config object.
81 if (config == null) {
82 config = SLPConfig.getSLPConfig();
93 config.getLocale());
99 config.getSAConfiguredScopes(),
100 config);
117 if (config == null) {
118 config = SLPConfig.getSLPConfig();
133 if (config
[all...]
H A DListener.java63 static private SLPConfig config = null; // Config object for properties field in class:Listener
82 // Get config object.
84 if (config == null) {
85 config = SLPConfig.getSLPConfig();
171 return config.refreshMulticastSocketOnInterface(interfac, null);
178 config.refreshMulticastSocketOnInterface(interfac,
191 this.pktsize = config.getMTU();
197 this.dss = config.getMulticastSocketOnInterface(interfac, false);
206 addListenerToMulticastGroup(interfac, config.getMulticastAddress());
218 if (config
[all...]
H A DSLPV1Manager.java137 useScopes = config.getSAConfiguredScopes();
152 hdr.locale = config.getLocale();
158 config);
198 start(SLPConfig config, ServerDATable table, ServiceTable stable) { argument
203 if (config.getHasSecurity()) {
205 if (config.regTest() ||
206 config.traceMsg() ||
207 config.traceDrop() ||
208 config.traceDATraffic()) {
210 config
[all...]
H A Dslpd.java71 * java com.sun.slpd [monitor] [stop] [-f <config file name>]
77 * signal a running slpd to stop. The optional <config file name> argument
88 // internals of SLP config.
218 private static SLPConfig config; // handles system properties field in class:slpd
237 * Usage: slpd [monitor] [stop] [-f config-file name]<br>
243 * <b> config-file name </b> Reads the specified configuration file.<br>
267 // Argument is a config file.
298 // Read message bundle file, load config file into properties.
311 // Create a new SLP Config object from the config file.
312 config
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Dcflags.SH3 if test -f config.sh; then TOP=.;
4 elif test -f ../config.sh; then TOP=..;
5 elif test -f ../../config.sh; then TOP=../..;
6 elif test -f ../../../config.sh; then TOP=../../..;
7 elif test -f ../../../../config.sh; then TOP=../../../..;
9 echo "Can't find config.sh."; exit 1
11 . $TOP/config.sh
28 : Move anything that needs config subs from !NO!SUBS! section to !GROK!THIS!.
39 if test -f config.sh; then TOP=.;
40 elif test -f ../config
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/
H A DMakefile40 MACH_CONFIG_FILES = config.sh
45 # Generated Makefiles, derived from config.sh.
76 # Modify config.sh to refer to the compiler used for the build.
77 distrib/config.sh: $(MACH)/config.sh
78 $(SED) $(SED_CC) $(SED_CC_E) $(MACH)/config.sh > $@
80 Makefile.perlcfg: extract_config $(MACH)/config.sh
81 ./extract_config $(MACH)/config.sh > Makefile.perlcfg
83 distrib/ext/Makefile: extract_makeext $(MACH)/config.sh
84 ./extract_makeext $(MACH)/config
[all...]

Completed in 66 milliseconds

1234567891011>>