/freebsd/sys/contrib/device-tree/Bindings/misc/ |
H A D | qemu,vcpu-stall-detector.yaml | 4 $id: http://devicetree.org/schemas/misc/qemu,vcpu-stall-detector.yaml# 7 title: VCPU stall detector 10 This binding describes a CPU stall detector mechanism for virtual CPUs 19 - qemu,vcpu-stall-detector 27 The internal clock of the stall detector peripheral measure in Hz used 37 The stall detector expiration timeout measured in seconds. 52 compatible = "qemu,vcpu-stall-detector";
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | LazyDetector.h | 18 /// Simple wrapper for toolchain detector with costly initialization. This 19 /// delays the creation of the actual detector until its first usage. 26 std::optional<T> Detector; variable 33 if (!Detector) 34 Detector.emplace(D, Triple, Args); 35 return &*Detector;
|
/freebsd/contrib/googletest/googlemock/test/ |
H A D | gmock_leak_test_.cc | 33 // caught by Google Mock's leak detector. 64 // In order to test the leak detector, we deliberately leak foo. in TEST() 66 // Makes sure Google Mock's leak detector can change the exit code in TEST() 76 // In order to test the leak detector, we deliberately leak foo. in TEST() 78 // Makes sure Google Mock's leak detector can change the exit code in TEST() 91 // In order to test the leak detector, we deliberately leak foo1 and in TEST() 94 // Makes sure Google Mock's leak detector can change the exit code in TEST()
|
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/ |
H A D | envelope-detector.yaml | 4 $id: http://devicetree.org/schemas/iio/adc/envelope-detector.yaml# 7 title: ADC envelope detector using a DAC and a comparator 32 const: axentia,tse850-envelope-detector 77 envelope-detector { 78 compatible = "axentia,tse850-envelope-detector";
|
H A D | envelope-detector.txt | 1 Bindings for ADC envelope detector using a DAC and a comparator 21 - compatible: Should be "axentia,tse850-envelope-detector" 46 envelope-detector { 47 compatible = "axentia,tse850-envelope-detector";
|
H A D | holt,hi8435.yaml | 7 title: Holt Integrated Circuits HI-8435 SPI threshold detector 44 threshold-detector@0 {
|
/freebsd/sys/contrib/device-tree/Bindings/media/xilinx/ |
H A D | xlnx,v-tc.txt | 5 detector. 18 - xlnx,detector: The VTC has a timing detector 21 At least one of the xlnx,detector and xlnx,generator properties must be
|
/freebsd/sys/contrib/dev/athk/ |
H A D | dfs_pattern_detector.h | 59 * struct radar_detector_specs - detector specs for a radar pattern type 85 * struct dfs_pattern_detector - DFS pattern detector 87 * @set_dfs_domain(): set DFS domain, resets detector lines upon domain changes 88 * @add_pulse(): add radar pulse to detector, returns true on detection 115 * dfs_pattern_detector_init() - constructor for pattern detector class
|
H A D | dfs_pattern_detector.c | 152 * struct channel_detector - detector elements for a DFS channel 154 * @freq: frequency for this channel detector in MHz 155 * @detectors: array of dynamically created detector elements for this freq 158 * to support off-channel scanning. A pattern detector has a list of channels 167 /* channel_detector_reset() - reset detector lines for a given channel */ 232 * channel_detector_get() - get channel detector for given frequency 236 * Return value: pointer to channel detector on success, NULL otherwise 238 * Return existing channel detector for the given frequency or return a 253 * DFS Pattern Detector 290 /* reset detector on time stamp wraparound, caused by TSF reset */ in dpd_add_pulse()
|
H A D | dfs_pri_detector.h | 47 * struct pri_detector - PRI detector element for a dedicated radar type 51 * @rs: detector specs for this detector element
|
/freebsd/sys/contrib/device-tree/Bindings/iio/frequency/ |
H A D | adi,admv1014.yaml | 81 adi,detector-enable: 83 Digital Rx Detector Enable. The Square Law Detector output is 141 adi,detector-enable;
|
H A D | adi,admv1013.yaml | 64 Envelope Detector voltage regulator. 82 adi,detector-enable: 84 Enable the Envelope Detector available at output pins VENV_P and 151 adi,detector-enable;
|
H A D | adf4350.txt | 22 - adi,phase-detector-polarity-positive-enable: Enables positive phase 23 detector polarity. Default = negative. 82 adi,phase-detector-polarity-positive-enable;
|
H A D | adi,adf4350.yaml | 65 adi,phase-detector-polarity-positive-enable: 67 description: Enables positive phase detector polarity. Default negative. 193 adi,phase-detector-polarity-positive-enable;
|
/freebsd/sys/contrib/openzfs/cmd/zed/agents/ |
H A D | zfs_diagnosis.c | 464 nvlist_t *detector, *fault; in zfs_case_solve() local 470 * Construct the detector from the case data. The detector is in the in zfs_case_solve() 474 detector = fmd_nvl_alloc(hdl, FMD_SLEEP); in zfs_case_solve() 476 (void) nvlist_add_uint8(detector, FM_VERSION, ZFS_SCHEME_VERSION0); in zfs_case_solve() 477 (void) nvlist_add_string(detector, FM_FMRI_SCHEME, FM_FMRI_SCHEME_ZFS); in zfs_case_solve() 478 (void) nvlist_add_uint64(detector, FM_FMRI_ZFS_POOL, in zfs_case_solve() 481 (void) nvlist_add_uint64(detector, FM_FMRI_ZFS_VDEV, in zfs_case_solve() 485 fault = fmd_nvl_create_fault(hdl, faultname, 100, detector, in zfs_case_solve() 486 fru, detector); in zfs_case_solve() 502 nvlist_free(detector); in zfs_case_solve() [all …]
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | scientific | 38 # X-Ray Area Detector images 39 0 string R-AXIS4\ \ \ R-Axis Area Detector Image: 47 0 string RAXIS\ \ \ \ \ R-Axis Area Detector Image, Win32: 56 1028 string MMX\000\000\000\000\000\000\000\000\000\000\000\000\000 MAR Area Detector Image,
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | zfs_fm.c | 427 zfs_zevent_post_cb(nvlist_t *nvl, nvlist_t *detector) in zfs_zevent_post_cb() argument 432 if (detector) in zfs_zevent_post_cb() 433 fm_nvlist_destroy(detector, FM_NVA_FREE); in zfs_zevent_post_cb() 474 nvlist_t *ereport, *detector; in zfs_ereport_start() local 482 if ((detector = fm_nvlist_create(NULL)) == NULL) { in zfs_ereport_start() 511 * Construct the full class, detector, and other standard FMA fields. in zfs_ereport_start() 516 fm_fmri_zfs_set(detector, FM_ZFS_SCHEME_VERSION, spa_guid(spa), in zfs_ereport_start() 519 fm_ereport_set(ereport, FM_EREPORT_VERSION, class, ena, detector, NULL); in zfs_ereport_start() 775 *detector_out = detector; in zfs_ereport_start() 1167 nvlist_t *detector = NULL; in zfs_ereport_post() local [all …]
|
H A D | fm.c | 193 * Post a zevent. The cb will be called when nvl and detector are no longer 200 zfs_zevent_post(nvlist_t *nvl, nvlist_t *detector, zevent_cb_t *cb) in zfs_zevent_post() argument 248 ev->ev_detector = detector; in zfs_zevent_post() 259 cb(nvl, detector); in zfs_zevent_post() 747 * detector nvlist_t <detector> 761 uint64_t ena, const nvlist_t *detector, ...) in fm_ereport_set() argument 785 (nvlist_t *)detector) != 0) { in fm_ereport_set() 789 va_start(ap, detector); in fm_ereport_set()
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | fsl,micfil.yaml | 36 - description: voice activity detector event interrupt 37 - description: voice activity detector error interrupt
|
/freebsd/sys/contrib/dev/mediatek/mt76/ |
H A D | mt76x02_dfs.c | 211 /* reset hw detector */ in mt76x02_dfs_detector_reset() 214 /* reset sw detector */ in mt76x02_dfs_detector_reset() 632 /* sw detector rx radar pattern */ in mt76x02_dfs_tasklet() 659 /* hw detector rx radar pattern */ in mt76x02_dfs_tasklet() 667 /* reset hw detector */ in mt76x02_dfs_tasklet() 816 /* disable hw detector */ in mt76x02_phy_dfs_adjust_agc() 818 /* enable hw detector */ in mt76x02_phy_dfs_adjust_agc() 836 /* disable hw detector */ in mt76x02_dfs_init_params() 838 /* clear detector status */ in mt76x02_dfs_init_params()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_deadlock_detector.h | 10 // The deadlock detector maintains a directed graph of lock acquisitions. 11 // When a lock event happens, the detector checks if the locks already held by 14 // The detector can handle only a fixed amount of simultaneously live locks 18 // epochs can not be used with any of the detector methods except for 150 // Allocate new deadlock detector node.
|
H A D | sanitizer_deadlock_detector_interface.h | 10 // Abstract deadlock detector interface. 27 // dd - deadlock detector.
|
/freebsd/sys/contrib/device-tree/Bindings/phy/ |
H A D | nvidia,tegra20-usb-phy.txt | 55 - nvidia,hssquelch-level : HS squelch detector level. 56 - nvidia,hsdiscon-level : HS disconnect detector level.
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | RegisterFlagsDetector_arm64.h | 65 RegisterEntry(llvm::StringRef name, unsigned size, DetectorFn detector) in RegisterEntry() 67 m_detector(detector) {}
|
/freebsd/sys/contrib/device-tree/src/arm/microchip/ |
H A D | at91-tse850-3.dts | 69 env_det: envelope-detector { 70 compatible = "axentia,tse850-envelope-detector"; 90 envelope-detector-mux {
|