Home
last modified time | relevance | path

Searched full:detector (Results 1 – 25 of 283) sorted by relevance

12345678910>>...12

/titanic_51/usr/src/test/util-tests/tests/libsff/
H A Dlibsff_8636_tech.out5 3 Pin Detector
11 3 Pin Detector
17 3 APD Detector
23 3 APD Detector
29 3 Pin Detector
35 3 Pin Detector
41 3 APD Detector
47 3 APD Detector
53 3 Pin Detector
59 3 Pin Detector
[all...]
/titanic_51/usr/src/cmd/fm/eversholt/files/sparc/sun4v/
H A Dgmem.esc120 * 1. if ereport has both sender & detector: membuf-crc errors will fault
121 * both detector & sender.
122 * - if detector is chip or memory-controller, the sender is memory-buffer.
123 * - if detector is memory-buffer, the sender is chip or memory-controller
125 * - if detector is chip, sender is memory-buffer
126 * - if detector is memory-controller, sender is memory-buffer
127 * - if detector is memory-buffer:
140 * detector is chip and ereport has a sender
152 * detector is chip and ereport does not have sender
170 * detector i
[all...]
/titanic_51/usr/src/cmd/fm/modules/common/fabric-xlate/
H A Dfx_subr.c49 nvlist_t *detector, *new_detector; in fab_prep_basic_erpt() local
53 /* Grab the tod, ena and detector(FMRI) */ in fab_prep_basic_erpt()
56 err |= nvlist_lookup_nvlist(nvl, FM_EREPORT_DETECTOR, &detector); in fab_prep_basic_erpt()
60 /* Make a copy of the detector */ in fab_prep_basic_erpt()
61 err = nvlist_dup(detector, &new_detector, NV_UNIQUE_NAME); in fab_prep_basic_erpt()
127 nvlist_t *detector; in fab_send_tgt_erpt() local
139 /* Grab the tod, ena and detector(FMRI) */ in fab_send_tgt_erpt()
148 if (nvlist_alloc(&detector, NV_UNIQUE_NAME, 0) != 0) { in fab_send_tgt_erpt()
152 (void) nvlist_add_uint8(detector, FM_VERSION, in fab_send_tgt_erpt()
154 (void) nvlist_add_string(detector, FM_FMRI_SCHEM in fab_send_tgt_erpt()
287 fab_hc_path(fmd_hdl_t * hdl,nvlist_t * detector,char ** hcpath,size_t * lenp) fab_hc_path() argument
322 fab_hc2dev_nvl(fmd_hdl_t * hdl,nvlist_t * detector,char ** dev_path) fab_hc2dev_nvl() argument
340 nvlist_t *detector; fab_get_hcpath() local
533 nvlist_t *detector; fab_get_rcpath() local
893 nvlist_t *detector, *nvl; fab_send_erpt_all_rps() local
[all...]
H A Dfx_epkt.c154 nvlist_t *detector; in fab_xlate_epkt_erpts() local
253 * reset the detector in the original ereport to the root port in fab_xlate_epkt_erpts()
256 if (nvlist_alloc(&detector, NV_UNIQUE_NAME, 0) != 0) { in fab_xlate_epkt_erpts()
261 (void) nvlist_add_string(detector, FM_VERSION, in fab_xlate_epkt_erpts()
263 (void) nvlist_add_string(detector, FM_FMRI_SCHEME, in fab_xlate_epkt_erpts()
265 (void) nvlist_add_string(detector, FM_FMRI_DEV_PATH, rppath); in fab_xlate_epkt_erpts()
267 (void) nvlist_add_nvlist(nvl, FM_EREPORT_DETECTOR, detector); in fab_xlate_epkt_erpts()
268 nvlist_free(detector); in fab_xlate_epkt_erpts()
/freebsd/sys/contrib/device-tree/Bindings/misc/
H A Dqemu,vcpu-stall-detector.yaml4 $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 DLazyDetector.h18 /// 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 Dgmock_leak_test_.cc33 // 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 Denvelope-detector.yaml4 $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 Denvelope-detector.txt1 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";
/freebsd/sys/contrib/device-tree/Bindings/media/xilinx/
H A Dxlnx,v-tc.txt5 detector.
18 - xlnx,detector: The VTC has a timing detector
21 At least one of the xlnx,detector and xlnx,generator properties must be
/titanic_51/usr/src/uts/intel/io/intel_nb5000/
H A Dintel_nb5000.c423 * has the same detector with existing 5000 ereports. in nf_mem_error()
1890 nb_fsb_report(const nb_regs_t *nb_regs, char *class, nvlist_t *detector, in nb_fsb_report() argument
1899 fm_fmri_hc_set(detector, FM_HC_SCHEME_VERSION, NULL, NULL, 2, in nb_fsb_report()
1917 nb_pex_report(const nb_regs_t *nb_regs, char *class, nvlist_t *detector, in nb_pex_report() argument
1923 fm_fmri_hc_set(detector, FM_HC_SCHEME_VERSION, NULL, NULL, 1, in nb_pex_report()
1927 fm_fmri_hc_set(detector, FM_HC_SCHEME_VERSION, NULL, NULL, 2, in nb_pex_report()
1967 nb_int_report(const nb_regs_t *nb_regs, char *class, nvlist_t *detector, in nb_int_report() argument
1970 fm_fmri_hc_set(detector, FM_HC_SCHEME_VERSION, NULL, NULL, 1, in nb_int_report()
1988 nb_fat_fbd_report(const nb_regs_t *nb_regs, char *class, nvlist_t *detector, in nb_fat_fbd_report() argument
1998 fm_fmri_hc_set(detector, FM_HC_SCHEME_VERSIO in nb_fat_fbd_report()
2023 nb_nf_fbd_report(const nb_regs_t * nb_regs,char * class,nvlist_t * detector,void * data) nb_nf_fbd_report() argument
2058 nb_dma_report(char * class,nvlist_t * detector) nb_dma_report() argument
2068 nb_thr_report(const nb_regs_t * nb_regs,char * class,nvlist_t * detector,void * data) nb_thr_report() argument
2082 nb_nf_mem_report(const nb_regs_t * nb_regs,char * class,nvlist_t * detector,void * data) nb_nf_mem_report() argument
2120 nvlist_t *detector = fm_nvlist_create(nva); nb_report() local
2163 nvlist_t *ereport, *detector; nb_drain() local
[all...]
/freebsd/sys/contrib/dev/athk/
H A Ddfs_pattern_detector.h59 * 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 Ddfs_pattern_detector.c152 * 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 */
227 * channel_detector_get() - get channel detector for given frequency
231 * Return value: pointer to channel detector on success, NULL otherwise
233 * Return existing channel detector for the given frequency or return a
248 * DFS Pattern Detector
285 /* reset detector on time stamp wraparound, caused by TSF reset */ in dpd_add_pulse()
H A Ddfs_pri_detector.h47 * struct pri_detector - PRI detector element for a dedicated radar type
51 * @rs: detector specs for this detector element
/titanic_51/usr/src/cmd/fm/eversholt/files/common/
H A Ddisk.esc34 * <disk-as-detector> The disk-as-detector DE provides the mapping between
52 * disk-as-detector: fault events.
64 * disk-as-detector: upset events.
75 * disk-as-detector: ereports from the kernel.
99 * disk-as-detector: propagations from faults(based on
144 * disk-as-detector: propagations from upsets(based on
154 * disk-as-detector: propagations from upsets(independent of
/titanic_51/usr/src/cmd/fm/modules/common/zfs-diagnosis/
H A Dzfs_de.c394 nvlist_t *detector, *fault; in zfs_case_solve() local
401 * Construct the detector from the case data. The detector is in the in zfs_case_solve()
405 detector = fmd_nvl_alloc(hdl, FMD_SLEEP); in zfs_case_solve()
407 (void) nvlist_add_uint8(detector, FM_VERSION, ZFS_SCHEME_VERSION0); in zfs_case_solve()
408 (void) nvlist_add_string(detector, FM_FMRI_SCHEME, FM_FMRI_SCHEME_ZFS); in zfs_case_solve()
409 (void) nvlist_add_uint64(detector, FM_FMRI_ZFS_POOL, in zfs_case_solve()
412 (void) nvlist_add_uint64(detector, FM_FMRI_ZFS_VDEV, in zfs_case_solve()
417 * We also want to make sure that the detector (pool or vdev) properly in zfs_case_solve()
423 if (!fmd_nvl_fmri_present(hdl, detector) || in zfs_case_solve()
534 nvlist_t *detector; zfs_fm_recv() local
[all...]
/freebsd/sys/contrib/device-tree/Bindings/iio/frequency/
H A Dadi,admv1014.yaml81 adi,detector-enable:
83 Digital Rx Detector Enable. The Square Law Detector output is
141 adi,detector-enable;
H A Dadi,admv1013.yaml64 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 Dadf4350.txt22 - adi,phase-detector-polarity-positive-enable: Enables positive phase
23 detector polarity. Default = negative.
82 adi,phase-detector-polarity-positive-enable;
/titanic_51/usr/src/uts/common/io/rtw/
H A Dsi4136reg.h80 #define SI4126_GAIN 1 /* phase detector gain */
81 #define SI4126_GAIN_KPI_MASK BITS(5, 4) /* IF phase detector gain */
82 #define SI4126_GAIN_KP2_MASK BITS(3, 2) /* RF2 phase detector gain */
83 #define SI4126_GAIN_KP1_MASK BITS(1, 0) /* RF1 phase detector gain */
/titanic_51/usr/src/man/man1m/
H A Dfmdump.1m509 detector = (embedded nvlist)
514 (end detector)
523 \fBExample 2 \fRRetrieving Specific Detector Device Path from \fBfmd\fR Log
526 The following command retrieves a detector device path from the \fBfmd\fR log.
531 # \fBfmdump -Ve -n 'detector.device-path=.*/disk@1,0$'\fR
536 detector = (embedded nvlist)
541 (end detector)
/titanic_51/usr/src/uts/common/fs/zfs/
H A Dzfs_fm.c110 nvlist_t *ereport, *detector; in zfs_ereport_start() local
194 if ((detector = fm_nvlist_create(NULL)) == NULL) { in zfs_ereport_start()
223 * Construct the full class, detector, and other standard FMA fields. in zfs_ereport_start()
228 fm_fmri_zfs_set(detector, FM_ZFS_SCHEME_VERSION, spa_guid(spa), in zfs_ereport_start()
231 fm_ereport_set(ereport, FM_EREPORT_VERSION, class, ena, detector, NULL); in zfs_ereport_start()
353 *detector_out = detector; in zfs_ereport_start()
674 nvlist_t *detector = NULL; in zfs_ereport_post() local
676 zfs_ereport_start(&ereport, &detector, in zfs_ereport_post()
685 fm_nvlist_destroy(detector, FM_NVA_FREE); in zfs_ereport_post()
786 nvlist_t *detector in zfs_ereport_post_checksum() local
[all...]
/titanic_51/usr/src/cmd/fm/modules/common/ext-event-transport/
H A Dfmevt_inbound_sunos.c41 const nvlist_t *detector, nvlist_t *rawattr, in pp_sunos_panic() argument
80 const nvlist_t *detector, nvlist_t *rawattr, in fmevt_pp_on_sunos() argument
85 detector, rawattr, eap)); in fmevt_pp_on_sunos()
/titanic_51/usr/src/cmd/fm/modules/sun4v/etm/
H A Detm_filter.c30 * Find the ldom that own the resource specified in the detector field
177 * the ereport detector
187 nvlist_t *det; /* ereport detector */ in etm_filter_find_ldom_id()
205 /* the detector is of hc-scheme */ in etm_filter_find_ldom_id()
207 fmd_hdl_debug(hdl, "ereport detector not found"); in etm_filter_find_ldom_id()
212 fmd_hdl_debug(hdl, "detector is not hc-schemed\n"); in etm_filter_find_ldom_id()
/freebsd/sys/contrib/openzfs/cmd/zed/agents/
H A Dzfs_diagnosis.c461 nvlist_t *detector, *fault; in zfs_case_solve() local
467 * Construct the detector from the case data. The detector is in the in zfs_case_solve()
471 detector = fmd_nvl_alloc(hdl, FMD_SLEEP); in zfs_case_solve()
473 (void) nvlist_add_uint8(detector, FM_VERSION, ZFS_SCHEME_VERSION0); in zfs_case_solve()
474 (void) nvlist_add_string(detector, FM_FMRI_SCHEME, FM_FMRI_SCHEME_ZFS); in zfs_case_solve()
475 (void) nvlist_add_uint64(detector, FM_FMRI_ZFS_POOL, in zfs_case_solve()
478 (void) nvlist_add_uint64(detector, FM_FMRI_ZFS_VDEV, in zfs_case_solve()
482 fault = fmd_nvl_create_fault(hdl, faultname, 100, detector, in zfs_case_solve()
483 fru, detector); in zfs_case_solve()
499 nvlist_free(detector); in zfs_case_solve()
[all …]

12345678910>>...12