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

1 2 3 4 5 6 7 8 91011>>

  /nfsv41/nfs41-gate/usr/src/lib/libparted/common/lib/
version-etc-fsf.c 20 #include <config.h>
exitfail.c 20 #include <config.h>
xalloc-die.c 20 #include <config.h>
memcpy.c 19 #include <config.h>
stripslash.c 19 #include <config.h>
xstrndup.c 19 #include <config.h>
  /nfsv41/nfs41-gate/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
56 struct config *cooked;
62 void structconfig_free(struct config *cp);
68 struct config *config_lookup(struct config *croot, char *path, int add);
69 struct config *config_next(struct config *cp);
70 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);
  /nfsv41/nfs41-gate/usr/src/lib/libparted/common/libparted/fs/ext2/
tune.c 19 #include <config.h>
  /nfsv41/nfs41-gate/usr/src/lib/libslp/javalib/com/sun/slp/
StreamListener.java 54 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())
    [all...]
ActiveDiscoverer.java 50 // Config object.
52 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())
    [all...]
DAAdvertiser.java 61 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()
    [all...]
Listener.java 63 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())
    [all...]
SLPV1Manager.java 137 useScopes = config.getSAConfiguredScopes();
152 hdr.locale = config.getLocale();
158 config);
198 start(SLPConfig config, ServerDATable table, ServiceTable stable) {
203 if (config.getHasSecurity()) {
205 if (config.regTest() ||
206 config.traceMsg() ||
207 config.traceDrop() ||
208 config.traceDATraffic()) {
210 config.writeLog("v1_security_enabled"
    [all...]
slpd.java 71 * 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
    [all...]
  /nfsv41/nfs41-gate/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...]
  /nfsv41/nfs41-gate/usr/src/lib/print/libpapi-common/common/
config-site.h 31 /* $Id: config-site.h.in 171 2006-05-20 06:00:32Z njacobs $ */
35 #include <config.h>
  /nfsv41/nfs41-gate/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...]
  /nfsv41/nfs41-gate/usr/src/uts/common/io/hxge/
hpi_vmac.c 64 hpi_vmac_tx_config(hpi_handle_t handle, config_op_t op, uint64_t config,
69 if (config == 0) {
71 " hpi_vmac_tx_config Invalid Input: config <0x%x>",
72 config));
80 if (config & CFG_VMAC_TX_EN)
82 if (config & CFG_VMAC_TX_CRC_INSERT)
84 if (config & CFG_VMAC_TX_PAD)
90 if (config & CFG_VMAC_TX_EN)
92 if (config & CFG_VMAC_TX_CRC_INSERT)
94 if (config & CFG_VMAC_TX_PAD
    [all...]
  /nfsv41/nfs41-gate/usr/src/cmd/krb5/krb5-config/
Makefile 27 PROG= krb5-config
28 SHFILES= krb5-config
  /nfsv41/nfs41-gate/usr/src/cmd/halt/smf/
Makefile 29 MANIFEST= boot-config.xml
30 SVCMETHOD= svc-boot-config
  /nfsv41/nfs41-gate/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...]
  /nfsv41/nfs41-gate/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
  /nfsv41/nfs41-gate/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 5429 milliseconds

1 2 3 4 5 6 7 8 91011>>