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

/freebsd-12-stable/libexec/rc/rc.d/
H A Djail121 eval _jconf=\"\${jail_${_jv}_conf:-/etc/jail.${_j}.conf}\"
127 _conf="$_jconf"
130 _conf="$jail_conf"
145 _conf=/var/run/jail.${_j}.conf
153 warn "$_conf is created and used for jail $_j."
156 /usr/bin/install -m 0644 -o root -g wheel /dev/null $_conf || return 1
270 ) >> $_conf
412 echo "$_j: parameters are in $_conf."
484 command_args="-i -f $_conf -c $_j"
512 command_args="-i -f $_conf
[all...]
/freebsd-12-stable/contrib/wpa/src/ap/
H A Dwpa_auth_glue.c1264 struct wpa_auth_config _conf; local
1303 hostapd_wpa_auth_conf(hapd->conf, hapd->iconf, &_conf);
1305 _conf.tx_status = 1;
1307 _conf.ap_mlme = 1;
1308 hapd->wpa_auth = wpa_init(hapd->own_addr, &_conf, &cb, hapd);
/freebsd-12-stable/sys/dev/ath/
H A Dif_athvar.h1535 #define ath_hal_div_comb_conf_get(_ah, _conf) \
1536 ((*(_ah)->ah_divLnaConfGet)((_ah), (_conf)))
1537 #define ath_hal_div_comb_conf_set(_ah, _conf) \
1538 ((*(_ah)->ah_divLnaConfSet)((_ah), (_conf)))

Completed in 103 milliseconds