Home
last modified time | relevance | path

Searched full:testmode (Results 1 – 25 of 42) sorted by relevance

12

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dtestmode.c6 #include "testmode.h"
38 "testmode event wmi cmd_id %d skb %pK skb->len %d\n", in ath10k_tm_event_wmi()
45 if (!ar->testmode.utf_monitor) { in ath10k_tm_event_wmi()
50 /* Only testmode.c should be handling events from utf firmware, in ath10k_tm_event_wmi()
61 "failed to allocate skb for testmode wmi event\n"); in ath10k_tm_event_wmi()
68 "failed to put testmode wmi event cmd attribute: %d\n", in ath10k_tm_event_wmi()
77 "failed to put testmode wmi event cmd_id: %d\n", in ath10k_tm_event_wmi()
86 "failed to copy skb to testmode wmi event: %d\n", in ath10k_tm_event_wmi()
106 "testmode cmd get version_major %d version_minor %d\n", in ath10k_tm_cmd_get_version()
150 ath10k_dbg(ar, ATH10K_DBG_TESTMODE, "testmode fw request '%s': %d\n", in ath10k_tm_fetch_utf_firmware_api_1()
[all …]
H A Dtestmode_i.h6 /* "API" level of the ath10k testmode interface. Bump it after every
32 /* All ath10k testmode interface commands specified in
36 /* Returns the supported ath10k testmode interface version in
39 * testmode interface
H A DMakefile19 ath10k_core-$(CONFIG_NL80211_TESTMODE) += testmode.o
H A Dcore.h1264 } testmode; member
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dtestmode.c7 #include "testmode.h"
60 ath11k_warn(ab, "testmode event not handled due to invalid pdev\n"); in ath11k_tm_wmi_event_unsegmented()
72 "failed to allocate skb for unsegmented testmode wmi event\n"); in ath11k_tm_wmi_event_unsegmented()
79 ath11k_warn(ab, "failed to populate testmode unsegmented event\n"); in ath11k_tm_wmi_event_unsegmented()
90 ath11k_warn(ab, "Failed to send testmode event to higher layers\n"); in ath11k_tm_wmi_event_unsegmented()
116 ath11k_warn(ab, "testmode event not handled due to invalid pdev id: %d\n", in ath11k_tm_process_event()
123 ath11k_warn(ab, "testmode event not handled due to absence of pdev\n"); in ath11k_tm_process_event()
137 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()
[all …]
H A Dtestmode_i.h7 /* "API" level of the ath11k testmode interface. Bump it after every
34 /* All ath11k testmode interface commands specified in
38 /* Returns the supported ath11k testmode interface version in
41 * testmode interface
H A DMakefile23 ath11k-$(CONFIG_NL80211_TESTMODE) += testmode.o
H A Ddebug.h56 return "testmode"; in ath11k_dbg_str()
H A Dcore.h1013 } testmode; member
/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()
56 /* Make sure testmode running on full power mode */ in mt7921_tm_set()
H A DMakefile9 mt7921-common-$(CONFIG_NL80211_TESTMODE) += testmode.o
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A DMakefile8 mt7915e-$(CONFIG_NL80211_TESTMODE) += testmode.o
H A Dtestmode.c7 #include "testmode.h"
398 /* config rx filter for testmode rx */ in mt7915_tm_reg_backup_restore()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DVTuneSupportPlugin.cpp170 bool EmitDebugInfo, bool TestMode) { in Create() argument
173 ES.intern(TestMode ? RegisterTestVTuneImplName : RegisterVTuneImplName); in Create()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A DMakefile13 mt7615-common-$(CONFIG_NL80211_TESTMODE) += testmode.o
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Debugging/
H A DVTuneSupportPlugin.h47 bool TestMode = false);
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dtestmode.h13 * enum mt76_testmode_attr - testmode attributes inside NL80211_ATTR_TESTDATA
/freebsd/contrib/sendmail/libmilter/
H A Dengine.c849 bool testmode = false; local
1004 testmode = bitset(SMFIP_TEST, m_pflags);
1005 if (testmode)
1143 " testmode=%d, pflags2mta=%X, internal_pflags=%X\n"
1144 , (long) ctx->ctx_id, testmode
1148 if (!testmode)
/freebsd/tests/sys/cddl/zfs/tests/acl/cifs/
H A Dcifs_attr_003_pos.ksh383 verify_expect $expect $CHG_USR_EXEC $user chmod $TESTMODE $object
580 TESTMODE=777
/freebsd/sys/contrib/zstd/programs/
H A Dfileio.c322 int testMode; member
394 ret->testMode = 0; in FIO_createPreferences()
507 void FIO_setTestMode(FIO_prefs_t* const prefs, int testMode) { in FIO_setTestMode() argument
508 prefs->testMode = (testMode!=0); in FIO_setTestMode()
652 if (prefs->testMode) return NULL; /* do not open file in test mode */ in FIO_openDstFile()
2068 if (prefs->testMode) return 0; /* do not output anything in test mode */ in FIO_fwriteSparse()
2137 if (prefs->testMode) assert(storedSkips == 0); in FIO_fwriteSparseEnd()
2635 if ((ress.dstFile == NULL) && (prefs->testMode==0)) { in FIO_decompressDstFile()
2876 if (!prefs->testMode) { in FIO_decompressMultipleFilenames()
2885 if ((!prefs->testMode) && (fclose(ress.dstFile))) in FIO_decompressMultipleFilenames()
H A Dfileio.h100 void FIO_setTestMode(FIO_prefs_t* const prefs, int 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/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStreamChecker.cpp330 bool TestMode = false; member in __anon299e83ef0211::StreamChecker
880 if (!Desc && TestMode) in evalCall()
2036 Checker->TestMode = true; in registerStreamTesterChecker()
/freebsd/sys/dev/aic7xxx/
H A Daic79xx_pci.c257 #define TESTMODE 0x00000800ul
263 #define TESTMODE global() macro
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c137 u_int32_t testmode, nfsmode, supported = 0; in nfsrvd_access() local
203 testmode = NFSACCESS_LOOKUP; in nfsrvd_access()
205 testmode = NFSACCESS_EXECUTE; in nfsrvd_access()
206 if (nfsmode & testmode) { in nfsrvd_access()
207 supported |= (nfsmode & testmode); in nfsrvd_access()
210 nfsmode &= ~testmode; in nfsrvd_access()

12