/freebsd/contrib/lua/src/ |
H A D | lopcodes.c | 20 opmode(0, 0, 0, 0, 1, iABC) /* OP_MOVE */ 21 ,opmode(0, 0, 0, 0, 1, iAsBx) /* OP_LOADI */ 22 ,opmode(0, 0, 0, 0, 1, iAsBx) /* OP_LOADF */ 23 ,opmode(0, 0, 0, 0, 1, iABx) /* OP_LOADK */ 24 ,opmode(0, 0, 0, 0, 1, iABx) /* OP_LOADKX */ 25 ,opmode(0, 0, 0, 0, 1, iABC) /* OP_LOADFALSE */ 26 ,opmode(0, 0, 0, 0, 1, iABC) /* OP_LFALSESKIP */ 27 ,opmode(0, 0, 0, 0, 1, iABC) /* OP_LOADTRUE */ 28 ,opmode(0, 0, 0, 0, 1, iABC) /* OP_LOADNIL */ 29 ,opmode(0, 0, 0, 0, 1, iABC) /* OP_GETUPVAL */ [all …]
|
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lopcodes.c | 62 #define opmode(t,a,b,c,m) (((t)<<7) | ((a)<<6) | ((b)<<4) | ((c)<<2) | (m)) macro 66 opmode(0, 1, OpArgR, OpArgN, iABC) /* OP_MOVE */ 67 ,opmode(0, 1, OpArgK, OpArgN, iABx) /* OP_LOADK */ 68 ,opmode(0, 1, OpArgN, OpArgN, iABx) /* OP_LOADKX */ 69 ,opmode(0, 1, OpArgU, OpArgU, iABC) /* OP_LOADBOOL */ 70 ,opmode(0, 1, OpArgU, OpArgN, iABC) /* OP_LOADNIL */ 71 ,opmode(0, 1, OpArgU, OpArgN, iABC) /* OP_GETUPVAL */ 72 ,opmode(0, 1, OpArgU, OpArgK, iABC) /* OP_GETTABUP */ 73 ,opmode(0, 1, OpArgR, OpArgK, iABC) /* OP_GETTABLE */ 74 ,opmode(0, 0, OpArgK, OpArgK, iABC) /* OP_SETTABUP */ [all …]
|
/freebsd/sys/net80211/ |
H A D | ieee80211_vht.c | 337 * opmode is '1' for "vhtcap as if I'm a STA", 0 otherwise. 341 struct ieee80211_vht_cap *vhtcap, int opmode) in ieee80211_vht_get_vhtcap_ie() argument 364 if (opmode == 1) { in ieee80211_vht_get_vhtcap_ie() 374 if (opmode == 1) { in ieee80211_vht_get_vhtcap_ie() 391 if (opmode == 1) { in ieee80211_vht_get_vhtcap_ie() 401 if (opmode == 1) { in ieee80211_vht_get_vhtcap_ie() 411 if (opmode == 1) { in ieee80211_vht_get_vhtcap_ie() 436 if (opmode == 1) { in ieee80211_vht_get_vhtcap_ie() 449 if (opmode == 1) { in ieee80211_vht_get_vhtcap_ie() 479 if (opmode in ieee80211_vht_get_vhtcap_ie() 872 ieee80211_vht_get_vhtinfo_ie(struct ieee80211_node * ni,struct ieee80211_vht_operation * vhtop,int opmode) ieee80211_vht_get_vhtinfo_ie() argument [all...] |
/freebsd/contrib/sendmail/libsmutil/ |
H A D | cf.c | 34 getcfname(opmode, submitmode, cftype, conffile) 35 int opmode; 49 opmode == MD_DELIVER || 50 opmode == MD_ARPAFTP || 51 opmode == MD_SMTP) &&
|
/freebsd/contrib/wpa/src/ap/ |
H A D | ieee802_11_he.c | 90 enum ieee80211_op_mode opmode) in hostapd_eid_he_capab() argument 102 ppet_size = ieee80211_he_ppet_size(mode->he_capab[opmode].ppet[0], in hostapd_eid_he_capab() 103 mode->he_capab[opmode].phy_cap); in hostapd_eid_he_capab() 133 os_memcpy(cap->he_mac_capab_info, mode->he_capab[opmode].mac_cap, in hostapd_eid_he_capab() 135 os_memcpy(cap->he_phy_capab_info, mode->he_capab[opmode].phy_cap, in hostapd_eid_he_capab() 137 os_memcpy(cap->optional, mode->he_capab[opmode].mcs, mcs_nss_size); in hostapd_eid_he_capab() 140 mode->he_capab[opmode].ppet, ppet_size); in hostapd_eid_he_capab() 426 enum ieee80211_op_mode opmode) in check_valid_he_mcs() argument 435 ap_mcs_set = (u16 *) hapd->iface->current_mode->he_capab[opmode].mcs; in check_valid_he_mcs() 484 enum ieee80211_op_mode opmode, const u8 *he_capab, in copy_sta_he_capab() argument [all …]
|
H A D | ieee802_11_eht.c | 110 enum ieee80211_op_mode opmode) in hostapd_eid_eht_capab_len() argument 120 eht_cap = &mode->eht_capab[opmode]; in hostapd_eid_eht_capab_len() 126 mode->he_capab[opmode].phy_cap, in hostapd_eid_eht_capab_len() 136 enum ieee80211_op_mode opmode) in hostapd_eid_eht_capab() argument 148 eht_cap = &mode->eht_capab[opmode]; in hostapd_eid_eht_capab() 181 mode->he_capab[opmode].phy_cap, in hostapd_eid_eht_capab() 319 enum ieee80211_op_mode opmode) in check_valid_eht_mcs() argument 330 ap_mcs = mode->eht_capab[opmode].mcs; in check_valid_eht_mcs() 336 mode->he_capab[opmode].phy_cap, in check_valid_eht_mcs() 337 mode->eht_capab[opmode].phy_cap) == in check_valid_eht_mcs() [all …]
|
H A D | ieee802_11.h | 69 enum ieee80211_op_mode opmode); 126 enum ieee80211_op_mode opmode, const u8 *he_capab, 237 enum ieee80211_op_mode opmode); 239 enum ieee80211_op_mode opmode); 242 enum ieee80211_op_mode opmode,
|
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300_beacon.c | 38 u_int32_t beacon_period_fraction, HAL_OPMODE opmode) in ar9300_beacon_init() argument 42 HALASSERT(opmode == HAL_M_IBSS || opmode == HAL_M_HOSTAP); in ar9300_beacon_init() 43 if (opmode == HAL_M_IBSS) { in ar9300_beacon_init() 62 __func__, next_beacon, beacon_period, opmode, beacon_period_usec); in ar9300_beacon_init()
|
H A D | ar9300_stub_funcs.h | 87 extern HAL_BOOL ar9300_Stub_Use32KHzclock(struct ath_hal *ah, HAL_OPMODE opmode); 88 extern void ar9300_Stub_SetupClock(struct ath_hal *ah, HAL_OPMODE opmode); 89 extern void ar9300_Stub_RestoreClock(struct ath_hal *ah, HAL_OPMODE opmode); 129 extern HAL_BOOL ar9300_Stub_Reset(struct ath_hal *ah, HAL_OPMODE opmode, 135 extern void ar9300_Stub_SetOperatingMode(struct ath_hal *ah, int opmode);
|
H A D | ar9300_stub_funcs.c | 556 ar9300_Stub_Use32KHzclock(struct ath_hal *ah, HAL_OPMODE opmode) in ar9300_Stub_Use32KHzclock() argument 564 ar9300_Stub_SetupClock(struct ath_hal *ah, HAL_OPMODE opmode) in ar9300_Stub_SetupClock() argument 571 ar9300_Stub_RestoreClock(struct ath_hal *ah, HAL_OPMODE opmode) in ar9300_Stub_RestoreClock() argument 766 ar9300_Stub_Reset(struct ath_hal *ah, HAL_OPMODE opmode, in ar9300_Stub_Reset() argument 786 ar9300_Stub_SetOperatingMode(struct ath_hal *ah, int opmode) in ar9300_Stub_SetOperatingMode() argument
|
H A D | ar9300_freebsd.c | 545 ar9300_reset_freebsd(struct ath_hal *ah, HAL_OPMODE opmode, in ar9300_reset_freebsd() argument 558 r = ar9300_reset(ah, opmode, chan, macmode, in ar9300_reset_freebsd() 966 HALASSERT(opmode == HAL_M_IBSS || opmode == HAL_M_HOSTAP); in ar9300_beacon_set_beacon_timers() 967 if (opmode == HAL_M_IBSS) { in ar9300_beacon_set_beacon_timers()
|
/freebsd/sys/dev/ath/ath_hal/ar5312/ |
H A D | ar5312_misc.c | 98 ar5312SetupClock(struct ath_hal *ah, HAL_OPMODE opmode) in ar5312SetupClock() argument 100 if (ar5212Use32KHzclock(ah, opmode)) { in ar5312SetupClock() 142 ar5312RestoreClock(struct ath_hal *ah, HAL_OPMODE opmode) in ar5312RestoreClock() argument 144 if (ar5212Use32KHzclock(ah, opmode)) { in ar5312RestoreClock()
|
H A D | ar5312.h | 61 extern void ar5312SetupClock(struct ath_hal *ah, HAL_OPMODE opmode); 62 extern void ar5312RestoreClock(struct ath_hal *ah, HAL_OPMODE opmode); 64 extern HAL_BOOL ar5312Reset(struct ath_hal *ah, HAL_OPMODE opmode,
|
H A D | ar5312_reset.c | 89 ar5312Reset(struct ath_hal *ah, HAL_OPMODE opmode, in ar5312Reset() argument 124 switch (opmode) { in ar5312Reset() 132 __func__, opmode); in ar5312Reset() 201 ar5312RestoreClock(ah, opmode); /* move to refclk operation */ in ar5312Reset() 353 ar5212SetOperatingMode(ah, opmode); in ar5312Reset() 497 if (opmode == HAL_M_HOSTAP) in ar5312Reset() 518 ar5312SetupClock(ah, opmode); in ar5312Reset() 559 AH_PRIVATE(ah)->ah_opmode = opmode; /* record operating mode */ in ar5312Reset()
|
/freebsd/usr.bin/posixshmcontrol/ |
H A D | posixshmcontrol.c | 552 struct opmode { struct 557 static const struct opmode opmodes[] = { argument 570 const struct opmode *opmode; in main() local 574 opmode = NULL; in main() 582 opmode = &opmodes[i]; in main() 586 if (opmode == NULL) { in main() 590 ret = opmode->impl(argc - 1, argv + 1); in main()
|
/freebsd/sys/contrib/dev/athk/ |
H A D | debug.c | 20 const char *ath_opmode_to_string(enum nl80211_iftype opmode) in ath_opmode_to_string() argument 22 switch (opmode) { in ath_opmode_to_string()
|
H A D | ath.h | 326 const char *ath_opmode_to_string(enum nl80211_iftype opmode); 328 static inline const char *ath_opmode_to_string(enum nl80211_iftype opmode) in ath_opmode_to_string() argument
|
/freebsd/sys/dev/ath/ath_hal/ar5210/ |
H A D | ar5210_reset.c | 59 static void ar5210SetOperatingMode(struct ath_hal *, int opmode); 70 ar5210Reset(struct ath_hal *ah, HAL_OPMODE opmode, in ar5210Reset() argument 86 opmode, chan->ic_freq, chan->ic_flags, in ar5210Reset() 104 switch (opmode) { in ar5210Reset() 112 __func__, opmode); in ar5210Reset() 128 ar5210SetOperatingMode(ah, opmode); in ar5210Reset() 130 switch (opmode) { in ar5210Reset() 295 AH_PRIVATE(ah)->ah_opmode = opmode; /* record operating mode */ in ar5210Reset() 309 ar5210SetOperatingMode(struct ath_hal *ah, int opmode) in ar5210SetOperatingMode() argument 315 switch (opmode) { in ar5210SetOperatingMode()
|
/freebsd/sys/dev/rtwn/ |
H A D | if_rtwn.c | 464 enum ieee80211_opmode opmode, int id) in rtwn_vap_decrement_counters() argument 475 switch (opmode) { in rtwn_vap_decrement_counters() 489 KASSERT(0, ("wrong opmode %d\n", opmode)); in rtwn_vap_decrement_counters() 532 enum ieee80211_opmode opmode, int flags, in rtwn_vap_create() argument 549 if (opmode != IEEE80211_M_MONITOR) { in rtwn_vap_create() 567 if (opmode == IEEE80211_M_IBSS || in rtwn_vap_create() 568 opmode == IEEE80211_M_HOSTAP) { in rtwn_vap_create() 575 switch (opmode) { in rtwn_vap_create() 589 KASSERT(0, ("unknown opmode %d\n", opmode)); in rtwn_vap_create() 604 if (ieee80211_vap_setup(ic, vap, name, unit, opmode, in rtwn_vap_create() [all …]
|
/freebsd/tools/tools/net80211/wlanstats/ |
H A D | wlanstats.c | 390 int opmode; member 426 if (wf->opmode == -1) { in wlan_getopmode() 435 wf->opmode = IEEE80211_M_AHDEMO; in wlan_getopmode() 437 wf->opmode = IEEE80211_M_IBSS; in wlan_getopmode() 439 wf->opmode = IEEE80211_M_HOSTAP; in wlan_getopmode() 441 wf->opmode = IEEE80211_M_MONITOR; in wlan_getopmode() 443 wf->opmode = IEEE80211_M_STA; in wlan_getopmode() 445 return wf->opmode; in wlan_getopmode() 1030 wf->opmode = -1; in BSDSTAT_DEFINE_BOUNCE()
|
/freebsd/sys/dev/ath/ath_hal/ar5416/ |
H A D | ar5416_ani.c | 543 HAL_OPMODE opmode, int restore) in ar5416AniReset() argument 563 __func__, chan->ic_freq, chan->ic_flags, restore, opmode, in ar5416AniReset() 567 __func__, chan->ic_freq, chan->ic_flags, restore, opmode, in ar5416AniReset() 570 OS_MARK(ah, AH_MARK_ANI_RESET, opmode); in ar5416AniReset() 592 if (opmode == HAL_M_HOSTAP) { in ar5416AniReset() 603 if (opmode == HAL_M_STA) in ar5416AniReset()
|
/freebsd/sys/dev/ath/ath_hal/ar5211/ |
H A D | ar5211_reset.c | 144 static void ar5211SetOperatingMode(struct ath_hal *, int opmode); 155 ar5211Reset(struct ath_hal *ah, HAL_OPMODE opmode, in ar5211Reset() argument 178 __func__, opmode, chan->ic_freq, chan->ic_flags, in ar5211Reset() 188 switch (opmode) { in ar5211Reset() 196 "%s: invalid operating mode %u\n", __func__, opmode); in ar5211Reset() 380 ar5211SetOperatingMode(ah, opmode); in ar5211Reset() 420 if (opmode != HAL_M_HOSTAP && in ar5211Reset() 512 if (opmode == HAL_M_HOSTAP) { in ar5211Reset() 541 AH_PRIVATE(ah)->ah_opmode = opmode; /* record operating mode */ in ar5211Reset() 2088 ar5211SetOperatingMode(struct ath_hal *ah, int opmode) in ar5211SetOperatingMode() argument [all …]
|
/freebsd/sys/dev/mwl/ |
H A D | mwldiag.h | 88 uint32_t opmode; /* operating mode */ member
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kInstrArithmetic.td | 83 /// This Op is similar to the one above except it uses reversed opmode, some 86 /// NOTE when using dd commands it is irrelevant which opmode to use(as it seems) 143 // opmode or using *I encoding, and again some instructions also support address 1028 string mnemonic, bits<7> opmode> 1042 opmode) 1049 defvar opmode = MxFPOpModeSelector<rounding, single, double, extended>.Mode; 1052 : MxFUnary_FF<MxOp80AddrMode_fpr, rounding, mnemonic, opmode>; 1058 rounding, mnemonic, opmode>; 1071 string mnemonic, bits<7> opmode> 1085 opmode) [all …]
|
/freebsd/sys/dev/ath/ath_hal/ar5212/ |
H A D | ar5212.h | 512 extern HAL_BOOL ar5212Use32KHzclock(struct ath_hal *ah, HAL_OPMODE opmode); 513 extern void ar5212SetupClock(struct ath_hal *ah, HAL_OPMODE opmode); 514 extern void ar5212RestoreClock(struct ath_hal *ah, HAL_OPMODE opmode); 556 extern HAL_BOOL ar5212Reset(struct ath_hal *ah, HAL_OPMODE opmode, 561 extern void ar5212SetOperatingMode(struct ath_hal *ah, int opmode);
|