Searched defs:conf (Results 76 - 100 of 111) sorted by relevance

12345

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceStoreInMemory.java1406 SLPConfig conf = SLPConfig.getSLPConfig();
1407 boolean traceDrop = conf.traceDrop();
1455 conf.writeLog("ssim_ageout",
2374 SLPConfig conf = SLPConfig.getSLPConfig();
2376 conf.writeLogLine("ssim_dump_start",
2409 writeRecordToLog(conf, rec);
2413 conf.writeLog("ssim_dump_end",
3252 writeRecordToLog(SLPConfig conf, ServiceStore.ServiceRecord rec) { argument
3262 conf.writeLogLine("ssim_dump_entry_start", new Object[0]);
3263 conf
[all...]
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlaggr.c269 dladm_conf_t conf; local
278 if ((status = dladm_getsnap_conf(handle, linkid, &conf)) !=
282 status = dladm_get_conf_field(handle, conf, FKEY, &u64, sizeof (u64));
287 status = dladm_get_conf_field(handle, conf, FPOLICY, &u64,
293 status = dladm_get_conf_field(handle, conf, FFIXMACADDR,
301 if ((status = dladm_get_conf_field(handle, conf, FMACADDR,
311 status = dladm_get_conf_field(handle, conf, FFORCE, &attrp->lg_force,
316 status = dladm_get_conf_field(handle, conf, FLACPMODE, &u64,
322 status = dladm_get_conf_field(handle, conf, FLACPTIMER, &u64,
328 status = dladm_get_conf_field(handle, conf, FNPORT
385 dladm_conf_t conf; local
1015 dladm_conf_t conf; local
1178 i_dladm_aggr_get_aggr_attr(dladm_handle_t handle, dladm_conf_t conf, uint32_t mask, dladm_aggr_modify_attr_t *attrp) argument
1234 i_dladm_aggr_set_aggr_attr(dladm_handle_t handle, dladm_conf_t conf, uint32_t mask, dladm_aggr_modify_attr_t *attrp) argument
1294 dladm_conf_t conf; local
1459 dladm_conf_t conf; local
[all...]
H A Dlibdlbridge.c626 dladm_conf_t conf; local
630 DL_ETHER, &conf);
636 status = dladm_write_conf(handle, conf);
637 dladm_destroy_conf(handle, conf);
1044 dladm_conf_t conf; local
1052 status = dladm_open_conf(handle, linkid, &conf);
1057 status = dladm_get_conf_field(handle, conf, FBRIDGE, oldbridge,
1074 status = dladm_set_conf_field(handle, conf, FBRIDGE,
1078 status = dladm_unset_conf_field(handle, conf, FBRIDGE);
1085 status = dladm_write_conf(handle, conf);
1105 dladm_conf_t conf; local
1143 dladm_conf_t conf; local
[all...]
H A Dlibdllink.c597 dladm_conf_t conf; local
603 status = dladm_open_conf(handle, linkid2, &conf);
607 if ((status = dladm_set_conf_field(handle, conf, FDEVNAME,
609 status = dladm_write_conf(handle, conf);
612 dladm_destroy_conf(handle, conf);
823 dladm_conf_t conf; local
825 status = dladm_getsnap_conf(handle, linkid, &conf);
829 status = dladm_get_conf_field(handle, conf, FDEVNAME,
831 dladm_destroy_conf(handle, conf);
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_commit.c146 commit_create(pool_conf_t *conf, pool_elem_t **e1) argument
161 if ((pool = pool_create(conf, name)) == NULL) {
185 if ((res = pool_resource_create(conf, res_type, name)) ==
666 get_elem_list(const pool_conf_t *conf, int type, uint_t *nelem) argument
679 elems[0] = pool_conf_to_elem(conf);
682 if ((pl = pool_query_pools(conf, nelem, NULL)) != NULL) {
687 if ((rl = pool_query_resources(conf, nelem, NULL)) != NULL) {
699 if ((cl = pool_query_components(conf, nelem, NULL)) != NULL) {
720 share_resources(pool_conf_t *conf) argument
739 if (add_importance_props(conf) !
1153 set_importance_cb(pool_conf_t *conf, pool_t *pool, void *unused) argument
1195 unset_importance_cb(pool_conf_t *conf, pool_t *pool, void *unused) argument
1222 add_importance_props(pool_conf_t *conf) argument
1234 remove_importance_props(pool_conf_t *conf) argument
1250 pool_conf_commit_sys(pool_conf_t *conf, int validate) argument
1293 clone_element(pool_conf_t *conf, pool_elem_t *pe, const char *name, pool_value_t *pv, void *user) argument
1328 clean_element(pool_conf_t *conf, pool_elem_t *pe, const char *name, pool_value_t *pv, void *user) argument
[all...]
H A Dpool.c114 static const char static_location[] = "/etc/pooladm.conf";
175 pool_conf_status(const pool_conf_t *conf) argument
177 return (conf->pc_state);
186 pool_conf_t *conf; local
189 if ((conf = pool_conf_alloc()) == NULL)
192 if (pool_conf_open(conf, pool_dynamic_location(), PO_RDONLY) < 0) {
193 pool_conf_free(conf);
198 result = conf->pc_prov->pc_set_binding(conf, pool_name, idtype, id);
200 (void) pool_conf_close(conf);
212 pool_conf_t *conf; local
244 pool_conf_t *conf; local
339 pool_conf_t *conf = TO_CONF(pe); local
501 pool_info(const pool_conf_t *conf, const pool_t *pool, int deep) argument
529 pool_resource_info(const pool_conf_t *conf, const pool_resource_t *res, int deep) argument
558 pool_component_info(const pool_conf_t *conf, const pool_component_t *comp, int deep) argument
587 pool_conf_info(const pool_conf_t *conf, int deep) argument
856 pool_get_property(const pool_conf_t *conf, const pool_elem_t *pe, const char *name, pool_value_t *val) argument
916 pool_put_property(pool_conf_t *conf, pool_elem_t *pe, const char *name, const pool_value_t *val) argument
981 pool_set_temporary(pool_conf_t *conf, pool_elem_t *pe) argument
1097 pool_rm_property(pool_conf_t *conf, pool_elem_t *pe, const char *name) argument
1164 pool_create(pool_conf_t *conf, const char *name) argument
1225 pool_resource_create(pool_conf_t *conf, const char *sz_type, const char *name) argument
1341 pool_component_create(pool_conf_t *conf, const pool_resource_t *res, int64_t sys_id) argument
1409 pool_conf_location(const pool_conf_t *conf) argument
1422 pool_conf_close(pool_conf_t *conf) argument
1444 pool_conf_remove(pool_conf_t *conf) argument
1463 pool_conf_t *conf; local
1477 pool_conf_free(pool_conf_t *conf) argument
1487 pool_conf_open(pool_conf_t *conf, const char *location, int oflags) argument
1564 pool_conf_rollback(pool_conf_t *conf) argument
1581 pool_conf_commit(pool_conf_t *conf, int active) argument
1621 pool_conf_export(const pool_conf_t *conf, const char *location, pool_export_format_t fmt) argument
1636 pool_conf_validate(const pool_conf_t *conf, pool_valid_level_t level) argument
1650 pool_conf_update(const pool_conf_t *conf, int *changed) argument
1674 pool_walk_properties(pool_conf_t *conf, pool_elem_t *elem, void *arg, int (*prop_callback)(pool_conf_t *, pool_elem_t *, const char *, pool_value_t *, void *)) argument
1700 pool_walk_any_properties(pool_conf_t *conf, pool_elem_t *elem, void *arg, int (*prop_callback)(pool_conf_t *, pool_elem_t *, const char *, pool_value_t *, void *), int any) argument
1818 pool_get_pool(const pool_conf_t *conf, const char *name) argument
1858 pool_query_pools(const pool_conf_t *conf, uint_t *size, pool_value_t **props) argument
1901 pool_get_resource(const pool_conf_t *conf, const char *sz_type, const char *name) argument
1966 pool_query_resources(const pool_conf_t *conf, uint_t *size, pool_value_t **props) argument
2017 pool_query_components(const pool_conf_t *conf, uint_t *size, pool_value_t **props) argument
2029 pool_destroy(pool_conf_t *conf, pool_t *pp) argument
2056 pool_resource_destroy(pool_conf_t *conf, pool_resource_t *prs) argument
2162 pool_exec_query(const pool_conf_t *conf, const pool_elem_t *src, const char *src_attr, pool_elem_class_t classes, pool_value_t **props) argument
2253 pool_conf_t *conf = TO_CONF(TO_ELEM(src)); local
2311 setup_transfer(pool_conf_t *conf, pool_resource_t *src, pool_resource_t *tgt, uint64_t size, uint64_t *src_size, uint64_t *tgt_size) argument
2374 pool_resource_transfer(pool_conf_t *conf, pool_resource_t *src, pool_resource_t *tgt, uint64_t size) argument
2416 pool_resource_xtransfer(pool_conf_t *conf, pool_resource_t *src, pool_resource_t *tgt, pool_component_t **rl) argument
2484 pool_get_owning_resource(const pool_conf_t *conf, const pool_component_t *comp) argument
2524 pool_conf_to_elem(const pool_conf_t *conf) argument
2540 pool_to_elem(const pool_conf_t *conf, const pool_t *pp) argument
2550 pool_resource_to_elem(const pool_conf_t *conf, const pool_resource_t *prs) argument
2560 pool_component_to_elem(const pool_conf_t *conf, const pool_component_t *pr) argument
2574 pool_walk_pools(pool_conf_t *conf, void *arg, int (*callback)(pool_conf_t *conf, pool_t *pool, void *arg)) argument
2603 pool_walk_components(pool_conf_t *conf, pool_resource_t *prs, void *arg, int (*callback)(pool_conf_t *conf, pool_component_t *pr, void *arg)) argument
2632 pool_query_pool_resources(const pool_conf_t *conf, const pool_t *pp, uint_t *size, pool_value_t **props) argument
2681 pool_walk_resources(pool_conf_t *conf, pool_t *pp, void *arg, int (*callback)(pool_conf_t *, pool_resource_t *, void *)) argument
2708 pool_query_resource_components(const pool_conf_t *conf, const pool_resource_t *prs, uint_t *size, pool_value_t **props) argument
2777 pool_associate(pool_conf_t *conf, pool_t *pool, const pool_resource_t *res) argument
2791 pool_dissociate(pool_conf_t *conf, pool_t *pool, const pool_resource_t *res) argument
2932 pool_conf_check(const pool_conf_t *conf) argument
[all...]
H A Dpool_internal.c729 conf_is_dynamic(const pool_conf_t *conf) argument
731 if (strcmp(pool_conf_location(conf), pool_dynamic_location()) == 0)
1298 resource_by_sysid(const pool_conf_t *conf, id_t sysid, const char *type) argument
1329 resources = pool_query_resources(conf, &nelem, props);
1409 * Return the system element for the supplied conf.
1414 pool_conf_system(const pool_conf_t *conf) argument
1419 if ((rs = pool_exec_query(conf, NULL, NULL, PEC_QRY_SYSTEM, NULL)) ==
1661 pool_validate_resource(const pool_conf_t *conf, const char *type, argument
1693 if ((rl = (pool_query_resources(conf, &nelem, pvals))) == NULL)
1713 if (conf_is_dynamic(conf)
1794 log_alloc(pool_conf_t *conf) argument
[all...]
H A Dpool_xml.c151 static int pool_xml_free_doc(pool_conf_t *conf);
174 static int pool_xml_commit(pool_conf_t *conf);
175 static int pool_xml_export(const pool_conf_t *conf, const char *location,
177 static int pool_xml_rollback(pool_conf_t *conf);
178 static pool_result_set_t *pool_xml_exec_query(const pool_conf_t *conf,
181 static int pool_xml_remove(pool_conf_t *conf);
203 static void pool_xml_elem_init(pool_conf_t *conf, pool_xml_elem_t *elem,
249 static int pool_xml_open_file(pool_conf_t *conf);
377 pool_xml_free_doc(pool_conf_t *conf) argument
380 if (((pool_xml_connection_t *)conf
937 pool_conf_t *conf = TO_CONF(pe); local
1144 pool_xml_close(pool_conf_t *conf) argument
1170 pool_xml_remove(pool_conf_t *conf) argument
1195 pool_xml_validate(const pool_conf_t *conf, pool_valid_level_t level) argument
1233 pool_xml_commit(pool_conf_t *conf) argument
1274 pool_xml_export(const pool_conf_t *conf, const char *location, pool_export_format_t fmt) argument
1302 pool_xml_rollback(pool_conf_t *conf) argument
1325 pool_xml_elem_init(pool_conf_t *conf, pool_xml_elem_t *elem, pool_elem_class_t class, pool_resource_elem_class_t res_class, pool_component_elem_class_t comp_class) argument
1367 pool_conf_t *conf = node->doc->_private; local
1417 pool_conf_t *conf = TO_ELEM(pool)->pe_conf; local
1477 pool_xml_elem_create(pool_conf_t *conf, pool_elem_class_t class, pool_resource_elem_class_t res_class, pool_component_elem_class_t comp_class) argument
1607 pool_xml_connection_alloc(pool_conf_t *conf, int oflags) argument
1697 pool_xml_result_set_alloc(const pool_conf_t *conf) argument
2002 pool_xml_open_file(pool_conf_t *conf) argument
2094 pool_xml_exec_query(const pool_conf_t *conf, const pool_elem_t *src, const char *src_attr, pool_elem_class_t classes, pool_value_t **props) argument
2672 pool_xml_parse_document(pool_conf_t *conf) argument
[all...]
H A Dpool_kernel.c91 const pool_conf_t *conf; member in struct:query_obj
303 load_group(pool_conf_t *conf, pool_knl_elem_t *elem, ea_object_t *ep, argument
308 pool_knl_connection_t *prov = (pool_knl_connection_t *)conf->pc_prov;
312 if ((elem = pool_knl_elem_wrap(conf, PEC_SYSTEM, PREC_INVALID,
495 if ((elem = pool_knl_elem_wrap(conf, PEC_POOL,
505 if ((elem = pool_knl_elem_wrap(conf, PEC_RES_COMP,
515 if ((elem = pool_knl_elem_wrap(conf, PEC_COMP,
530 if ((ret = load_group(conf, elem, eo, psl)) == PO_FAIL)
638 pool_knl_close(pool_conf_t *conf) argument
640 pool_knl_connection_t *prov = (pool_knl_connection_t *)conf
670 pool_conf_t *conf = TO_CONF(TO_ELEM(pke)); local
692 pool_conf_t *conf = TO_CONF(TO_ELEM(pke)); local
712 pool_knl_update(pool_conf_t *conf, int *changed) argument
800 pool_knl_validate(const pool_conf_t *conf, pool_valid_level_t level) argument
810 pool_knl_commit(pool_conf_t *conf) argument
920 pool_knl_export(const pool_conf_t *conf, const char *location, pool_export_format_t fmt) argument
1204 pool_knl_recover(pool_conf_t *conf) argument
1223 pool_knl_rollback(pool_conf_t *conf) argument
1314 pool_knl_exec_query(const pool_conf_t *conf, const pool_elem_t *src, const char *src_attr, pool_elem_class_t classes, pool_value_t **props) argument
1383 destroy_pool_cb(pool_conf_t *conf, pool_t *pool, void *unused) argument
1399 pool_knl_remove(pool_conf_t *conf) argument
1431 pool_knl_get_binding(pool_conf_t *conf, pid_t pid) argument
1486 pool_knl_set_binding(pool_conf_t *conf, const char *pool_name, idtype_t idtype, id_t id) argument
1517 pool_knl_get_resource_binding(pool_conf_t *conf, pool_resource_elem_class_t type, pid_t pid) argument
1592 pool_knl_elem_wrap(pool_conf_t *conf, pool_elem_class_t class, pool_resource_elem_class_t res_class, pool_component_elem_class_t comp_class) argument
1676 pool_knl_elem_create(pool_conf_t *conf, pool_elem_class_t class, pool_resource_elem_class_t res_class, pool_component_elem_class_t comp_class) argument
2094 pool_knl_connection_alloc(pool_conf_t *conf, int oflags) argument
2233 pool_conf_t *conf = TO_CONF(TO_ELEM(pke)); local
2622 pool_knl_result_set_alloc(const pool_conf_t *conf) argument
3019 pool_conf_t *conf = li->li_log->l_conf; local
[all...]
/illumos-gate/usr/src/lib/libldap5/sources/ldap/ssldap/
H A Dldapsinit.c1244 struct __nsw_switchconfig *conf; local
1260 conf = __nsw_getconfig("hosts", &pserr);
1261 if (conf == NULL) {
1267 for (lkp = conf->lookups; lkp != NULL; lkp = lkp->next) {
1289 __nsw_freeconfig(conf);
1293 __nsw_freeconfig(conf);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A Dwpa_impl.h183 struct wpa_config *conf; member in struct:wpa_supplicant
/illumos-gate/usr/src/uts/sun4u/pcbe/
H A Dopl_pcbe.c662 opl_pcbe_config_t *conf; local
672 conf = *data;
673 conf->opl_pic = (uint32_t)preset;
700 conf = kmem_alloc(sizeof (opl_pcbe_config_t), KM_SLEEP);
702 conf->opl_picno = picnum;
703 conf->opl_bits = (uint32_t)n->bits;
704 conf->opl_flags = flags;
705 conf->opl_pic = (uint32_t)preset;
707 *data = conf;
H A Dus234_pcbe.c767 us_pcbe_config_t *conf; local
777 conf = *data;
778 conf->us_pic = (uint32_t)preset;
805 conf = kmem_alloc(sizeof (us_pcbe_config_t), KM_SLEEP);
807 conf->us_picno = picnum;
808 conf->us_bits = (uint32_t)n->bits;
809 conf->us_flags = flags;
810 conf->us_pic = (uint32_t)preset;
812 *data = conf;
/illumos-gate/usr/src/uts/intel/pcbe/
H A Dp123_pcbe.c733 ptm_pcbe_config_t *conf; local
745 conf = *data;
746 conf->ptm_rawpic = trunc3931(preset);
753 conf = kmem_alloc(sizeof (ptm_pcbe_config_t), KM_SLEEP);
755 conf->ptm_picno = picnum;
756 conf->ptm_rawpic = trunc3931(preset);
757 conf->ptm_ctl = 0;
765 kmem_free(conf, sizeof (ptm_pcbe_config_t));
770 conf->ptm_ctl |= gevp->umask <<
780 kmem_free(conf, sizeo
[all...]
H A Dcore_pcbe.c1571 check_cpc_securitypolicy(core_pcbe_config_t *conf, argument
1574 if (conf->core_ctl & n->restricted_bits) {
1586 core_pcbe_config_t conf; local
1618 conf.core_ctl = eventcode->eventselect;
1619 conf.core_ctl |= eventcode->unitmask <<
1626 conf.core_ctl = event_num & 0xFF;
1637 conf.core_ctl = k->event_num;
1638 conf.core_ctl |= k->umask << CORE_UMASK_SHIFT;
1699 conf.core_ctl = n->event_num; /* Event Select */
1704 conf
1774 core_pcbe_config_t *conf; local
1834 core_pcbe_config_t *conf; local
[all...]
/illumos-gate/usr/src/uts/common/io/vscan/
H A Dvscan_svc.c32 #include <sys/conf.h>
1036 vscan_svc_configure(vs_config_t *conf) argument
1043 vscan_svc_config = *conf;
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dcommon.c91 static int _sasl_getconf(void *context, const char **conf);
2667 _sasl_getconf(void *context __attribute__((unused)), const char **conf) argument
2669 if (! conf)
2672 *conf = SASL_CONFDIR;
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_config.c142 "sasl/DIGEST-MD5:auth-conf" },
152 "tls:sasl/DIGEST-MD5:auth-conf" },
1637 ns_param_t conf; local
1661 (void) memset(&conf, 0, sizeof (conf));
1708 conf.ns_i = i;
1731 conf.ns_i = i;
1739 conf.ns_pc = (char *)strdup(cp);
1740 if (conf.ns_pc == NULL) {
1761 conf
[all...]
H A Dns_standalone.c112 char *conf; member in struct:switchDatabase
133 free(localData->conf);
359 ptr = (char *)realloc((void *)hostService->conf,
362 free((void *)hostService->conf);
363 hostService->conf = NULL;
368 hostService->conf = ptr;
372 if (remove_ldap(hostService->conf, linep, hostService->alloced))
373 return (hostService->conf);
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolInternal.java74 final static native void pool_conf_free(long conf); argument
75 final static native int pool_conf_status(long conf); argument
76 final static native int pool_conf_close(long conf); argument
77 final static native int pool_conf_remove(long conf); argument
78 final static native int pool_conf_open(long conf, String location, argument
80 final static native int pool_conf_rollback(long conf); argument
81 final static native int pool_conf_commit(long conf, int active); argument
82 final static native int pool_conf_export(long conf, String location, argument
84 final static native int pool_conf_validate(long conf, int level); argument
85 final static native int pool_conf_update(long conf); argument
86 pool_get_pool(long conf, String name) argument
87 pool_query_pools(long conf, java.util.List props) argument
89 pool_get_resource(long conf, String type, String name) argument
91 pool_query_resources(long conf, java.util.List props) argument
93 pool_query_components(long conf, java.util.List props) argument
95 pool_conf_location(long conf) argument
96 pool_conf_info(long conf, int deep) argument
97 pool_resource_create(long conf, String type, String name) argument
99 pool_resource_destroy(long conf, long res) argument
100 pool_resource_transfer(long conf, long src, long tgt, long size) argument
102 pool_resource_xtransfer(long conf, long src, long tgt, java.util.List components) argument
104 pool_query_resource_components( long conf, long res, java.util.List props) argument
106 pool_resource_info(long conf, long res, int deep) argument
108 pool_create(long conf, String name) argument
109 pool_destroy(long conf, long pool) argument
110 pool_associate(long conf, long pool, long res) argument
112 pool_dissociate(long conf, long pool, long res) argument
114 pool_info(long conf, long pool, int deep) argument
115 pool_query_pool_resources( long conf, long pool, java.util.List props) argument
117 pool_get_owning_resource(long conf, long comp) argument
119 pool_component_info(long conf, long comp, int deep) argument
121 pool_get_property(long conf, long elem, String name, long val) argument
123 pool_put_property(long conf, long elem, String name, long val) argument
125 pool_rm_property(long conf, long elem, String name) argument
127 pool_walk_properties(long conf, long elem, long user, long callback) argument
129 pool_conf_to_elem(long conf) argument
130 pool_to_elem(long conf, long pool) argument
131 pool_resource_to_elem(long conf, long res) argument
132 pool_component_to_elem(long conf, long comp) argument
155 pool_walk_pools(long conf, long user, long callback) argument
157 pool_walk_resources(long conf, long pool, long user, long callback) argument
159 pool_walk_components(long conf, long res, long user, long callback) argument
[all...]
/illumos-gate/usr/src/cmd/pools/poold/libjpool/
H A Djpool.c1592 jobject obj, jlong conf, jlong elem, jobject handler, jobject userobj)
1600 return (pool_walk_properties((pool_conf_t *)*(void**)&conf,
1606 pool_property_walker(pool_conf_t *conf, pool_elem_t *pe, const char *name, argument
1591 Java_com_sun_solaris_service_pools_Element_walkProps(JNIEnv *env, jobject obj, jlong conf, jlong elem, jobject handler, jobject userobj) argument
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_api.c364 const char *conf = NULL; local
427 * to use for processing the module's .conf file. In the first pass,
456 * corresponding .conf file and parse properties from it if it exists.
464 (void) strlcat(buf, ".conf", sizeof (buf));
467 conf = buf;
470 if ((mp->mod_conf = fmd_conf_open(conf,
517 * Any subscriptions specified in the conf file are now stored in the
/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_ioctl.c715 wl_ess_conf_t *conf; local
721 conf = &aps->wl_ess_list_ess[aps->wl_ess_list_num];
722 if ((uint8_t *)conf > end)
725 conf->wl_ess_conf_length = sizeof (struct wl_ess_conf);
731 conf->wl_ess_conf_essid.wl_essid_length = in->in_esslen;
732 bcopy(in->in_essid, conf->wl_ess_conf_essid.wl_essid_essid,
734 bcopy(in->in_bssid, conf->wl_ess_conf_bssid, IEEE80211_ADDR_LEN);
735 conf->wl_ess_conf_wepenabled =
738 conf->wl_ess_conf_bsstype =
741 conf
[all...]
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_xmit.c111 arn_get_beaconconfig(struct arn_softc *sc, struct ath_beacon_config *conf) argument
118 conf->beacon_interval = in->in_intval ?
120 conf->listen_interval = 100;
121 conf->dtim_count = 1;
122 conf->bmiss_timeout = ATH_DEFAULT_BMISS_LIMIT * conf->listen_interval;
1750 struct ath_beacon_config conf; local
1761 arn_get_beaconconfig(sc, &conf);
1763 (conf.beacon_interval * sc->sc_config.cabqReadytime) / 100;
/illumos-gate/usr/src/cmd/mdb/common/modules/dtrace/
H A Ddtrace.c643 dtrace_conf_t *conf = arg; local
645 bzero(conf, sizeof (conf));
646 conf->dtc_difversion = DIF_VERSION;
647 conf->dtc_difintregs = DIF_DIR_NREGS;
648 conf->dtc_diftupregs = DIF_DTR_NREGS;
649 conf->dtc_ctfmodel = CTF_MODEL_NATIVE;

Completed in 946 milliseconds

12345