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

1 2 3 4 5 6 7 8 91011>>

  /onnv/onnv-gate/usr/src/pkgdefs/SUNWsacom/
space 26 etc/snmp/conf/snmpd.conf 5 1
preinstall 41 if [ -f $BASEDIR/etc/opt/SUNWconn/SSA/snmp/conf/snmpdx.rsrc ] ; then
42 if [ -f $BASEDIR/etc/opt/SUNWconn/SSA/snmp/conf/snmpdx.rsrc.old ] ; then
43 echo "Removing $BASEDIR/etc/opt/SUNWconn/SSA/snmp/conf/snmpdx.rsrc.old"
44 rm -f $BASEDIR/etc/opt/SUNWconn/SSA/snmp/conf/snmpdx.rsrc.old
47 echo "Renaming $BASEDIR/etc/opt/SUNWconn/SSA/snmp/conf.snmpdx.rsrc to snmpdx.rsrc.old"
48 mv $BASEDIR/etc/opt/SUNWconn/SSA/snmp/conf/snmpdx.rsrc $BASEDIR/etc/opt/SUNWconn/SSA/snmp/conf/snmpdx.rsrc.old
52 if [ -f $BASEDIR/etc/opt/SUNWconn/SSA/snmp/conf/snmpdx.reg ] ; then
53 if [ -f $BASEDIR/etc/opt/SUNWconn/SSA/snmp/conf/snmpdx.reg.old ] ; then
54 echo "Removing $BASEDIR/etc/opt/SUNWconn/SSA/snmp/conf/snmpdx.reg.old
    [all...]
  /onnv/onnv-gate/usr/src/cmd/gss/etc/
dummy_mech_token.conf.sh 28 cat << EOF > dummy_mech_token.conf.tmp
32 chmod 0644 dummy_mech_token.conf.tmp
33 mv dummy_mech_token.conf.tmp dummy_mech_token.conf
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWibsdp/
preinstall 29 if [ -f $BASEDIR/etc/sdp.conf ] ; then
30 cp $BASEDIR/etc/sdp.conf $BASEDIR/etc/sdp.conf.temp
  /onnv/onnv-gate/usr/src/common/openssl/crypto/conf/
conf_api.h 63 #include <openssl/conf.h>
70 CONF_VALUE *_CONF_new_section(CONF *conf, const char *section);
72 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section);
74 STACK_OF(CONF_VALUE) *_CONF_get_section_values(const CONF *conf,
77 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value);
78 char *_CONF_get_string(const CONF *conf, const char *section
    [all...]
test.c 1 /* crypto/conf/test.c */
61 #include <openssl/conf.h>
66 LHASH *conf; local
73 conf=CONF_load(NULL,"ssleay.cnf",&eline);
74 if (conf == NULL)
81 lh_stats(conf,stdout);
82 lh_node_stats(conf,stdout);
83 lh_node_usage_stats(conf,stdout);
85 s=CONF_get_string(conf,NULL,"init2");
88 s=CONF_get_string(conf,NULL,"cipher1")
    [all...]
conf_lib.c 62 #include <openssl/conf.h>
66 const char *CONF_version="CONF" OPENSSL_VERSION_PTEXT;
70 /* Init a 'CONF' structure from an old LHASH */
72 void CONF_set_nconf(CONF *conf, LHASH *hash)
77 default_CONF_method->init(conf);
78 conf->data = hash;
81 /* The following section contains the "CONF classic" functions,
82 rewritten in terms of the new CONF interface. */
90 LHASH *CONF_load(LHASH *conf, const char *file, long *eline
    [all...]
conf_def.c 1 /* crypto/conf/conf.c */
59 /* Part of the code in here was originally in conf.c, which is now removed */
66 #include <openssl/conf.h>
72 static char *eat_ws(CONF *conf, char *p);
73 static char *eat_alpha_numeric(CONF *conf, char *p);
74 static void clear_comments(CONF *conf, char *p)
    [all...]
conf_api.c 59 /* Part of the code in here was originally in conf.c, which is now removed */
68 #include <openssl/conf.h>
72 static void value_free_hash(CONF_VALUE *a, LHASH *conf);
73 static void value_free_stack(CONF_VALUE *a,LHASH *conf);
84 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section)
88 if ((conf == NULL) || (section == NULL)) return(NULL);
91 v=(CONF_VALUE *)lh_retrieve(conf->data,&vv);
96 STACK_OF(CONF_VALUE) *_CONF_get_section_values(const CONF *conf,
    [all...]
  /onnv/onnv-gate/usr/src/cmd/print/scripts/
Makefile.yp 32 # Printers conf Rules
36 $(DOM)/printers.conf.time: $(DIR)/printers.conf
37 -@if [ -f $(DIR)/printers.conf ]; then \
39 -e '/\\$$/s/\\$$/ /' $(DIR)/printers.conf $(CHKPIPE))\
45 | $(MAKEDBM) - $(YPDBDIR)/$(DOM)/printers.conf.byname ; \
46 touch $(DOM)/printers.conf.time; \
47 echo "updated printers.conf"; \
48 if [ ! $(NOPUSH) ]; then $(YPPUSH) -d $(DOM) printers.conf.byname; \
50 if [ ! $(NOPUSH) ]; then echo "pushed printers.conf"; fi ;
    [all...]
  /onnv/onnv-gate/usr/src/common/openssl/crypto/lhash/
lh_test.c 66 LHASH *conf; local
70 conf=lh_new(lh_strhash,strcmp);
81 lh_insert(conf,p);
84 lh_node_stats(conf,stdout);
85 lh_stats(conf,stdout);
86 lh_node_usage_stats(conf,stdout);
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWnxge/
preinstall 28 if [ -f ${BASEDIR}/platform/i86pc/kernel/drv/nxge.conf ]; then
29 mv ${BASEDIR}/platform/i86pc/kernel/drv/nxge.conf ${BASEDIR}/kernel/drv/nxge.conf
  /onnv/onnv-gate/usr/src/lib/libslp/javalib/com/sun/slp/
Assert.java 48 SLPConfig conf = SLPConfig.getSLPConfig(); local
49 printMessageAndDie(conf, msgTag, params);
55 printMessageAndDie(SLPConfig conf, String msgTag, Object[] params) {
56 ResourceBundle msgs = conf.getMessageBundle(conf.getLocale());
58 String msg = conf.formatMessage(msgTag, params);
69 SLPConfig conf = SLPConfig.getSLPConfig(); local
71 conf.formatMessage("null_parameter", new Object[] {param});
  /onnv/onnv-gate/usr/src/cmd/dodatadm/
dodatadm.udaplt 27 # First read the /etc/dat/dat.conf file to see if it has already been
29 # run datadm to populate the dat.conf file
30 if [ -r /etc/dat/dat.conf ]; then
32 [ `/usr/bin/grep -c "$pattern" /etc/dat/dat.conf` -ge 1 ] && exit 0
34 echo "WARNING: /etc/dat/dat.conf is missing or unreadable" >& 2
38 # Now /etc/dat/dat.conf is readable but does not contain an entry for the
39 # service provider. So, run datadm -a /usr/share/dat/SUNWudaplt.conf to
40 # populate dat.conf
42 if [ -r /usr/share/dat/SUNWudaplt.conf ]; then
43 /usr/sbin/datadm -a /usr/share/dat/SUNWudaplt.conf
    [all...]
  /onnv/onnv-gate/usr/src/common/openssl/crypto/evp/
evp_acnf.c 61 #include <openssl/conf.h>
  /onnv/onnv-gate/usr/src/uts/sun/io/dada/conf/
dcd_confdata.c 31 #include <sys/dada/conf/autoconf.h>
39 * DCD options word - defines are kept in <dada/conf/autoconf.h>
  /onnv/onnv-gate/usr/src/cmd/picl/plugins/sun4u/seattle/frudr/
Makefile 45 CONFS = fru_PS0.conf fru_PS1.conf
46 CONFS += fru_HDD0.conf fru_HDD1.conf
47 CONFS += fru_HDD2.conf fru_HDD3.conf
48 CONFS += fru_SC.conf
49 CONFS += fru_usb-a-1.conf fru_usb-a-2.conf
50 CONFS += fru_usb-a-3.conf fru_usb-a-4.con
    [all...]
  /onnv/onnv-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
PoolInternal.java 74 final static native void pool_conf_free(long conf);
75 final static native int pool_conf_status(long conf);
76 final static native int pool_conf_close(long conf);
77 final static native int pool_conf_remove(long conf);
78 final static native int pool_conf_open(long conf, String location,
80 final static native int pool_conf_rollback(long conf);
81 final static native int pool_conf_commit(long conf, int active);
82 final static native int pool_conf_export(long conf, String location,
84 final static native int pool_conf_validate(long conf, int level);
85 final static native int pool_conf_update(long conf);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/picl/plugins/sun4u/chalupa/frudr/
Makefile 37 CONFS = fru_PS0.conf fru_PS1.conf
38 CONFS += fru_PSU0.conf fru_PSU1.conf fru_PSU2.conf fru_PSU3.conf
39 CONFS += fru_HDD0.conf fru_HDD1.conf fru_HDD2.conf
40 CONFS += fru_HDD3.conf
    [all...]
  /onnv/onnv-gate/usr/src/cmd/picl/plugins/sun4u/boston/frudr/
Makefile 40 CONFS = fru_PS0.conf fru_PS1.conf fru_PS2.conf fru_PS3.conf
41 CONFS += fru_HDD0.conf fru_HDD1.conf fru_HDD2.conf
42 CONFS += fru_HDD3.conf fru_HDD4.conf fru_HDD5.conf
    [all...]
  /onnv/onnv-gate/usr/src/cmd/picl/plugins/sun4u/ents/frudr/
Makefile 41 CONFS = fru_PS0.conf fru_PS1.conf
42 CONFS += fru_HDD0.conf fru_HDD1.conf fru_HDD2.conf
43 CONFS += fru_HDD3.conf fru_HDD4.conf fru_HDD5.conf
44 CONFS += fru_HDD6.conf fru_HDD7.conf
    [all...]
  /onnv/onnv-gate/usr/src/cmd/pools/pooladm/
pooladm.c 72 config_print(pool_conf_t *conf)
78 if (pool_conf_open(conf, pool_dynamic_location(), PO_RDONLY)
83 pool_get_property(conf, pool_conf_to_elem(conf), "system.name",
89 if ((buf = pool_conf_info(conf, PO_TRUE)) == NULL)
95 (void) pool_conf_close(conf);
99 config_destroy(pool_conf_t *conf)
101 if (pool_conf_open(conf, pool_dynamic_location(), PO_RDWR)
104 if (pool_conf_remove(conf) != PO_SUCCESS)
109 config_commit(pool_conf_t *conf, const char *static_conf_name
137 pool_conf_t *conf = NULL; local
    [all...]
  /onnv/onnv-gate/usr/src/pkgdefs/common_files/
i.sdpconf 35 if [ -f $BASEDIR/etc/sdp.conf.temp ] ; then
36 cp $BASEDIR/etc/sdp.conf.temp $dest
37 rm -f $BASEDIR/etc/sdp.conf.temp
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/etc/nca/
Makefile 29 ETCPROG= nca.if ncakmod.conf ncalogd.conf ncaport.conf
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWfchbar/
prototype_com 44 e build etc/hba.conf=../../usr/src/pkgdefs/SUNWfchbar/hba.conf 0644 root sys

Completed in 6549 milliseconds

1 2 3 4 5 6 7 8 91011>>