/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | testmode.c | 6 #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 D | testmode_i.h | 6 /* "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 D | Makefile | 19 ath10k_core-$(CONFIG_NL80211_TESTMODE) += testmode.o
|
H A D | core.h | 1264 } testmode; member
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | testmode.c | 7 #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 D | testmode_i.h | 7 /* "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 D | Makefile | 23 ath11k-$(CONFIG_NL80211_TESTMODE) += testmode.o
|
H A D | debug.h | 56 return "testmode"; in ath11k_dbg_str()
|
H A D | core.h | 1013 } testmode; member
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/ |
H A D | testmode.c | 41 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 D | Makefile | 9 mt7921-common-$(CONFIG_NL80211_TESTMODE) += testmode.o
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/ |
H A D | Makefile | 8 mt7915e-$(CONFIG_NL80211_TESTMODE) += testmode.o
|
H A D | testmode.c | 7 #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 D | VTuneSupportPlugin.cpp | 170 bool EmitDebugInfo, bool TestMode) { in Create() argument 173 ES.intern(TestMode ? RegisterTestVTuneImplName : RegisterVTuneImplName); in Create()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/ |
H A D | Makefile | 13 mt7615-common-$(CONFIG_NL80211_TESTMODE) += testmode.o
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Debugging/ |
H A D | VTuneSupportPlugin.h | 47 bool TestMode = false);
|
/freebsd/sys/contrib/dev/mediatek/mt76/ |
H A D | testmode.h | 13 * enum mt76_testmode_attr - testmode attributes inside NL80211_ATTR_TESTDATA
|
/freebsd/contrib/sendmail/libmilter/ |
H A D | engine.c | 849 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 D | cifs_attr_003_pos.ksh | 383 verify_expect $expect $CHG_USR_EXEC $user chmod $TESTMODE $object 580 TESTMODE=777
|
/freebsd/sys/contrib/zstd/programs/ |
H A D | fileio.c | 322 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 D | fileio.h | 100 void FIO_setTestMode(FIO_prefs_t* const prefs, int testMode);
|
/freebsd/usr.sbin/makefs/ |
H A D | cd9660.c | 318 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 D | StreamChecker.cpp | 330 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 D | aic79xx_pci.c | 257 #define TESTMODE 0x00000800ul 263 #define TESTMODE global() macro
|
/freebsd/sys/fs/nfsserver/ |
H A D | nfs_nfsdserv.c | 137 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()
|