conf 480 fs/lockd/svclock.c struct file_lock *conf = kzalloc(sizeof(*conf), GFP_KERNEL);
conf 482 fs/lockd/svclock.c if (conf == NULL)
conf 486 fs/lockd/svclock.c kfree(conf);
conf 489 fs/lockd/svclock.c block->b_fl = conf;
conf 632 fs/lockd/svclock.c if (conf) {
conf 634 fs/lockd/svclock.c __locks_copy_lock(block->b_fl, conf);
conf 654 fs/lockd/svclock.c nlmsvc_update_deferred_block(block, conf, result);
conf 1737 fs/locks.c return posix_lock_file(filp, fl, conf);
conf 697 fs/nfsd/nfs4state.c struct nfs4_client *conf, *unconf, *new;
conf 716 fs/nfsd/nfs4state.c conf = find_confirmed_client_by_str(dname, strhashval);
conf 717 fs/nfsd/nfs4state.c if (conf) {
conf 720 fs/nfsd/nfs4state.c if (!same_creds(&conf->cl_cred, &rqstp->rq_cred)
conf 721 fs/nfsd/nfs4state.c || conf->cl_addr != sin->sin_addr.s_addr) {
conf 723 fs/nfsd/nfs4state.c "at %u.%u.%u.%u\n", NIPQUAD(conf->cl_addr));
conf 734 fs/nfsd/nfs4state.c if (!conf) {
conf 745 fs/nfsd/nfs4state.c } else if (same_verf(&conf->cl_verifier, &clverifier)) {
conf 761 fs/nfsd/nfs4state.c copy_clid(new, conf);
conf 811 fs/nfsd/nfs4state.c struct nfs4_client *conf, *unconf;
conf 825 fs/nfsd/nfs4state.c conf = find_confirmed_client(clid);
conf 829 fs/nfsd/nfs4state.c if (conf && conf->cl_addr != sin->sin_addr.s_addr)
conf 839 fs/nfsd/nfs4state.c if (conf && unconf && same_verf(&confirm, &unconf->cl_confirm)) {
conf 844 fs/nfsd/nfs4state.c if (!same_creds(&conf->cl_cred, &unconf->cl_cred))
conf 849 fs/nfsd/nfs4state.c atomic_set(&conf->cl_callback.cb_set, 0);
conf 850 fs/nfsd/nfs4state.c gen_confirm(conf);
conf 856 fs/nfsd/nfs4state.c } else if (conf && !unconf) {
conf 862 fs/nfsd/nfs4state.c if (!same_creds(&conf->cl_cred, &rqstp->rq_cred))
conf 866 fs/nfsd/nfs4state.c } else if (!conf && unconf
conf 877 fs/nfsd/nfs4state.c conf = find_confirmed_client_by_str(unconf->cl_recdir,
conf 879 fs/nfsd/nfs4state.c if (conf) {
conf 880 fs/nfsd/nfs4state.c nfsd4_remove_clid_dir(conf);
conf 881 fs/nfsd/nfs4state.c expire_client(conf);
conf 884 fs/nfsd/nfs4state.c conf = unconf;
conf 885 fs/nfsd/nfs4state.c nfsd4_probe_callback(conf);
conf 888 fs/nfsd/nfs4state.c } else if ((!conf || (conf && !same_verf(&conf->cl_confirm, &confirm)))
conf 76 include/linux/textsearch.h struct ts_config *conf,
conf 87 include/linux/textsearch.h void (*finish)(struct ts_config *conf,
conf 106 include/linux/textsearch.h unsigned int ret = conf->ops->find(conf, state);
conf 108 include/linux/textsearch.h if (conf->finish)
conf 109 include/linux/textsearch.h conf->finish(conf, state);
conf 126 include/linux/textsearch.h return textsearch_next(conf, state);
conf 135 include/linux/textsearch.h return conf->ops->get_pattern(conf);
conf 144 include/linux/textsearch.h return conf->ops->get_pattern_len(conf);
conf 163 include/linux/textsearch.h struct ts_config *conf;
conf 165 include/linux/textsearch.h conf = kzalloc(TS_PRIV_ALIGN(sizeof(*conf)) + payload, gfp_mask);
conf 166 include/linux/textsearch.h if (conf == NULL)
conf 169 include/linux/textsearch.h return conf;
conf 174 include/linux/textsearch.h return ((u8 *) conf + TS_PRIV_ALIGN(sizeof(struct ts_config)));
conf 501 include/linux/wanrouter.h int (*setup) (struct wan_device *wandev, wandev_conf_t *conf);
conf 507 include/linux/wanrouter.h wanif_conf_t *conf);
conf 852 include/net/mac80211.h struct ieee80211_conf conf;
conf 1218 include/net/mac80211.h struct ieee80211_if_init_conf *conf);
conf 1220 include/net/mac80211.h struct ieee80211_if_init_conf *conf);
conf 1221 include/net/mac80211.h int (*config)(struct ieee80211_hw *hw, struct ieee80211_conf *conf);
conf 1224 include/net/mac80211.h struct ieee80211_if_conf *conf);
conf 1239 include/net/mac80211.h struct ieee80211_key_conf *conf, const u8 *address,
conf 93 include/pcmcia/ds.h config_req_t conf;
conf 232 lib/textsearch.c conf->get_next_block = get_linear_data;
conf 236 lib/textsearch.c return textsearch_find(conf, state);
conf 263 lib/textsearch.c struct ts_config *conf;
conf 285 lib/textsearch.c conf = ops->init(pattern, len, gfp_mask, flags);
conf 286 lib/textsearch.c if (IS_ERR(conf)) {
conf 287 lib/textsearch.c err = PTR_ERR(conf);
conf 291 lib/textsearch.c conf->ops = ops;
conf 292 lib/textsearch.c return conf;
conf 310 lib/textsearch.c if (conf->ops) {
conf 311 lib/textsearch.c if (conf->ops->destroy)
conf 312 lib/textsearch.c conf->ops->destroy(conf);
conf 313 lib/textsearch.c module_put(conf->ops->owner);
conf 316 lib/textsearch.c kfree(conf);
conf 64 lib/ts_bm.c struct ts_bm *bm = ts_config_priv(conf);
conf 68 lib/ts_bm.c const u8 icase = conf->flags & TS_IGNORECASE;
conf 71 lib/ts_bm.c text_len = conf->get_next_block(consumed, &text, conf, state);
conf 148 lib/ts_bm.c struct ts_config *conf;
conf 154 lib/ts_bm.c conf = alloc_ts_config(priv_size, gfp_mask);
conf 155 lib/ts_bm.c if (IS_ERR(conf))
conf 156 lib/ts_bm.c return conf;
conf 158 lib/ts_bm.c conf->flags = flags;
conf 159 lib/ts_bm.c bm = ts_config_priv(conf);
conf 169 lib/ts_bm.c return conf;
conf 174 lib/ts_bm.c struct ts_bm *bm = ts_config_priv(conf);
conf 180 lib/ts_bm.c struct ts_bm *bm = ts_config_priv(conf);
conf 140 lib/ts_fsm.c struct ts_fsm *fsm = ts_config_priv(conf);
conf 149 lib/ts_fsm.c block_len = conf->get_next_block(consumed, &data, conf, state); })
conf 263 lib/ts_fsm.c struct ts_config *conf;
conf 286 lib/ts_fsm.c conf = alloc_ts_config(priv_size, gfp_mask);
conf 287 lib/ts_fsm.c if (IS_ERR(conf))
conf 288 lib/ts_fsm.c return conf;
conf 290 lib/ts_fsm.c conf->flags = flags;
conf 291 lib/ts_fsm.c fsm = ts_config_priv(conf);
conf 300 lib/ts_fsm.c return conf;
conf 308 lib/ts_fsm.c struct ts_fsm *fsm = ts_config_priv(conf);
conf 314 lib/ts_fsm.c struct ts_fsm *fsm = ts_config_priv(conf);
conf 48 lib/ts_kmp.c struct ts_kmp *kmp = ts_config_priv(conf);
conf 51 lib/ts_kmp.c const int icase = conf->flags & TS_IGNORECASE;
conf 54 lib/ts_kmp.c text_len = conf->get_next_block(consumed, &text, conf, state);
conf 98 lib/ts_kmp.c struct ts_config *conf;
conf 104 lib/ts_kmp.c conf = alloc_ts_config(priv_size, gfp_mask);
conf 105 lib/ts_kmp.c if (IS_ERR(conf))
conf 106 lib/ts_kmp.c return conf;
conf 108 lib/ts_kmp.c conf->flags = flags;
conf 109 lib/ts_kmp.c kmp = ts_config_priv(conf);
conf 119 lib/ts_kmp.c return conf;
conf 124 lib/ts_kmp.c struct ts_kmp *kmp = ts_config_priv(conf);
conf 130 lib/ts_kmp.c struct ts_kmp *kmp = ts_config_priv(conf);
conf 243 net/mac80211/cfg.c switch (key->conf.alg) {
conf 254 net/mac80211/cfg.c key->conf.hw_key_idx,
conf 278 net/mac80211/cfg.c if (key->conf.keylen == 5)
conf 285 net/mac80211/cfg.c params.key = key->conf.key;
conf 286 net/mac80211/cfg.c params.key_len = key->conf.keylen;
conf 403 net/mac80211/cfg.c sdata->local->hw.conf.beacon_int = params->interval;
conf 41 net/mac80211/debugfs_key.c KEY_READ(conf_##name, conf.name, buflen, format_string)
conf 69 net/mac80211/debugfs_key.c switch (key->conf.alg) {
conf 94 net/mac80211/debugfs_key.c switch (key->conf.alg) {
conf 123 net/mac80211/debugfs_key.c switch (key->conf.alg) {
conf 159 net/mac80211/debugfs_key.c if (key->conf.alg != ALG_CCMP)
conf 170 net/mac80211/debugfs_key.c int i, res, bufsize = 2 * key->conf.keylen + 2;
conf 174 net/mac80211/debugfs_key.c for (i = 0; i < key->conf.keylen; i++)
conf 175 net/mac80211/debugfs_key.c p += scnprintf(p, bufsize + buf - p, "%02x", key->conf.key[i]);
conf 781 net/mac80211/ht.c struct ieee80211_conf *conf = &hw->conf;
conf 805 net/mac80211/ht.c && (!(conf->ht_conf.cap & IEEE80211_HT_CAP_DELAY_BA)))
conf 821 net/mac80211/ht.c sband = local->hw.wiphy->bands[conf->channel->band];
conf 65 net/mac80211/iface.c struct ieee80211_if_init_conf conf;
conf 156 net/mac80211/iface.c ieee80211_led_radio(local, local->hw.conf.radio_enabled);
conf 202 net/mac80211/iface.c local->hw.conf.flags |= IEEE80211_CONF_RADIOTAP;
conf 222 net/mac80211/iface.c conf.vif = &sdata->vif;
conf 223 net/mac80211/iface.c conf.type = sdata->vif.type;
conf 224 net/mac80211/iface.c conf.mac_addr = dev->dev_addr;
conf 225 net/mac80211/iface.c res = local->ops->add_interface(local_to_hw(local), &conf);
conf 308 net/mac80211/iface.c local->ops->remove_interface(local_to_hw(local), &conf);
conf 323 net/mac80211/iface.c struct ieee80211_if_init_conf conf;
conf 409 net/mac80211/iface.c local->hw.conf.flags &= ~IEEE80211_CONF_RADIOTAP;
conf 484 net/mac80211/iface.c conf.vif = &sdata->vif;
conf 485 net/mac80211/iface.c conf.type = sdata->vif.type;
conf 486 net/mac80211/iface.c conf.mac_addr = dev->dev_addr;
conf 489 net/mac80211/iface.c local->ops->remove_interface(local_to_hw(local), &conf);
conf 687 net/mac80211/iface.c sdata->local->hw.conf.channel->band);
conf 120 net/mac80211/key.c if (key->conf.alg != ALG_WEP &&
conf 147 net/mac80211/key.c &key->conf);
conf 159 net/mac80211/key.c key->conf.keyidx, print_mac(mac, addr), ret);
conf 185 net/mac80211/key.c &key->conf);
conf 191 net/mac80211/key.c key->conf.keyidx, print_mac(mac, addr), ret);
conf 235 net/mac80211/key.c WARN_ON(new && old && new->conf.keyidx != old->conf.keyidx);
conf 238 net/mac80211/key.c idx = old->conf.keyidx;
conf 240 net/mac80211/key.c idx = new->conf.keyidx;
conf 249 net/mac80211/key.c __ieee80211_set_default_key(sdata, new->conf.keyidx);
conf 278 net/mac80211/key.c key->conf.flags = 0;
conf 281 net/mac80211/key.c key->conf.alg = alg;
conf 282 net/mac80211/key.c key->conf.keyidx = idx;
conf 283 net/mac80211/key.c key->conf.keylen = key_len;
conf 286 net/mac80211/key.c key->conf.iv_len = WEP_IV_LEN;
conf 287 net/mac80211/key.c key->conf.icv_len = WEP_ICV_LEN;
conf 290 net/mac80211/key.c key->conf.iv_len = TKIP_IV_LEN;
conf 291 net/mac80211/key.c key->conf.icv_len = TKIP_ICV_LEN;
conf 294 net/mac80211/key.c key->conf.iv_len = CCMP_HDR_LEN;
conf 295 net/mac80211/key.c key->conf.icv_len = CCMP_MIC_LEN;
conf 298 net/mac80211/key.c memcpy(key->conf.key, key_data, key_len);
conf 328 net/mac80211/key.c idx = key->conf.keyidx;
conf 339 net/mac80211/key.c key->conf.flags |= IEEE80211_KEY_FLAG_WMM_STA;
conf 346 net/mac80211/key.c key->conf.flags |= IEEE80211_KEY_FLAG_PAIRWISE;
conf 360 net/mac80211/key.c key->conf.flags |=
conf 407 net/mac80211/key.c if (key->conf.alg == ALG_CCMP)
conf 465 net/mac80211/key.c if (key->conf.alg == ALG_CCMP)
conf 127 net/mac80211/key.h struct ieee80211_key_conf conf;
conf 157 net/mac80211/main.c struct ieee80211_if_conf conf;
conf 168 net/mac80211/main.c memset(&conf, 0, sizeof(conf));
conf 169 net/mac80211/main.c conf.changed = changed;
conf 173 net/mac80211/main.c conf.bssid = sdata->u.sta.bssid;
conf 174 net/mac80211/main.c conf.ssid = sdata->u.sta.ssid;
conf 175 net/mac80211/main.c conf.ssid_len = sdata->u.sta.ssid_len;
conf 177 net/mac80211/main.c conf.bssid = sdata->dev->dev_addr;
conf 178 net/mac80211/main.c conf.ssid = sdata->u.ap.ssid;
conf 179 net/mac80211/main.c conf.ssid_len = sdata->u.ap.ssid_len;
conf 182 net/mac80211/main.c conf.bssid = zero;
conf 183 net/mac80211/main.c conf.ssid = zero;
conf 184 net/mac80211/main.c conf.ssid_len = 0;
conf 190 net/mac80211/main.c if (WARN_ON(!conf.bssid && (changed & IEEE80211_IFCC_BSSID)))
conf 193 net/mac80211/main.c if (WARN_ON(!conf.ssid && (changed & IEEE80211_IFCC_SSID)))
conf 197 net/mac80211/main.c &sdata->vif, &conf);
conf 210 net/mac80211/main.c local->hw.conf.channel = chan;
conf 212 net/mac80211/main.c if (!local->hw.conf.power_level)
conf 213 net/mac80211/main.c local->hw.conf.power_level = chan->max_power;
conf 215 net/mac80211/main.c local->hw.conf.power_level = min(chan->max_power,
conf 216 net/mac80211/main.c local->hw.conf.power_level);
conf 218 net/mac80211/main.c local->hw.conf.max_antenna_gain = chan->max_antenna_gain;
conf 226 net/mac80211/main.c ret = local->ops->config(local_to_hw(local), &local->hw.conf);
conf 240 net/mac80211/main.c struct ieee80211_conf *conf = &local->hw.conf;
conf 249 net/mac80211/main.c sband = local->hw.wiphy->bands[conf->channel->band];
conf 256 net/mac80211/main.c conf->flags &= ~IEEE80211_CONF_SUPPORT_HT_MODE;
conf 262 net/mac80211/main.c if (conf->flags & IEEE80211_CONF_SUPPORT_HT_MODE)
conf 264 net/mac80211/main.c conf->flags &= ~IEEE80211_CONF_SUPPORT_HT_MODE;
conf 265 net/mac80211/main.c conf->ht_conf.ht_supported = 0;
conf 270 net/mac80211/main.c if (!(conf->flags & IEEE80211_CONF_SUPPORT_HT_MODE))
conf 273 net/mac80211/main.c conf->flags |= IEEE80211_CONF_SUPPORT_HT_MODE;
conf 315 net/mac80211/main.c if (memcmp(&conf->ht_conf, &ht_conf, sizeof(ht_conf)) ||
conf 316 net/mac80211/main.c memcmp(&conf->ht_bss_conf, &ht_bss_conf, sizeof(ht_bss_conf))) {
conf 318 net/mac80211/main.c memcpy(&conf->ht_conf, &ht_conf, sizeof(ht_conf));
conf 319 net/mac80211/main.c memcpy(&conf->ht_bss_conf, &ht_bss_conf, sizeof(ht_bss_conf));
conf 431 net/mac80211/main.c switch (key->conf.alg) {
conf 762 net/mac80211/main.c local->hw.conf.radio_enabled = 1;
conf 808 net/mac80211/main.c local->hw.conf.channel =
conf 873 net/mac80211/main.c if (local->hw.conf.beacon_int < 10)
conf 874 net/mac80211/main.c local->hw.conf.beacon_int = 100;
conf 879 net/mac80211/main.c local->hw.conf.listen_interval = local->hw.max_listen_interval;
conf 211 net/mac80211/mesh.c sband = local->hw.wiphy->bands[local->hw.conf.channel->band];
conf 217 net/mac80211/mesh_hwmp.c sband = local->hw.wiphy->bands[local->hw.conf.channel->band];
conf 109 net/mac80211/mesh_plink.c sta->sta.supp_rates[local->hw.conf.channel->band] = rates;
conf 246 net/mac80211/mesh_plink.c sta->sta.supp_rates[local->hw.conf.channel->band] = rates;
conf 110 net/mac80211/mlme.c sband = local->hw.wiphy->bands[local->hw.conf.channel->band];
conf 174 net/mac80211/mlme.c sband = local->hw.wiphy->bands[local->hw.conf.channel->band];
conf 257 net/mac80211/mlme.c sband = local->hw.wiphy->bands[local->hw.conf.channel->band];
conf 261 net/mac80211/mlme.c if (local->hw.conf.channel->band == IEEE80211_BAND_2GHZ) {
conf 269 net/mac80211/mlme.c local->hw.conf.channel->center_freq,
conf 305 net/mac80211/mlme.c cpu_to_le16(local->hw.conf.listen_interval);
conf 314 net/mac80211/mlme.c cpu_to_le16(local->hw.conf.listen_interval);
conf 362 net/mac80211/mlme.c *pos++ = local->hw.conf.channel->max_power; /* max tx power */
conf 402 net/mac80211/mlme.c u32 flags = local->hw.conf.channel->flags;
conf 483 net/mac80211/mlme.c if (local->hw.conf.channel->band == IEEE80211_BAND_2GHZ &&
conf 707 net/mac80211/mlme.c struct ieee80211_conf *conf = &local_to_hw(local)->conf;
conf 718 net/mac80211/mlme.c conf->channel->center_freq,
conf 731 net/mac80211/mlme.c if (conf->flags & IEEE80211_CONF_SUPPORT_HT_MODE) {
conf 734 net/mac80211/mlme.c sdata->bss_conf.ht_conf = &conf->ht_conf;
conf 735 net/mac80211/mlme.c sdata->bss_conf.ht_bss_conf = &conf->ht_bss_conf;
conf 879 net/mac80211/mlme.c sdata->default_key->conf.alg != ALG_WEP)
conf 897 net/mac80211/mlme.c local->hw.conf.channel->center_freq,
conf 1272 net/mac80211/mlme.c local->hw.conf.channel->center_freq,
conf 1307 net/mac80211/mlme.c sband = local->hw.wiphy->bands[local->hw.conf.channel->band];
conf 1337 net/mac80211/mlme.c sta->sta.supp_rates[local->hw.conf.channel->band] = rates;
conf 1341 net/mac80211/mlme.c if (local->hw.conf.channel->band == IEEE80211_BAND_2GHZ &&
conf 1391 net/mac80211/mlme.c sband = local->hw.wiphy->bands[local->hw.conf.channel->band];
conf 1405 net/mac80211/mlme.c local->hw.conf.beacon_int = bss->beacon_int >= 10 ? bss->beacon_int : 10;
conf 1429 net/mac80211/mlme.c cpu_to_le16(local->hw.conf.beacon_int);
conf 1474 net/mac80211/mlme.c sband = local->hw.wiphy->bands[local->hw.conf.channel->band];
conf 1481 net/mac80211/mlme.c ifsta->supp_rates_bits[local->hw.conf.channel->band] = rates;
conf 1676 net/mac80211/mlme.c struct ieee80211_conf *conf = &local->hw.conf;
conf 1708 net/mac80211/mlme.c elems.wmm_param && conf->flags & IEEE80211_CONF_SUPPORT_HT_MODE) {
conf 1714 net/mac80211/mlme.c changed |= ieee80211_handle_ht(local, 1, &conf->ht_conf,
conf 2016 net/mac80211/mlme.c local->hw.conf.channel->center_freq,
conf 2021 net/mac80211/mlme.c bss->band = local->hw.conf.channel->band;
conf 2024 net/mac80211/mlme.c if (local->hw.conf.beacon_int == 0)
conf 2025 net/mac80211/mlme.c local->hw.conf.beacon_int = 100;
conf 2026 net/mac80211/mlme.c bss->beacon_int = local->hw.conf.beacon_int;
conf 2098 net/mac80211/mlme.c search_freq = local->hw.conf.channel->center_freq;
conf 2141 net/mac80211/mlme.c local->hw.conf.channel->center_freq);
conf 2350 net/mac80211/mlme.c int band = local->hw.conf.channel->band;
conf 61 net/mac80211/rate.h sband = local->hw.wiphy->bands[local->hw.conf.channel->band];
conf 470 net/mac80211/rc80211_minstrel.c sband = hw->wiphy->bands[hw->conf.channel->band];
conf 336 net/mac80211/rc80211_pid_algo.c sband = hw->wiphy->bands[hw->conf.channel->band];
conf 615 net/mac80211/rx.c if (rx->key && rx->key->conf.alg != ALG_WEP &&
conf 628 net/mac80211/rx.c if (rx->sta && rx->key->conf.alg == ALG_WEP &&
conf 635 net/mac80211/rx.c switch (rx->key->conf.alg) {
conf 890 net/mac80211/rx.c if (rx->key && rx->key->conf.alg == ALG_CCMP &&
conf 916 net/mac80211/rx.c if (!rx->key || rx->key->conf.alg != ALG_CCMP)
conf 1587 net/mac80211/rx.c if (local->hw.conf.channel->band != IEEE80211_BAND_5GHZ)
conf 533 net/mac80211/sta_info.c timeout = (sta->listen_interval * local->hw.conf.beacon_int * 32 /
conf 145 net/mac80211/tkip.c *pos++ = (key->conf.keyidx << 6) | (1 << 5) /* Ext IV */;
conf 155 net/mac80211/tkip.c container_of(keyconf, struct ieee80211_key, conf);
conf 167 net/mac80211/tkip.c tk = &key->conf.key[NL80211_TKIP_DATA_OFFSET_ENCR_KEY];
conf 208 net/mac80211/tkip.c const u8 *tk = &key->conf.key[NL80211_TKIP_DATA_OFFSET_ENCR_KEY];
conf 234 net/mac80211/tkip.c const u8 *tk = &key->conf.key[NL80211_TKIP_DATA_OFFSET_ENCR_KEY];
conf 258 net/mac80211/tkip.c if ((keyid >> 6) != key->conf.keyidx)
conf 295 net/mac80211/tkip.c key->conf.key[key_offset + i]);
conf 313 net/mac80211/tkip.c local_to_hw(key->local), &key->conf,
conf 421 net/mac80211/tx.c switch (tx->key->conf.alg) {
conf 730 net/mac80211/tx.c switch (tx->key->conf.alg) {
conf 943 net/mac80211/tx.c tx->channel = local->hw.conf.channel;
conf 1155 net/mac80211/tx.c tx.channel = local->hw.conf.channel;
conf 1854 net/mac80211/tx.c enum ieee80211_band band = local->hw.conf.channel->band;
conf 1937 net/mac80211/tx.c cpu_to_le16(local->hw.conf.beacon_int);
conf 1978 net/mac80211/tx.c info->antenna_sel_tx = local->hw.conf.antenna_sel_tx;
conf 2073 net/mac80211/tx.c tx.channel = local->hw.conf.channel;
conf 188 net/mac80211/util.c if (local->hw.conf.channel->band == IEEE80211_BAND_5GHZ || erp) {
conf 266 net/mac80211/util.c sband = local->hw.wiphy->bands[local->hw.conf.channel->band];
conf 307 net/mac80211/util.c sband = local->hw.wiphy->bands[local->hw.conf.channel->band];
conf 604 net/mac80211/util.c if (local->hw.conf.channel->band == IEEE80211_BAND_2GHZ &&
conf 671 net/mac80211/util.c sband = local->hw.wiphy->bands[local->hw.conf.channel->band];
conf 70 net/mac80211/wep.c if (ieee80211_wep_weak_iv(local->wep_iv, key->conf.keylen))
conf 79 net/mac80211/wep.c *iv++ = key->conf.keyidx << 6;
conf 151 net/mac80211/wep.c if (!key || key->conf.alg != ALG_WEP)
conf 154 net/mac80211/wep.c klen = 3 + key->conf.keylen;
conf 171 net/mac80211/wep.c memcpy(rc4key + 3, key->conf.key, key->conf.keylen);
conf 238 net/mac80211/wep.c if (!key || keyidx != key->conf.keyidx || key->conf.alg != ALG_WEP)
conf 241 net/mac80211/wep.c klen = 3 + key->conf.keylen;
conf 251 net/mac80211/wep.c memcpy(rc4key + 3, key->conf.key, key->conf.keylen);
conf 285 net/mac80211/wep.c if (ieee80211_wep_weak_iv(iv, key->conf.keylen))
conf 320 net/mac80211/wep.c info->control.hw_key = &tx->key->conf;
conf 321 net/mac80211/wep.c if (tx->key->conf.flags & IEEE80211_KEY_FLAG_GENERATE_IV) {
conf 370 net/mac80211/wext.c freq->m = local->hw.conf.channel->center_freq;
conf 594 net/mac80211/wext.c sband = local->hw.wiphy->bands[local->hw.conf.channel->band];
conf 633 net/mac80211/wext.c sband = local->hw.wiphy->bands[local->hw.conf.channel->band];
conf 674 net/mac80211/wext.c struct ieee80211_channel* chan = local->hw.conf.channel;
conf 681 net/mac80211/wext.c if (local->hw.conf.power_level != new_power_level) {
conf 682 net/mac80211/wext.c local->hw.conf.power_level = new_power_level;
conf 686 net/mac80211/wext.c if (local->hw.conf.radio_enabled != !(data->txpower.disabled)) {
conf 687 net/mac80211/wext.c local->hw.conf.radio_enabled = !(data->txpower.disabled);
conf 689 net/mac80211/wext.c ieee80211_led_radio(local, local->hw.conf.radio_enabled);
conf 709 net/mac80211/wext.c data->txpower.disabled = !(local->hw.conf.radio_enabled);
conf 710 net/mac80211/wext.c data->txpower.value = local->hw.conf.power_level;
conf 952 net/mac80211/wext.c memcpy(key, sdata->keys[idx]->conf.key,
conf 953 net/mac80211/wext.c min_t(int, erq->length, sdata->keys[idx]->conf.keylen));
conf 954 net/mac80211/wext.c erq->length = sdata->keys[idx]->conf.keylen;
conf 979 net/mac80211/wext.c struct ieee80211_conf *conf = &local->hw.conf;
conf 982 net/mac80211/wext.c conf->flags &= ~IEEE80211_CONF_PS;
conf 990 net/mac80211/wext.c conf->flags |= IEEE80211_CONF_PS;
conf 1005 net/mac80211/wext.c struct ieee80211_conf *conf = &local->hw.conf;
conf 1007 net/mac80211/wext.c wrqu->power.disabled = !(conf->flags & IEEE80211_CONF_PS);
conf 37 net/mac80211/wpa.c if (!tx->key || tx->key->conf.alg != ALG_TKIP || skb->len < 24 ||
conf 50 net/mac80211/wpa.c !(tx->key->conf.flags & IEEE80211_KEY_FLAG_GENERATE_MMIC) &&
conf 75 net/mac80211/wpa.c key = &tx->key->conf.key[key_offset];
conf 102 net/mac80211/wpa.c if (!rx->key || rx->key->conf.alg != ALG_TKIP ||
conf 124 net/mac80211/wpa.c key = &rx->key->conf.key[key_offset];
conf 130 net/mac80211/wpa.c mac80211_ev_michael_mic_failure(rx->sdata, rx->key->conf.keyidx,
conf 156 net/mac80211/wpa.c !(tx->key->conf.flags & IEEE80211_KEY_FLAG_GENERATE_IV)) {
conf 158 net/mac80211/wpa.c info->control.hw_key = &tx->key->conf;
conf 187 net/mac80211/wpa.c info->control.hw_key = &tx->key->conf;
conf 375 net/mac80211/wpa.c !(tx->key->conf.flags & IEEE80211_KEY_FLAG_GENERATE_IV)) {
conf 378 net/mac80211/wpa.c info->control.hw_key = &tx->key->conf;
conf 408 net/mac80211/wpa.c ccmp_pn2hdr(pos, pn, key->conf.keyidx);
conf 412 net/mac80211/wpa.c info->control.hw_key = &tx->key->conf;
conf 27 net/netfilter/xt_string.c const struct xt_string_info *conf = par->matchinfo;
conf 33 net/netfilter/xt_string.c invert = (par->match->revision == 0 ? conf->u.v0.invert :
conf 34 net/netfilter/xt_string.c conf->u.v1.flags & XT_STRING_FLAG_INVERT);
conf 36 net/netfilter/xt_string.c return (skb_find_text((struct sk_buff *)skb, conf->from_offset,
conf 37 net/netfilter/xt_string.c conf->to_offset, conf->config, &state)
conf 45 net/netfilter/xt_string.c struct xt_string_info *conf = par->matchinfo;
conf 50 net/netfilter/xt_string.c if (conf->from_offset > conf->to_offset)
conf 52 net/netfilter/xt_string.c if (conf->algo[XT_STRING_MAX_ALGO_NAME_SIZE - 1] != '\0')
conf 54 net/netfilter/xt_string.c if (conf->patlen > XT_STRING_MAX_PATTERN_SIZE)
conf 57 net/netfilter/xt_string.c if (conf->u.v1.flags &
conf 60 net/netfilter/xt_string.c if (conf->u.v1.flags & XT_STRING_FLAG_IGNORECASE)
conf 63 net/netfilter/xt_string.c ts_conf = textsearch_prepare(conf->algo, conf->pattern, conf->patlen,
conf 68 net/netfilter/xt_string.c conf->config = ts_conf;
conf 52 net/sched/em_text.c struct tcf_em_text *conf = data;
conf 56 net/sched/em_text.c if (len < sizeof(*conf) || len < (sizeof(*conf) + conf->pattern_len))
conf 59 net/sched/em_text.c if (conf->from_layer > conf->to_layer)
conf 62 net/sched/em_text.c if (conf->from_layer == conf->to_layer &&
conf 63 net/sched/em_text.c conf->from_offset > conf->to_offset)
conf 67 net/sched/em_text.c ts_conf = textsearch_prepare(conf->algo, (u8 *) conf + sizeof(*conf),
conf 68 net/sched/em_text.c conf->pattern_len, GFP_KERNEL, flags);
conf 91 net/sched/em_text.c tm->from_offset = conf->from_offset;
conf 92 net/sched/em_text.c tm->to_offset = conf->to_offset;
conf 93 net/sched/em_text.c tm->from_layer = conf->from_layer;
conf 94 net/sched/em_text.c tm->to_layer = conf->to_layer;
conf 111 net/sched/em_text.c struct tcf_em_text conf;
conf 113 net/sched/em_text.c strncpy(conf.algo, tm->config->ops->name, sizeof(conf.algo) - 1);
conf 114 net/sched/em_text.c conf.from_offset = tm->from_offset;
conf 115 net/sched/em_text.c conf.to_offset = tm->to_offset;
conf 116 net/sched/em_text.c conf.from_layer = tm->from_layer;
conf 117 net/sched/em_text.c conf.to_layer = tm->to_layer;
conf 118 net/sched/em_text.c conf.pattern_len = textsearch_get_pattern_len(tm->config);
conf 119 net/sched/em_text.c conf.pad = 0;
conf 121 net/sched/em_text.c if (nla_put_nohdr(skb, sizeof(conf), &conf) < 0)
conf 123 net/sched/em_text.c if (nla_append(skb, conf.pattern_len,
conf 426 net/wanrouter/wanmain.c wandev_conf_t *conf;
conf 435 net/wanrouter/wanmain.c conf = kmalloc(sizeof(wandev_conf_t), GFP_KERNEL);
conf 436 net/wanrouter/wanmain.c if (conf == NULL){
conf 442 net/wanrouter/wanmain.c if (copy_from_user(conf, u_conf, sizeof(wandev_conf_t))) {
conf 445 net/wanrouter/wanmain.c kfree(conf);
conf 449 net/wanrouter/wanmain.c if (conf->magic != ROUTER_MAGIC) {
conf 450 net/wanrouter/wanmain.c kfree(conf);
conf 456 net/wanrouter/wanmain.c if (conf->data_size && conf->data) {
conf 457 net/wanrouter/wanmain.c if (conf->data_size > 128000) {
conf 460 net/wanrouter/wanmain.c wandev->name, conf->data_size);
conf 461 net/wanrouter/wanmain.c kfree(conf);
conf 465 net/wanrouter/wanmain.c data = vmalloc(conf->data_size);
conf 470 net/wanrouter/wanmain.c kfree(conf);
conf 473 net/wanrouter/wanmain.c if (!copy_from_user(data, conf->data, conf->data_size)) {
conf 474 net/wanrouter/wanmain.c conf->data = data;
conf 475 net/wanrouter/wanmain.c err = wandev->setup(wandev, conf);
conf 486 net/wanrouter/wanmain.c wandev->name, conf->data_size);
conf 489 net/wanrouter/wanmain.c kfree(conf);
conf 233 scripts/basic/fixdep.c if (*m == INT_CONF) { p = (char *) m ; goto conf; }
conf 234 scripts/basic/fixdep.c if (*m == INT_ONFI) { p = (char *) m-1; goto conf; }
conf 235 scripts/basic/fixdep.c if (*m == INT_NFIG) { p = (char *) m-2; goto conf; }
conf 236 scripts/basic/fixdep.c if (*m == INT_FIG_) { p = (char *) m-3; goto conf; }
conf 238 scripts/basic/fixdep.c conf:
conf 18 scripts/kconfig/conf.c static void conf(struct menu *menu);
conf 339 scripts/kconfig/conf.c conf(child);
conf 403 scripts/kconfig/conf.c conf(child);
conf 423 scripts/kconfig/conf.c conf(rootEntry);
conf 571 scripts/kconfig/conf.c conf(&rootmenu);
conf 278 scripts/kconfig/mconf.c static void conf(struct menu *menu);
conf 634 scripts/kconfig/mconf.c conf(submenu);
conf 640 scripts/kconfig/mconf.c conf(submenu);
conf 679 scripts/kconfig/mconf.c conf(submenu);
conf 892 scripts/kconfig/mconf.c conf(&rootmenu);
conf 100 sound/oss/sb_card.c if (!request_region(scc->conf.io_base, 16, "soundblaster")) {
conf 106 sound/oss/sb_card.c if (!sb_dsp_detect(&scc->conf, 0, 0, sbmo)) {
conf 107 sound/oss/sb_card.c release_region(scc->conf.io_base, 16);
conf 112 sound/oss/sb_card.c if(!sb_dsp_init(&scc->conf, THIS_MODULE)) {
conf 129 sound/oss/sb_card.c sb_dsp_unload(&scc->conf, 0);
conf 145 sound/oss/sb_card.c legacy->conf.io_base = io;
conf 146 sound/oss/sb_card.c legacy->conf.irq = irq;
conf 147 sound/oss/sb_card.c legacy->conf.dma = dma;
conf 148 sound/oss/sb_card.c legacy->conf.dma2 = dma16;
conf 149 sound/oss/sb_card.c legacy->conf.card_subtype = type;
conf 168 sound/oss/sb_card.c scc->conf.io_base = -1;
conf 169 sound/oss/sb_card.c scc->conf.irq = -1;
conf 170 sound/oss/sb_card.c scc->conf.dma = -1;
conf 171 sound/oss/sb_card.c scc->conf.dma2 = -1;
conf 180 sound/oss/sb_card.c scc->conf.io_base = pnp_port_start(dev,0);
conf 181 sound/oss/sb_card.c scc->conf.irq = pnp_irq(dev,0);
conf 182 sound/oss/sb_card.c scc->conf.dma = pnp_dma(dev,0);
conf 183 sound/oss/sb_card.c scc->conf.dma2 = pnp_dma(dev,1);
conf 188 sound/oss/sb_card.c scc->conf.io_base = pnp_port_start(dev,0);
conf 189 sound/oss/sb_card.c scc->conf.irq = pnp_irq(dev,0);
conf 190 sound/oss/sb_card.c scc->conf.dma = pnp_dma(dev,0);
conf 191 sound/oss/sb_card.c scc->conf.dma2 = pnp_dma(dev,1);
conf 195 sound/oss/sb_card.c scc->conf.io_base = pnp_port_start(dev,0);
conf 196 sound/oss/sb_card.c scc->conf.irq = pnp_irq(dev,0);
conf 197 sound/oss/sb_card.c scc->conf.dma = pnp_dma(dev,0);
conf 198 sound/oss/sb_card.c scc->conf.dma2 = pnp_dma(dev,1);
conf 203 sound/oss/sb_card.c scc->conf.io_base = pnp_port_start(dev,0);
conf 204 sound/oss/sb_card.c scc->conf.irq = pnp_irq(dev,0);
conf 205 sound/oss/sb_card.c scc->conf.dma = pnp_dma(dev,0);
conf 206 sound/oss/sb_card.c scc->conf.dma2 = pnp_dma(dev,1);
conf 210 sound/oss/sb_card.c scc->conf.io_base = pnp_port_start(dev,0);
conf 211 sound/oss/sb_card.c scc->conf.irq = pnp_irq(dev,0);
conf 212 sound/oss/sb_card.c scc->conf.dma = pnp_dma(dev,0);
conf 217 sound/oss/sb_card.c scc->conf.io_base = pnp_port_start(dev,0);
conf 218 sound/oss/sb_card.c scc->conf.irq = pnp_irq(dev,0);
conf 219 sound/oss/sb_card.c scc->conf.dma = pnp_dma(dev,0);
conf 221 sound/oss/sb_card.c scc->conf.io_base = pnp_port_start(dev,0);
conf 222 sound/oss/sb_card.c scc->conf.irq = pnp_irq(dev,0);
conf 223 sound/oss/sb_card.c scc->conf.dma = pnp_dma(dev,1);
conf 224 sound/oss/sb_card.c scc->conf.dma2 = pnp_dma(dev,0);
conf 229 sound/oss/sb_card.c scc->conf.io_base = pnp_port_start(dev,0);
conf 230 sound/oss/sb_card.c scc->conf.irq = pnp_irq(dev,0);
conf 231 sound/oss/sb_card.c scc->conf.dma = pnp_dma(dev,1);
conf 232 sound/oss/sb_card.c scc->conf.dma2 = pnp_dma(dev,0);
conf 263 sound/oss/sb_card.c "dma=%d, dma16=%d\n", scc->conf.io_base, scc->conf.irq,
conf 264 sound/oss/sb_card.c scc->conf.dma, scc->conf.dma2);
conf 12 sound/oss/sb_card.h struct address_info conf;
conf 275 sound/oss/trix.c unsigned char conf;
conf 303 sound/oss/trix.c conf = 0x84; /* DMA and IRQ enable */
conf 304 sound/oss/trix.c conf |= hw_config->io_base & 0x70; /* I/O address bits */
conf 305 sound/oss/trix.c conf |= irq_translate[hw_config->irq];
conf 307 sound/oss/trix.c conf |= 0x08;
conf 308 sound/oss/trix.c trix_write(0x1b, conf);
conf 332 sound/oss/trix.c unsigned char conf;
conf 350 sound/oss/trix.c conf = 0x00;
conf 353 sound/oss/trix.c conf = 0x04;
conf 356 sound/oss/trix.c conf = 0x08;
conf 359 sound/oss/trix.c conf = 0x0c;
conf 365 sound/oss/trix.c conf |= irq_bits[hw_config->irq] << 4;
conf 366 sound/oss/trix.c trix_write(0x19, (trix_read(0x19) & 0x83) | conf);
conf 977 sound/pci/hda/patch_analog.c unsigned int conf = snd_hda_codec_read(codec, nid, 0,
conf 979 sound/pci/hda/patch_analog.c return get_defcfg_connect(conf) != AC_JACK_PORT_NONE;
conf 148 sound/pcmcia/pdaudiocf/pdaudiocf.c link->conf.Attributes = CONF_ENABLE_IRQ;
conf 149 sound/pcmcia/pdaudiocf/pdaudiocf.c link->conf.IntType = INT_MEMORY_AND_IO;
conf 150 sound/pcmcia/pdaudiocf/pdaudiocf.c link->conf.ConfigIndex = 1;
conf 151 sound/pcmcia/pdaudiocf/pdaudiocf.c link->conf.Present = PRESENT_OPTION;
conf 226 sound/pcmcia/pdaudiocf/pdaudiocf.c link->conf.ConfigIndex = 0x5;
conf 230 sound/pcmcia/pdaudiocf/pdaudiocf.c CS_CHECK(RequestConfiguration, pcmcia_request_configuration(link, &link->conf));
conf 167 sound/pcmcia/vx/vxpocket.c link->conf.Attributes = CONF_ENABLE_IRQ;
conf 168 sound/pcmcia/vx/vxpocket.c link->conf.IntType = INT_MEMORY_AND_IO;
conf 169 sound/pcmcia/vx/vxpocket.c link->conf.ConfigIndex = 1;
conf 170 sound/pcmcia/vx/vxpocket.c link->conf.Present = PRESENT_OPTION;
conf 236 sound/pcmcia/vx/vxpocket.c CS_CHECK(RequestConfiguration, pcmcia_request_configuration(link, &link->conf));