Home
last modified time | relevance | path

Searched refs:testmode (Results 1 – 18 of 18) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dtestmode.c102 ar->testmode.expected_seq = 0; in ath10k_tm_event_segmented()
103 ar->testmode.data_pos = 0; in ath10k_tm_event_segmented()
106 data_pos = ar->testmode.data_pos; in ath10k_tm_event_segmented()
115 memcpy(&ar->testmode.eventdata[data_pos], buf_pos, datalen); in ath10k_tm_event_segmented()
118 if (++ar->testmode.expected_seq != total_segments) { in ath10k_tm_event_segmented()
119 ar->testmode.data_pos = data_pos; in ath10k_tm_event_segmented()
149 ret = nla_put(nl_skb, ATH10K_TM_ATTR_DATA, data_pos, &ar->testmode.eventdata[0]); in ath10k_tm_event_segmented()
174 if (!ar->testmode.utf_monitor) { in ath10k_tm_event_wmi()
185 if (ar->testmode.expected_seq != ATH10K_FTM_SEG_NONE) in ath10k_tm_event_wmi()
290 &ar->testmode.utf_mode_fw.fw_file); in ath10k_tm_fetch_firmware()
[all …]
H A DMakefile19 ath10k_core-$(CONFIG_NL80211_TESTMODE) += testmode.o
H A Dcore.h1277 } testmode; member
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dtestmode.c137 ab->testmode.expected_seq = 0; in ath11k_tm_process_event()
138 ab->testmode.data_pos = 0; in ath11k_tm_process_event()
141 data_pos = ab->testmode.data_pos; in ath11k_tm_process_event()
150 memcpy(&ab->testmode.eventdata[data_pos], buf_pos, datalen); in ath11k_tm_process_event()
153 if (++ab->testmode.expected_seq != total_segments) { in ath11k_tm_process_event()
154 ab->testmode.data_pos = data_pos; in ath11k_tm_process_event()
179 &ab->testmode.eventdata[0])) { in ath11k_tm_process_event()
280 ar->ab->testmode.eventdata = kzalloc(ATH_FTM_EVENT_MAX_BUF_LENGTH, in ath11k_tm_cmd_testmode_start()
282 if (!ar->ab->testmode.eventdata) { in ath11k_tm_cmd_testmode_start()
H A DMakefile25 ath11k-$(CONFIG_NL80211_TESTMODE) += testmode.o
H A Dcore.h1094 } testmode; member
/freebsd/sys/contrib/dev/mediatek/mt76/mt7925/
H A Dtestmode.c39 bool testmode = false, normal = false; in mt7925_tm_set() local
53 testmode = true; in mt7925_tm_set()
56 if (testmode) { in mt7925_tm_set()
H A DMakefile8 mt7925-common-$(CONFIG_NL80211_TESTMODE) += testmode.o
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dtestmode.c41 bool testmode = false, normal = false; in mt7921_tm_set() local
52 testmode = true; in mt7921_tm_set()
55 if (testmode) { in mt7921_tm_set()
H A DMakefile9 mt7921-common-$(CONFIG_NL80211_TESTMODE) += testmode.o
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-speed.pod.in30 [B<-testmode>]
134 =item B<-testmode>
136 Runs the speed command in testmode. Runs only 1 iteration of each algorithm test
168 The B<-testmode> option was added in OpenSSL 3.4.
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A DMakefile8 mt7915e-$(CONFIG_NL80211_TESTMODE) += testmode.o
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A DMakefile13 mt7615-common-$(CONFIG_NL80211_TESTMODE) += testmode.o
/freebsd/sys/contrib/dev/mediatek/mt76/
H A DMakefile17 mt76-$(CONFIG_NL80211_TESTMODE) += testmode.o
/freebsd/contrib/sendmail/libmilter/
H A Dengine.c849 bool testmode = false; local
1004 testmode = bitset(SMFIP_TEST, m_pflags);
1005 if (testmode)
1144 , (long) ctx->ctx_id, testmode
1148 if (!testmode)
/freebsd/usr.sbin/makefs/
H A Dcd9660.c318 size_t length, char testmode, char *dest) in cd9660_arguments_set_string() argument
326 if (testmode == 'd') in cd9660_arguments_set_string()
337 fieldtitle, testmode); in cd9660_arguments_set_string()
/freebsd/crypto/openssl/apps/
H A Dspeed.c134 static int testmode = 0; variable
515 #define COND(unused_cond) (run && count < (testmode ? 1 : INT_MAX))
2127 if (testmode) in speed_main()
2200 testmode = 1; in speed_main()
4654 if (ret == 0 && testmode) in speed_main()
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c138 u_int32_t testmode, nfsmode, supported = 0; in nfsrvd_access() local
204 testmode = NFSACCESS_LOOKUP; in nfsrvd_access()
206 testmode = NFSACCESS_EXECUTE; in nfsrvd_access()
207 if (nfsmode & testmode) { in nfsrvd_access()
208 supported |= (nfsmode & testmode); in nfsrvd_access()
211 nfsmode &= ~testmode; in nfsrvd_access()