Searched refs:_conf (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/etc/rc.d/
H A Djail105 eval _jconf=\"\${jail_${_j}_conf:-/etc/jail.${_j}.conf}\"
111 _conf="$_jconf"
114 _conf="$jail_conf"
129 _conf=/var/run/jail.${_j}.conf
136 warn "$_conf is created and used for jail $_j."
139 /usr/bin/install -m 0644 -o root -g wheel /dev/null $_conf || return 1
242 echo " allow.mount;" >> $_conf
251 ) >> $_conf
392 echo "$_j: parameters are in $_conf."
462 command_args="-i -f $_conf
[all...]
/freebsd-10.1-release/contrib/wpa/src/ap/
H A Dwpa_auth_glue.c496 struct wpa_auth_config _conf; local
501 hostapd_wpa_auth_conf(hapd->conf, &_conf);
503 _conf.tx_status = 1;
505 _conf.ap_mlme = 1;
526 hapd->wpa_auth = wpa_init(hapd->own_addr, &_conf, &cb);
/freebsd-10.1-release/sys/dev/ath/
H A Dif_athvar.h1469 #define ath_hal_div_comb_conf_get(_ah, _conf) \
1470 ((*(_ah)->ah_divLnaConfGet)((_ah), (_conf)))
1471 #define ath_hal_div_comb_conf_set(_ah, _conf) \
1472 ((*(_ah)->ah_divLnaConfSet)((_ah), (_conf)))

Completed in 127 milliseconds