HomeSort by relevance Sort by last modified time
    Searched refs:config (Results 1 - 25 of 539) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /netvirt/usr/src/cmd/xntpd/ntpq/
version.c 11 #include <config.h>
  /netvirt/usr/src/cmd/xntpd/ntptrace/
version.c 11 #include <config.h>
  /netvirt/usr/src/cmd/fm/modules/common/eversholt/
config_impl.h 36 * private to config.c and mdb module.
38 * Data structure for storing config. all access to
39 * to this information happens using the config.h interfaces.
41 struct config { struct
42 struct config *next;
43 struct config *child;
44 struct config *parent;
config.h 25 * config.h -- public definitions for config module
34 #pragma ident "@(#)config.h 1.6 07/08/03 SMI"
56 struct config *cooked;
61 void structconfig_free(struct config *cp);
67 struct config *config_lookup(struct config *croot, char *path, int add);
68 struct config *config_next(struct config *cp);
69 struct config *config_child(struct config *cp)
    [all...]
platform.h 39 #include <config.h>
48 void platform_units_translate(int, struct config *, nvlist_t **, nvlist_t **,
59 int platform_call(struct node *np, struct lut **globals, struct config *croot,
62 struct config *croot, struct arrow *arrowp, struct evalue *valuep);
eval.h 53 struct node **newc, struct config *croot);
55 struct lut **globals, struct config *croot, struct arrow *arrowp,
  /netvirt/usr/src/cmd/xntpd/ntpdate/
version.c 11 #include <config.h>
  /netvirt/usr/src/cmd/xntpd/xntpd/
refclock_ptbacts.c 15 # include <config.h>
version.c 12 #include <config.h>
  /netvirt/usr/src/lib/libslp/javalib/com/sun/slp/
StreamListener.java 59 static private SLPConfig config = null; // Config object field in class:StreamListener
74 // Get config object.
76 if (config == null) {
77 config = SLPConfig.getSLPConfig();
94 int qn = config.getServerSocketQueueLength();
136 if (config.traceMsg() && s != null) {
137 config.writeLog("sl_incoming",
146 s.setSoTimeout(config.getTCPTimeout());
151 if (config.traceMsg())
    [all...]
ActiveDiscoverer.java 55 // Config object.
57 static private SLPConfig config = null; field in class:ActiveDiscoverer
94 if (config == null) {
95 config = SLPConfig.getSLPConfig();
108 long sleepyTime = config.getRandomWait();
114 activeMsg = new CSrvMsg(config.getLocale(),
136 if (config.getActiveDiscoveryInterval() > 0) {
150 config.writeLog("ad_active_off",
172 long sleepyTime = config.getActiveDiscoveryInterval() * 1000;
186 if (config.isDA())
    [all...]
DAAdvertiser.java 66 static protected SLPConfig config = null; // Config object. field in class:DAAdvertiser
84 // Get the config object.
86 if (config == null) {
87 config = SLPConfig.getSLPConfig();
98 config.getLocale());
104 config.getSAConfiguredScopes(),
105 config);
122 if (config == null) {
123 config = SLPConfig.getSLPConfig()
    [all...]
Listener.java 68 static private SLPConfig config = null; // Config object for properties field in class:Listener
87 // Get config object.
89 if (config == null) {
90 config = SLPConfig.getSLPConfig();
176 return config.refreshMulticastSocketOnInterface(interfac, null);
183 config.refreshMulticastSocketOnInterface(interfac,
196 this.pktsize = config.getMTU();
202 this.dss = config.getMulticastSocketOnInterface(interfac, false);
211 addListenerToMulticastGroup(interfac, config.getMulticastAddress())
    [all...]
SLPV1Manager.java 142 useScopes = config.getSAConfiguredScopes();
157 hdr.locale = config.getLocale();
163 config);
203 start(SLPConfig config, ServerDATable table, ServiceTable stable) {
208 if (config.getHasSecurity()) {
210 if (config.regTest() ||
211 config.traceMsg() ||
212 config.traceDrop() ||
213 config.traceDATraffic()) {
215 config.writeLog("v1_security_enabled"
    [all...]
slpd.java 75 * java com.sun.slpd [monitor] [stop] [-f <config file name>]
81 * signal a running slpd to stop. The optional <config file name> argument
93 // internals of SLP config.
223 private static SLPConfig config; // handles system properties field in class:slpd
242 * Usage: slpd [monitor] [stop] [-f config-file name]<br>
248 * <b> config-file name </b> Reads the specified configuration file.<br>
272 // Argument is a config file.
303 // Read message bundle file, load config file into properties.
316 // Create a new SLP Config object from the config file
    [all...]
  /netvirt/usr/src/cmd/fs.d/zfs/fstyp/
fstyp.c 46 nvlist_t *config; member in struct:fstyp_zfs
77 if (h->config != NULL) {
78 nvlist_free(h->config);
92 if (zpool_read_label(h->fd, &h->config) != 0 ||
93 h->config == NULL) {
97 if (nvlist_lookup_uint64(h->config, ZPOOL_CONFIG_POOL_STATE,
99 nvlist_free(h->config);
100 h->config = NULL;
105 (void) nvlist_add_boolean_value(h->config, "gen_clean", B_TRUE);
106 if (nvlist_lookup_uint64(h->config, "guid", &u64) == 0)
    [all...]
  /netvirt/usr/src/cmd/xntpd/include/
ntp_malloc.h 15 # include <config.h>
ntp_proto.h 7 #include <config.h>
  /netvirt/usr/src/lib/print/libpapi-common/common/
config-site.h 31 /* $Id: config-site.h.in 171 2006-05-20 06:00:32Z njacobs $ */
33 #pragma ident "@(#)config-site.h 1.1 06/06/07 SMI"
35 #include <config.h>
  /netvirt/usr/src/cmd/perl/5.6.1/
Makefile 43 MACH_CONFIG_FILES = config.sh
48 # Generated Makefiles, derived from config.sh.
72 # Modify config.sh to refer to the compiler used for the build.
73 distrib/config.sh: $(MACH)/config.sh
74 $(SED) $(SED_CC) $(SED_CC_E) $(MACH)/config.sh > $@
76 Makefile.perlcfg: extract_config $(MACH)/config.sh
77 ./extract_config $(MACH)/config.sh > Makefile.perlcfg
79 distrib/ext/Makefile: extract_makeext $(MACH)/config.sh
80 ./extract_makeext $(MACH)/config.sh > distrib/ext/Makefil
    [all...]
  /netvirt/usr/src/cmd/perl/5.8.4/
Makefile 43 MACH_CONFIG_FILES = config.sh
48 # Generated Makefiles, derived from config.sh.
72 # Modify config.sh to refer to the compiler used for the build.
73 distrib/config.sh: $(MACH)/config.sh
74 $(SED) $(SED_CC) $(SED_CC_E) $(MACH)/config.sh > $@
76 Makefile.perlcfg: extract_config $(MACH)/config.sh
77 ./extract_config $(MACH)/config.sh > Makefile.perlcfg
79 distrib/ext/Makefile: extract_makeext $(MACH)/config.sh
80 ./extract_makeext $(MACH)/config.sh > distrib/ext/Makefil
    [all...]
  /netvirt/usr/src/cmd/krb5/krb5-config/
Makefile 27 PROG= krb5-config
28 SHFILES= krb5-config
  /netvirt/usr/src/cmd/perl/5.8.4/distrib/x2p/
cflags.SH 3 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.sh; then TOP=..
    [all...]
  /netvirt/usr/src/cmd/fs.d/nfs/svc/
nlockmgr 35 if set -- `svcprop -t -p config/local_only $BIND_FMRI`; then
37 echo "$0: config/local_only property for $BIND_FMRI has wrong "\
40 echo "$0: config/local_only property for $BIND_FMRI has wrong "\
53 svccfg -s $BIND_FMRI setprop config/local_only = boolean: false
  /netvirt/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigRat/t/
trap.t 3 # test that config ( trap_nan => 1, trap_inf => 1) really works/dies
24 ok ($class->can('config'));
25 ok ($class->config()->{trap_nan}, 0);
26 ok ($class->config()->{trap_inf}, 0);
29 $cfg = $class->config( trap_nan => 1 ); ok ($cfg->{trap_nan},1);
32 $cfg = $class->config( { trap_nan => 1 } ); ok ($cfg->{trap_nan},1);
40 $cfg = $class->config( trap_nan => 0 ); ok ($cfg->{trap_nan},0);
43 $cfg = $class->config( trap_inf => 1 ); ok ($cfg->{trap_inf},1);
58 $cfg = $class->config( trap_nan => 1 );
68 $cfg = Math::BigRat->config( trap_nan => 1 )
    [all...]

Completed in 420 milliseconds

1 2 3 4 5 6 7 8 91011>>