Home
last modified time | relevance | path

Searched refs:config (Results 201 – 225 of 460) sorted by relevance

12345678910>>...19

/illumos-gate/usr/src/uts/sun/io/eri/
H A Deri_mac.h165 uint32_t config; /* 0x0004 RW 0x00000000 17 Configuration Register */ member
371 uint32_t config; /* 0x2004 RW ETX Configuration Register */ member
497 uint32_t config; /* 0x4000 RW ERX Configuration Register */ member
/illumos-gate/usr/src/uts/sun4u/pcbe/
H A Dus234_pcbe.c95 static void us_pcbe_free(void *config);
945 us_pcbe_free(void *config) in us_pcbe_free() argument
947 kmem_free(config, sizeof (us_pcbe_config_t)); in us_pcbe_free()
/illumos-gate/usr/src/lib/libsasl/
H A DREADME24 in include/config.h. Additionally, the Cyrus code base is not cstyle or
55 include/config.h was originally generated by autoconfiguration tools, but
/illumos-gate/usr/src/cmd/svc/shell/
H A Dsendmail_include.sh85 info=`svcprop -p config/include_info $SMF_FMRI 2>/dev/null`
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dfme.c89 struct config *config; /* cooked configuration data */ member
410 Nfmep->config = cfgdata->cooked; in newfme()
427 structconfig_free(Nfmep->config); in newfme()
835 fmep->config = cfgdata->cooked; in fme_restart()
868 if (fmep->config) in fme_restart()
869 structconfig_free(fmep->config); in fme_restart()
935 if (f->config) in destroy_fme()
936 structconfig_free(f->config); in destroy_fme()
1145 struct config *cp; in serd_eval()
1483 nfmep->config = NULL; in upsets_eval()
[all …]
H A Ditree.c60 struct config *croot;
543 struct node *oldepname, struct config *ncp, struct node *nextnp, in hmatch_full_config()
548 struct config *cp; in hmatch_full_config()
551 struct config *pcp, *ocp; in hmatch_full_config()
651 struct config *ncp, struct node *nextnp, int rematch) in hmatch_event()
699 struct config *cp; in hmatch_event()
700 struct config *ocp = epname->u.name.cp; in hmatch_event()
862 vmatch_event(struct info *infop, struct config *cp, struct node *np, in vmatch_event()
868 struct config *pcp; in vmatch_event()
1191 struct config *cp; in vmatch()
[all …]
H A Ditree.h139 struct lut *itree_create(struct config *croot);
H A DMakefile39 SRCS = alloc.c check.c config.c eft.c eftread.c esclex.c eval.c evnv.c \
/illumos-gate/usr/src/cmd/fm/schemes/mem/
H A Dmem_spd.h52 uint8_t config; /* e.g. ECC = 0x02 */ member
/illumos-gate/usr/src/cmd/sgs/crle/
H A DMakefile.com35 COMOBJ= config.o crle.o depend.o dump.o \
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_common.c1773 if (!config) in i40e_aq_set_phy_config()
1779 *cmd = *config; in i40e_aq_set_phy_config()
1799 struct i40e_aq_set_phy_config config; in i40e_set_fc() local
1828 memset(&config, 0, sizeof(config)); in i40e_set_fc()
1833 config.abilities |= pause_mask; in i40e_set_fc()
1840 config.phy_type = abilities.phy_type; in i40e_set_fc()
1844 config.eeer = abilities.eeer_val; in i40e_set_fc()
6290 struct i40e_aq_set_phy_config config; in i40e_enable_eee() local
6318 config.phy_type = abilities.phy_type; in i40e_enable_eee()
6323 config.eeer = abilities.eeer_val; in i40e_enable_eee()
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h722 nvlist_t *policy, nvlist_t **config);
723 extern int spa_get_stats(const char *pool, nvlist_t **config, char *altroot,
729 extern int spa_import(const char *pool, nvlist_t *config, nvlist_t *props,
781 extern int spa_vdev_split_mirror(spa_t *spa, char *newname, nvlist_t *config,
822 extern void spa_config_set(spa_t *spa, nvlist_t *config);
833 extern spa_t *spa_add(const char *name, nvlist_t *config, const char *altroot);
/illumos-gate/usr/src/cmd/fm/fmadm/
H A DMakefile.com30 config.c \
/illumos-gate/usr/src/lib/libpam/
H A Dpam_framework.c1919 open_pam_conf(struct pam_fh **pam_fh, pam_handle_t *pamh, char *config) in open_pam_conf() argument
1924 if ((fd = open(config, O_RDONLY)) == -1) { in open_pam_conf()
1927 pamh->include_depth, pam_trace_cname(pamh), config, in open_pam_conf()
1935 pamh->include_depth, pam_trace_cname(pamh), config, in open_pam_conf()
1943 pamh->include_depth, pam_trace_cname(pamh), config); in open_pam_conf()
1950 pamh->include_depth, pam_trace_cname(pamh), config); in open_pam_conf()
1957 pamh->include_depth, pam_trace_cname(pamh), config); in open_pam_conf()
1996 read_pam_conf(pam_handle_t *pamh, char *config) in read_pam_conf() argument
2016 pamh->pam_conf_name[i] = strdup(config); in read_pam_conf()
2018 i, pam_trace_cname(pamh), (void *)pamh, config); in read_pam_conf()
[all …]
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_dcbx.c1336 local_admin->config = params->ver_num; in ecore_dcbx_set_local_params()
1339 local_admin->config = DCBX_CONFIG_VERSION_DISABLED; in ecore_dcbx_set_local_params()
1343 &params->config.params); in ecore_dcbx_set_local_params()
1347 &params->config.params); in ecore_dcbx_set_local_params()
1351 &params->config.params, ieee); in ecore_dcbx_set_local_params()
1446 if (p_hwfn->p_dcbx_info->set.config.valid) { in ecore_dcbx_get_config_params()
1477 OSAL_MEMCPY(&p_hwfn->p_dcbx_info->set.config.params, in ecore_dcbx_get_config_params()
1480 p_hwfn->p_dcbx_info->set.config.valid = true; in ecore_dcbx_get_config_params()
/illumos-gate/usr/src/cmd/ssh/etc/
H A Dssh_config7 # The values can be changed in per-user configuration files $HOME/.ssh/config
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A DMakefile31 OBJS = inetd.o tlx.o config.o util.o contracts.o repval.o wait.o env.o
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A DMakefile.solaris15 libdrivers_a-config.o \
125 byteswap.h config.c cpu.h davicom.c dev.h e1000.c \
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-kernel-power.p5m74 legacy pkg=SUNWpmr desc="Power Management config file and rc script" \
75 name="Power Management config file and rc script"
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A DMakefile.in55 CONFIG_HEADER = $(top_builddir)/config.h
213 @BUILD_EXAMPLE_KERNEL_TRUE@ -imacros $(top_builddir)/config.h
237 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
239 *config.status*) \
243 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
246 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
/illumos-gate/usr/src/uts/sun4v/pcbe/
H A Dniagara2_pcbe.c98 static void ni2_pcbe_free(void *config);
810 ni2_pcbe_free(void *config) in ni2_pcbe_free() argument
812 kmem_free(config, sizeof (ni2_pcbe_config_t)); in ni2_pcbe_free()
/illumos-gate/usr/src/uts/intel/pcbe/
H A Dopteron_pcbe.c109 static void opt_pcbe_free(void *config);
1028 opt_pcbe_free(void *config) in opt_pcbe_free() argument
1030 kmem_free(config, sizeof (opt_pcbe_config_t)); in opt_pcbe_free()
/illumos-gate/usr/src/uts/sun4u/lw8/sys/
H A Dlw8.h80 int config; member
/illumos-gate/usr/src/cmd/svc/seed/
H A DMakefile186 setprop config/log_from_remote = false
188 setprop config/local_only = true
/illumos-gate/usr/src/cmd/cmd-inet/etc/ike/
H A Dconfig.sample27 ## This file should be copied into /etc/inet/ike/config to enable the
33 # Consult the ike.config(5) man page for further details. Here is a small

12345678910>>...19