Home
last modified time | relevance | path

Searched refs:conf (Results 151 – 175 of 531) sorted by relevance

12345678910>>...22

/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DComponent.java58 Component(Configuration conf, long comp) throws PoolsException in Component() argument
60 _conf = conf; in Component()
H A DPool.java53 Pool(Configuration conf, long pool) throws PoolsException in Pool() argument
55 _conf = conf; in Pool()
/illumos-gate/usr/src/cmd/netfiles/
H A Dnsswitch.dns28 # An example file that could be copied over to /etc/nsswitch.conf; it uses
40 # You must also set up the /etc/resolv.conf file for DNS name
41 # server lookup. See resolv.conf(5). For lookup via mdns
/illumos-gate/usr/src/cmd/syseventd/etc/
H A DREADME36 <vendor>,[<publisher>,][<class>,[<subclass>,]]sysevent.conf
38 Files with a suffix other than ',sysevent.conf' are ignored.
46 The format for each line in a sysevent.conf file is:
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-kernel-power.p5m41 file path=etc/power.conf group=sys original_name=SUNWpm:etc/power.conf \
57 file path=usr/kernel/drv/pm.conf group=sys
69 file path=usr/share/man/man5/power.conf.5
H A Dnaming-ldap.p5m50 file path=usr/share/man/man5/ldapfilter.conf.5
51 file path=usr/share/man/man5/ldapsearchprefs.conf.5
52 file path=usr/share/man/man5/ldaptemplates.conf.5
H A Dsystem-zones-brand-s10.p5m36 file path=etc/brand/solaris10/pkgrm.conf group=sys \
37 original_name=SUNWs10brand:etc/brand/solaris10/pkgrm.conf preserve=true
38 file path=etc/brand/solaris10/smf_disable.conf group=sys \
39 original_name=SUNWs10brand:etc/brand/solaris10/smf_disable.conf \
H A Ddriver-network-ofk.p5m44 file path=kernel/drv/sol_ucma.conf group=sys
45 file path=kernel/drv/sol_umad.conf group=sys
46 file path=kernel/drv/sol_uverbs.conf group=sys
H A Dsystem-library-storage-fibre-channel-hbaapi.p5m35 file path=etc/hba.conf original_name=SUNWcfcl:etc/hba.conf preserve=true
47 file path=usr/share/man/man5/hba.conf.5
H A Dservice-fault-management.p5m81 file path=kernel/drv/fm.conf group=sys
275 file path=usr/lib/fm/fmd/plugins/cpumem-retire.conf
277 file path=usr/lib/fm/fmd/plugins/disk-lights.conf
279 file path=usr/lib/fm/fmd/plugins/disk-monitor.conf
283 file path=usr/lib/fm/fmd/plugins/eft.conf
289 file path=usr/lib/fm/fmd/plugins/fabric-xlate.conf
291 file path=usr/lib/fm/fmd/plugins/fdd-msg.conf
293 file path=usr/lib/fm/fmd/plugins/io-retire.conf
311 file path=usr/lib/fm/fmd/plugins/sp-monitor.conf
313 file path=usr/lib/fm/fmd/plugins/syslog-msgs.conf \
[all …]
/illumos-gate/usr/src/cmd/sendmail/cf/sh/
H A Dcheck-hostname.sh151 hosts_line=`sed -n -e 's/^hosts:\([^#]*\).*/\1/p' /etc/nsswitch.conf`
180 realdomain=`awk '$1 ~ /^domain/ {print $2}' 2>/dev/null < /etc/resolv.conf`
/illumos-gate/usr/src/cmd/cmd-inet/etc/
H A DMakefile24 SYMPROG= hosts inetd.conf networks protocols services netmasks
27 EDITPROG= ipaddrsel.conf ipsecalgs
/illumos-gate/usr/src/cmd/svc/milestone/
H A Dnet-loc179 file=/etc/resolv.conf
364 $CP -p /etc/nsswitch.files /etc/nsswitch.conf
389 $CP -p $NAMESERVICES_CONFIG_FILE /etc/nsswitch.conf
678 $RM -f $USER_LOC_PATH/resolv.conf
682 $GREP -v "^#" $USER_LOC_PATH/nsswitch.conf |\
H A Dnet-physical362 if /usr/bin/grep -q _family /etc/ipadm/ipadm.conf; then
365 /etc/ipadm/ipadm.conf | /usr/bin/sort -u)
366 /usr/bin/sed -i '/_family/d' /etc/ipadm/ipadm.conf
370 $oldif >> /etc/ipadm/ipadm.conf
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_internal.c727 conf_is_dynamic(const pool_conf_t *conf) in conf_is_dynamic() argument
1327 resources = pool_query_resources(conf, &nelem, props); in resource_by_sysid()
1412 pool_conf_system(const pool_conf_t *conf) in pool_conf_system() argument
1659 pool_validate_resource(const pool_conf_t *conf, const char *type, in pool_validate_resource() argument
1691 if ((rl = (pool_query_resources(conf, &nelem, pvals))) == NULL) in pool_validate_resource()
1711 if (conf_is_dynamic(conf) == PO_TRUE) { in pool_validate_resource()
1712 dyn = (pool_conf_t *)conf; in pool_validate_resource()
1734 if (conf != dyn) { in pool_validate_resource()
1743 if (conf != dyn) { in pool_validate_resource()
1792 log_alloc(pool_conf_t *conf) in log_alloc() argument
[all …]
/illumos-gate/usr/src/cmd/fm/fmd/
H A DMakefile.fmd78 MAPFILE-DMOD = $(SRC)/cmd/mdb/common/modules/conf/mapfile-extern
81 LOGADMFILE = $(PROG).logadm.conf
150 $(LOGADMDIR)/%.conf: ../common/%.conf
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceStoreFactory.java188 SLPConfig conf = SLPConfig.getSLPConfig(); in deserialize() local
286 conf.writeLog("ssf_set_servc_err", in deserialize()
387 scopes = conf.getSAConfiguredScopes(); in deserialize()
420 daTable.forwardSAMessage(creg, conf.getLoopback()); in deserialize()
H A DServiceLocationAttribute.java362 SLPConfig conf = SLPConfig.getSLPConfig(); in typeCheckValue() local
369 conf.formatMessage("empty_string_value", in typeCheckValue()
377 conf.formatMessage("value_type_error", in typeCheckValue()
420 SLPConfig conf = SLPConfig.getSLPConfig(); in verifyValueTypes() local
439 conf.formatMessage("type_mismatch_error", in verifyValueTypes()
449 conf.formatMessage("multivalued_boolean", in verifyValueTypes()
/illumos-gate/usr/src/uts/common/sys/
H A Dpcmcia.h175 #define GET_ADAPTER(f, dip, conf) (*(f)->pcif_get_adapter) (dip, conf) argument
181 #define GET_CONFIG(f, dip, conf) INQUIRE_ADAPTER(f, dip, conf) argument
/illumos-gate/usr/src/pkg/transforms/
H A Ddefaults28 # For kernel/drv, set .conf files to mode 0644. Assume all other
34 # all files in the various kernel trees, except for .conf files.
36 <transform file path=.*kernel/drv/.+\.conf -> default mode 0644>
38 <transform file path=.*kernel/.+(?<!\.conf)$ -> default reboot-needed true>
/illumos-gate/usr/src/boot/forth/
H A DMakefile20 ROOT_BOOT_CONF= $(ROOT)/boot/conf.d
36 DEFFILES = loader.conf
H A Dloader.4th260 \ ***** boot-conf
264 : boot-conf
274 builtin: boot-conf
508 s" /boot/defaults/loader.conf" initialize
540 s" /boot/defaults/loader.conf" initialize
550 \ ***** read-conf
555 : (read-conf) ( addr len -- )
563 postpone (read-conf)
566 bl parse (read-conf)
614 s" boot-conf" s" load kernel and modules, then autoboot" .?
[all …]
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdllink.c596 dladm_conf_t conf; in i_dladm_rename_link_c3() local
602 status = dladm_open_conf(handle, linkid2, &conf); in i_dladm_rename_link_c3()
606 if ((status = dladm_set_conf_field(handle, conf, FDEVNAME, in i_dladm_rename_link_c3()
608 status = dladm_write_conf(handle, conf); in i_dladm_rename_link_c3()
611 dladm_destroy_conf(handle, conf); in i_dladm_rename_link_c3()
822 dladm_conf_t conf; in dladm_phys_info() local
824 status = dladm_getsnap_conf(handle, linkid, &conf); in dladm_phys_info()
828 status = dladm_get_conf_field(handle, conf, FDEVNAME, in dladm_phys_info()
830 dladm_destroy_conf(handle, conf); in dladm_phys_info()
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dcreate_loc_nonet29 set ipfilter-config-file=/etc/nwam/loc/NoNet/ipf.conf
30 set ipfilter-v6-config-file=/etc/nwam/loc/NoNet/ipf6.conf
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/littleneck/frutree/
H A DMakefile47 CONF= piclfrutree.conf
50 INFOS= $(CONF:%.conf=%.info)

12345678910>>...22