| /freebsd/contrib/wpa/src/ap/ |
| H A D | ieee802_11_vht.c | 84 struct ieee80211_vht_operation *oper; in hostapd_eid_vht_operation() local 98 *pos++ = sizeof(*oper); in hostapd_eid_vht_operation() 100 oper = (struct ieee80211_vht_operation *) pos; in hostapd_eid_vht_operation() 101 os_memset(oper, 0, sizeof(*oper)); in hostapd_eid_vht_operation() 119 oper->vht_op_info_chan_center_freq_seg0_idx = seg0; in hostapd_eid_vht_operation() 120 oper->vht_op_info_chan_center_freq_seg1_idx = seg1; in hostapd_eid_vht_operation() 122 oper->vht_op_info_chwidth = oper_chwidth; in hostapd_eid_vht_operation() 128 oper->vht_op_info_chwidth = CHANWIDTH_80MHZ; in hostapd_eid_vht_operation() 129 oper->vht_op_info_chan_center_freq_seg1_idx = in hostapd_eid_vht_operation() 130 oper->vht_op_info_chan_center_freq_seg0_idx; in hostapd_eid_vht_operation() [all …]
|
| H A D | ieee802_11_ht.c | 83 struct ieee80211_ht_operation *oper) in set_ht_param() argument 119 oper->ht_param |= HT_INFO_HT_PARAM_SECONDARY_CHNL_ABOVE | in set_ht_param() 122 oper->ht_param |= HT_INFO_HT_PARAM_SECONDARY_CHNL_BELOW | in set_ht_param() 129 struct ieee80211_ht_operation *oper; in hostapd_eid_ht_operation() local 137 *pos++ = sizeof(*oper); in hostapd_eid_ht_operation() 139 oper = (struct ieee80211_ht_operation *) pos; in hostapd_eid_ht_operation() 140 os_memset(oper, 0, sizeof(*oper)); in hostapd_eid_ht_operation() 142 oper->primary_chan = hapd->iconf->channel; in hostapd_eid_ht_operation() 143 oper->operation_mode = host_to_le16(hapd->iface->ht_op_mode); in hostapd_eid_ht_operation() 144 set_ht_param(hapd, oper); in hostapd_eid_ht_operation() [all …]
|
| H A D | ieee802_11_he.c | 159 struct ieee80211_he_operation *oper; in hostapd_eid_he_operation() local 174 oper = (struct ieee80211_he_operation *) pos; in hostapd_eid_he_operation() 175 os_memset(oper, 0, sizeof(*oper)); in hostapd_eid_he_operation() 200 oper->he_mcs_nss_set = in hostapd_eid_he_operation() 273 oper->he_oper_params = host_to_le32(params); in hostapd_eid_he_operation()
|
| H A D | ieee802_11_eht.c | 186 struct ieee80211_eht_operation *oper; in hostapd_eid_eht_operation() local 214 oper = (struct ieee80211_eht_operation *) pos; in hostapd_eid_eht_operation() 215 oper->oper_params = 0; in hostapd_eid_eht_operation() 218 oper->oper_params |= EHT_OPER_DEFAULT_PE_DURATION; in hostapd_eid_eht_operation() 221 oper->basic_eht_mcs_nss_set[0] = 0x11; in hostapd_eid_eht_operation() 222 oper->basic_eht_mcs_nss_set[1] = 0x00; in hostapd_eid_eht_operation() 223 oper->basic_eht_mcs_nss_set[2] = 0x00; in hostapd_eid_eht_operation() 224 oper->basic_eht_mcs_nss_set[3] = 0x00; in hostapd_eid_eht_operation() 227 oper->oper_params |= EHT_OPER_MCS15_DISABLE; in hostapd_eid_eht_operation() 232 oper->oper_params |= EHT_OPER_INFO_PRESENT; in hostapd_eid_eht_operation() [all …]
|
| H A D | ieee802_11_shared.c | 1059 struct ieee80211_vht_operation *oper = sta->vht_operation; in get_tx_parameters() local 1065 if (oper->vht_op_info_chwidth == CHANWIDTH_USE_HT) { in get_tx_parameters() 1067 } else if (oper->vht_op_info_chan_center_freq_seg1_idx == 0) { in get_tx_parameters() 1074 oper->vht_op_info_chan_center_freq_seg0_idx - in get_tx_parameters() 1076 oper->vht_op_info_chan_center_freq_seg1_idx); in get_tx_parameters() 1077 vht_80p80 = oper->vht_op_info_chan_center_freq_seg1_idx in get_tx_parameters()
|
| H A D | wnm_ap.c | 29 u8 *buf, u16 *buf_len, enum wnm_oper oper) in ieee80211_11_get_tfs_ie() argument 31 wpa_printf(MSG_DEBUG, "%s: TFS get operation %d", __func__, oper); in ieee80211_11_get_tfs_ie() 33 return hostapd_drv_wnm_oper(hapd, oper, addr, buf, buf_len); in ieee80211_11_get_tfs_ie() 39 u8 *buf, u16 *buf_len, enum wnm_oper oper) in ieee80211_11_set_tfs_ie() argument 41 wpa_printf(MSG_DEBUG, "%s: TFS set operation %d", __func__, oper); in ieee80211_11_set_tfs_ie() 43 return hostapd_drv_wnm_oper(hapd, oper, addr, buf, buf_len); in ieee80211_11_set_tfs_ie()
|
| /freebsd/bin/dd/ |
| H A D | args.c | 98 static char *oper; variable 111 while ((oper = *++argv) != NULL) { in jcl() 112 if ((oper = strdup(oper)) == NULL) in jcl() 114 if ((arg = strchr(oper, '=')) == NULL) in jcl() 115 errx(1, "unknown operand %s", oper); in jcl() 118 errx(1, "no value specified for %s", oper); in jcl() 119 tmp.name = oper; in jcl() 210 errc(1, ERANGE, "%s", oper); in f_count() 497 errx(1, "%s: invalid numeric value", oper); in get_num() 499 err(1, "%s", oper); in get_num() [all …]
|
| /freebsd/crypto/openssl/crypto/property/ |
| H A D | property_parse.c | 368 prop->oper = OSSL_PROPERTY_OPER_EQ; in ossl_parse_property() 424 prop->oper = OSSL_PROPERTY_OVERRIDE; in ossl_parse_query() 435 prop->oper = OSSL_PROPERTY_OPER_EQ; in ossl_parse_query() 437 prop->oper = OSSL_PROPERTY_OPER_NE; in ossl_parse_query() 440 prop->oper = OSSL_PROPERTY_OPER_EQ; in ossl_parse_query() 477 OSSL_PROPERTY_OPER oper; in ossl_property_match_count() local 480 if ((oper = q[i].oper) == OSSL_PROPERTY_OVERRIDE) { in ossl_property_match_count() 493 if ((eq && oper == OSSL_PROPERTY_OPER_EQ) in ossl_property_match_count() 494 || (!eq && oper == OSSL_PROPERTY_OPER_NE)) in ossl_property_match_count() 510 if (oper == OSSL_PROPERTY_OPER_NE) in ossl_property_match_count() [all …]
|
| H A D | property_query.c | 73 if (prop == NULL || prop->optional || prop->oper == OSSL_PROPERTY_OVERRIDE) in ossl_property_is_enabled() 76 && ((prop->oper == OSSL_PROPERTY_OPER_EQ in ossl_property_is_enabled() 78 || (prop->oper == OSSL_PROPERTY_OPER_NE in ossl_property_is_enabled()
|
| H A D | property_local.h | 25 OSSL_PROPERTY_OPER oper; member
|
| /freebsd/sys/dev/usb/controller/ |
| H A D | xhci.c | 228 temp = XREAD4(sc, oper, XHCI_CRCR_LO); in xhci_reset_command_queue_locked() 240 XWRITE4(sc, oper, XHCI_CRCR_LO, temp | XHCI_CRCR_LO_CS); in xhci_reset_command_queue_locked() 241 XWRITE4(sc, oper, XHCI_CRCR_HI, 0); in xhci_reset_command_queue_locked() 243 XWRITE4(sc, oper, XHCI_CRCR_LO, temp | XHCI_CRCR_LO_CA); in xhci_reset_command_queue_locked() 244 XWRITE4(sc, oper, XHCI_CRCR_HI, 0); in xhci_reset_command_queue_locked() 250 temp = XREAD4(sc, oper, XHCI_CRCR_LO); in xhci_reset_command_queue_locked() 275 XWRITE4(sc, oper, XHCI_CRCR_LO, ((uint32_t)addr) | XHCI_CRCR_LO_RCS); in xhci_reset_command_queue_locked() 276 XWRITE4(sc, oper, XHCI_CRCR_HI, (uint32_t)(addr >> 32)); in xhci_reset_command_queue_locked() 305 XREAD4(sc, oper, XHCI_CONFIG), sc->sc_noslot); in xhci_start_controller() 307 XWRITE4(sc, oper, XHCI_CONFIG, sc->sc_noslot); in xhci_start_controller() [all …]
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | BIO_set_callback.pod | 14 typedef long (*BIO_callback_fn_ex)(BIO *b, int oper, const char *argp, 24 long BIO_debug_callback_ex(BIO *bio, int oper, const char *argp, size_t len, 31 typedef long (*BIO_callback_fn)(BIO *b, int oper, const char *argp, int argi, 77 =item B<oper> 79 B<oper> is set to the operation being performed. For some operations 81 operation, the latter case has B<oper> or'ed with BIO_CB_RETURN. 86 B<oper> is BIO_CB_READ, BIO_CB_WRITE or BIO_CB_GETS. 91 the value of B<oper>, that is the operation being performed.
|
| /freebsd/contrib/wpa/src/common/ |
| H A D | hw_features_common.c | 181 struct ieee80211_ht_operation *oper; in get_pri_sec_chan() local 188 oper = (struct ieee80211_ht_operation *) elems.ht_operation; in get_pri_sec_chan() 189 *pri_chan = oper->primary_chan; in get_pri_sec_chan() 190 if (oper->ht_param & HT_INFO_HT_PARAM_STA_CHNL_WIDTH) { in get_pri_sec_chan() 191 int sec = oper->ht_param & in get_pri_sec_chan() 271 struct ieee80211_ht_operation *oper; in check_20mhz_bss() local 287 oper = (struct ieee80211_ht_operation *) elems.ht_operation; in check_20mhz_bss() 288 if (oper->ht_param & HT_INFO_HT_PARAM_SECONDARY_CHNL_OFF_MASK) in check_20mhz_bss()
|
| /freebsd/sys/contrib/dev/iwlwifi/mld/ |
| H A D | link.c | 175 if (link->chanreq.oper.width > NL80211_CHAN_WIDTH_20) in iwl_mld_fill_protection_flags() 217 if (link->chanreq.oper.width != NL80211_CHAN_WIDTH_20_NOHT) in iwl_mld_fill_qos_params() 697 link_conf->chanreq.oper.width; in iwl_mld_get_n_subchannels() 710 n_subchannels -= hweight16(link_conf->chanreq.oper.punctured); in iwl_mld_get_n_subchannels() 794 enum nl80211_band band = link_conf->chanreq.oper.chan->band; in iwl_mld_get_default_chan_load() 844 band = link_conf->chanreq.oper.chan->band; in iwl_mld_get_link_grade() 868 link_conf->chanreq.oper.width, in iwl_mld_get_link_grade() 869 link_conf->chanreq.oper.punctured, link_rssi); in iwl_mld_get_link_grade()
|
| H A D | tlc.c | 516 enum nl80211_band band = link->chanreq.oper.chan->band; in iwl_mld_send_tlc_cmd() 626 if (WARN_ON_ONCE(!link_conf->chanreq.oper.chan)) in iwl_mld_config_tlc_link() 706 if (WARN_ON(!link || !link->chanreq.oper.chan)) in iwl_mld_get_amsdu_size_of_tid() 709 band = link->chanreq.oper.chan->band; in iwl_mld_get_amsdu_size_of_tid()
|
| H A D | iface.c | 647 if (!link->chanreq.oper.chan || in iwl_mld_handle_datapath_monitor_notif() 648 link->chanreq.oper.chan->band != NL80211_BAND_2GHZ || in iwl_mld_handle_datapath_monitor_notif() 649 link->chanreq.oper.width < NL80211_CHAN_WIDTH_40) in iwl_mld_handle_datapath_monitor_notif()
|
| /freebsd/usr.sbin/gstat/ |
| H A D | gstat.c | 562 #define CONVENIENCE(oper, kst) \ in main() argument 563 DSM_TRANSFERS_PER_SECOND_##oper, &kst.transfers_per_second, \ in main() 564 DSM_MB_PER_SECOND_##oper, &kst.mb_per_second, \ in main() 565 DSM_MS_PER_TRANSACTION_##oper, &kst.ms_per_transaction, \ in main() 566 DSM_KB_PER_TRANSFER_##oper, &kst.kb_per_transfer, in main()
|
| /freebsd/crypto/openssl/test/ |
| H A D | bio_callback_test.c | 27 static long my_bio_cb_ex(BIO *b, int oper, const char *argp, size_t len, in my_bio_cb_ex() argument 33 my_param_oper[my_param_count] = oper; in my_bio_cb_ex() 202 static long my_bio_callback(BIO *b, int oper, const char *argp, int argi, in my_bio_callback() argument 208 my_param_oper[my_param_count] = oper; in my_bio_callback()
|
| H A D | http_test.c | 138 static long http_bio_cb_ex(BIO *bio, int oper, const char *argp, size_t len, in http_bio_cb_ex() argument 143 if (oper == (BIO_CB_CTRL | BIO_CB_RETURN) && cmd == BIO_CTRL_FLUSH) in http_bio_cb_ex()
|
| /freebsd/sys/dev/ixl/ |
| H A D | i40e_dcb.c | 711 u8 i, tc, err, sync, oper; in i40e_cee_to_dcb_config() local 753 oper = (status & I40E_TLV_STATUS_OPER) ? 1 : 0; in i40e_cee_to_dcb_config() 755 if (!err && sync && oper) { in i40e_cee_to_dcb_config() 769 oper = (status & I40E_TLV_STATUS_OPER) ? 1 : 0; in i40e_cee_to_dcb_config() 771 if (!err && sync && oper) { in i40e_cee_to_dcb_config() 785 oper = (status & I40E_TLV_STATUS_OPER) ? 1 : 0; in i40e_cee_to_dcb_config() 787 if (!err && sync && oper) { in i40e_cee_to_dcb_config()
|
| /freebsd/crypto/openssl/crypto/bio/ |
| H A D | bio_lib.c | 37 static long bio_call_callback(BIO *b, int oper, const char *argp, size_t len, in bio_call_callback() argument 47 return b->callback_ex(b, oper, argp, len, argi, argl, inret, processed); in bio_call_callback() 51 bareoper = oper & ~BIO_CB_RETURN; in bio_call_callback() 65 if (inret > 0 && (oper & BIO_CB_RETURN) && bareoper != BIO_CB_CTRL) { in bio_call_callback() 71 ret = b->callback(b, oper, argp, argi, argl, inret); in bio_call_callback() 73 if (ret > 0 && (oper & BIO_CB_RETURN) && bareoper != BIO_CB_CTRL) { in bio_call_callback()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
| H A D | XtensaInstrInfo.td | 38 class ADDX<bits<4> oper, string instrAsm, list<dag> pattern> 39 : RRR_Inst<0x00, 0x00, oper, (outs AR:$r), (ins AR:$s, AR:$t), 46 class SUBX<bits<4> oper, string instrAsm, list<dag> pattern> 47 : RRR_Inst<0x00, 0x00, oper, (outs AR:$r), (ins AR:$s, AR:$t), 200 class Load_RRI8<bits<4> oper, string instrAsm, SDPatternOperator opNode, 207 let r = oper; 220 class Store_II8<bits<4> oper, string instrAsm, SDPatternOperator opNode, 227 let r = oper; 273 class Branch_RR<bits<4> oper, string instrAsm, CondCode CC> 280 let r = oper; [all …]
|
| /freebsd/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | rs-fw.c | 522 if (WARN_ON_ONCE(!link_conf->chanreq.oper.chan)) in rs_fw_get_max_amsdu_len() 525 if (link_conf->chanreq.oper.chan->band == NL80211_BAND_6GHZ) { in rs_fw_get_max_amsdu_len() 535 } else if (link_conf->chanreq.oper.chan->band == NL80211_BAND_2GHZ && in rs_fw_get_max_amsdu_len()
|
| /freebsd/contrib/wpa/wpa_supplicant/ |
| H A D | wnm_sta.c | 33 u16 *buf_len, enum wnm_oper oper) in ieee80211_11_get_tfs_ie() argument 35 wpa_printf(MSG_DEBUG, "%s: TFS get operation %d", __func__, oper); in ieee80211_11_get_tfs_ie() 37 return wpa_drv_wnm_oper(wpa_s, oper, wpa_s->bssid, buf, buf_len); in ieee80211_11_get_tfs_ie() 44 enum wnm_oper oper) in ieee80211_11_set_tfs_ie() argument 48 wpa_printf(MSG_DEBUG, "%s: TFS set operation %d", __func__, oper); in ieee80211_11_set_tfs_ie() 50 return wpa_drv_wnm_oper(wpa_s, oper, addr, (u8 *) buf, &len); in ieee80211_11_set_tfs_ie()
|
| /freebsd/sys/dev/mlx5/ |
| H A D | port.h | 165 u32 oper; member
|