Home
last modified time | relevance | path

Searched refs:opmode (Results 1 – 25 of 77) sorted by relevance

1234

/freebsd/contrib/lua/src/
H A Dlopcodes.c20 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 Dlopcodes.c62 #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 Dieee80211_vht.c337 * 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 Dcf.c34 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 Dieee802_11_he.c90 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 Dieee802_11_eht.c110 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 Dieee802_11.h69 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 Dar9300_beacon.c38 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 Dar9300_stub_funcs.h87 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 Dar9300_stub_funcs.c556 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 Dar9300_freebsd.c545 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 Dar5312_misc.c98 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 Dar5312.h61 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 Dar5312_reset.c89 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 Dposixshmcontrol.c552 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 Ddebug.c20 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 Dath.h326 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 Dar5210_reset.c59 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 Dif_rtwn.c464 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 Dwlanstats.c390 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 Dar5416_ani.c543 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 Dar5211_reset.c144 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 Dmwldiag.h88 uint32_t opmode; /* operating mode */ member
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrArithmetic.td83 /// 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 Dar5212.h512 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);

1234