HomeSort by relevance Sort by last modified time
    Searched refs:detector (Results 1 - 20 of 20) sorted by null

  /onnv/onnv-gate/usr/src/cmd/fm/modules/common/zfs-diagnosis/
zfs_de.c 304 nvlist_t *detector, *fault; local
311 * Construct the detector from the case data. The detector is in the
315 detector = fmd_nvl_alloc(hdl, FMD_SLEEP);
317 (void) nvlist_add_uint8(detector, FM_VERSION, ZFS_SCHEME_VERSION0);
318 (void) nvlist_add_string(detector, FM_FMRI_SCHEME, FM_FMRI_SCHEME_ZFS);
319 (void) nvlist_add_uint64(detector, FM_FMRI_ZFS_POOL,
322 (void) nvlist_add_uint64(detector, FM_FMRI_ZFS_VDEV,
327 * We also want to make sure that the detector (pool or vdev) properly
333 if (!fmd_nvl_fmri_present(hdl, detector) ||
411 nvlist_t *detector; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fps/fptest/
fps_ereport_mod.c 130 * adds the detector data to fmri_svc.
287 nvlist_t *detector; local
316 if ((detector = fps_nvlist_create()) == NULL) {
332 /* setup detector */
333 if (fps_fmri_svc_set(detector, getenv("SMF_FMRI")) != 0) {
362 (nvlist_t *)detector) != 0)
402 if (detector != NULL)
403 nvlist_free(detector);
  /onnv/onnv-gate/usr/src/uts/common/fs/zfs/
zfs_fm.c 106 nvlist_t *ereport, *detector; local
190 if ((detector = fm_nvlist_create(NULL)) == NULL) {
219 * Construct the full class, detector, and other standard FMA fields.
224 fm_fmri_zfs_set(detector, FM_ZFS_SCHEME_VERSION, spa_guid(spa),
227 fm_ereport_set(ereport, FM_EREPORT_VERSION, class, ena, detector, NULL);
349 *detector_out = detector;
670 nvlist_t *detector = NULL; local
672 zfs_ereport_start(&ereport, &detector,
681 fm_nvlist_destroy(detector, FM_NVA_FREE);
778 nvlist_t *detector = NULL local
    [all...]
  /onnv/onnv-gate/usr/src/uts/intel/io/intel_nb5000/
intel_nb5000.c 424 * has the same detector with existing 5000 ereports.
2113 nvlist_t *detector = fm_nvlist_create(nva); local
2156 nvlist_t *ereport, *detector; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4u/starcat/io/
scosmb.c 524 nvlist_t *erp, *detector, *hcelem; local
559 * detector fmri aggregated ID data for SC-DE
582 detector = fm_nvlist_create(NULL);
585 * Create legacy FMRI for the detector
614 (void) nvlist_add_uint8(detector, FM_VERSION, FM_HC_SCHEME_VERSION);
615 (void) nvlist_add_string(detector, FM_FMRI_SCHEME, FM_FMRI_SCHEME_HC);
616 (void) nvlist_add_string(detector, FM_FMRI_HC_ROOT, "");
617 (void) nvlist_add_uint32(detector, FM_FMRI_HC_LIST_SZ, 1);
618 (void) nvlist_add_nvlist_array(detector, FM_FMRI_HC_LIST, &hcelem, 1);
626 fm_ena_generate(0, FM_ENA_FMT1), detector, NULL)
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/os/
ddifm.c 330 nvlist_t *detector = NULL; local
381 * D: detector (path and optional devid authority)
402 /* D: detector: form dev scheme fmri with path and devid. */
416 detector = fm_nvlist_create(nva);
417 fm_fmri_dev_set(detector, FM_DEV_SCHEME_VERSION, NULL, path, devid);
420 fm_ereport_set(ereport, version, class, ena, detector, NULL);
440 if (detector && (nva == NULL))
441 fm_nvlist_destroy(detector, FM_NVA_FREE);
pcifm.c 1171 nvlist_t *ereport, *detector; local
    [all...]
fm.c 793 * detector nvlist_t <detector>
799 uint64_t ena, const nvlist_t *detector, ...)
823 (nvlist_t *)detector) != 0) {
827 va_start(ap, detector);
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4u/io/pci/
pci_ecc.c 669 nvlist_t *ereport, *detector; local
675 * special detector here. Since we do not have a device path for
692 detector = fm_nvlist_create(nva);
696 ASSERT(detector);
704 fm_fmri_dev_set(detector, FM_DEV_SCHEME_VERSION, NULL, dev_path, NULL);
726 ecc_err->ecc_ena, detector,
737 ecc_err->ecc_ena, detector,
pcisch.c 2806 nvlist_t *ereport, *detector; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fm/modules/common/disk-transport/
disk_transport.c 77 const char *faultname, uint64_t ena, nvlist_t *detector, nvlist_t *payload)
90 e |= nvlist_add_nvlist(nvl, FM_EREPORT_DETECTOR, detector);
  /onnv/onnv-gate/usr/src/cmd/fm/modules/common/fabric-xlate/
fabric-xlate.c 575 nvlist_t *detector, *new_detector; local
579 /* Grab the tod, ena and detector(FMRI) */
582 err |= nvlist_lookup_nvlist(nvl, FM_EREPORT_DETECTOR, &detector);
586 /* Make a copy of the detector */
587 err = nvlist_dup(detector, &new_detector, NV_UNIQUE_NAME);
652 nvlist_t *detector; local
664 /* Grab the tod, ena and detector(FMRI) */
673 if (nvlist_alloc(&detector, NV_UNIQUE_NAME, 0) != 0) {
677 (void) nvlist_add_uint8(detector, FM_VERSION,
679 (void) nvlist_add_string(detector, FM_FMRI_SCHEME
1640 nvlist_t *detector; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/intel/io/mc-amd/
mcamd_subr.c 677 * The mc argument is used to formulate a detector and this mc should
681 * it will be an ereport formed using the given class suffix, detector
693 nvlist_t *ereport, *detector; local
697 detector = mc_fmri_create(mc);
702 fm_ena_generate(gethrtime(), FM_ENA_FMT1), detector, NULL);
703 fm_nvlist_destroy(detector, FM_NVA_FREE);
  /onnv/onnv-gate/usr/src/uts/sun4u/serengeti/io/
sgsbbc_mailbox.c 2458 nvlist_t *erp, *detector, *hcelem; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/i86pc/cpu/generic_cpu/
gcpu_mca.c 815 nvlist_t *ereport, *detector; local
845 * - detector
859 * The detector FMRI.
861 if ((detector = cms_ereport_detector(hdl, bankidx, mscookie,
863 detector = gcpu_fmri_create(hdl, nva);
872 cmi_hdl_strandid(hdl), FM_ENA_FMT1), detector, NULL);
875 fm_nvlist_destroy(detector, FM_NVA_RETAIN);
878 fm_nvlist_destroy(detector, FM_NVA_FREE);
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/pciex/
pcie_fault.c 2453 nvlist_t *detector; local
2705 pf_ereport_post(PCIE_BUS2DIP(bus_p), &ereport, &detector, local
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4u/cpu/
opl_olympus.c 1509 nvlist_t *ereport, *detector, *resource; local
    [all...]
us3_common.c 6610 nvlist_t *ereport, *detector, *resource; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4u/opl/io/
mc-opl.c 937 nvlist_t *ereport, *detector, *resource; local
961 detector = fm_nvlist_create(nva);
970 (void) fm_fmri_dev_set(detector, FM_DEV_SCHEME_VERSION, NULL,
984 fm_ena_generate(mc_aflt->mflt_id, FM_ENA_FMT1), detector, NULL);
1105 fm_nvlist_destroy(detector, FM_NVA_FREE);
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/
bofi.c 4727 nvlist_t *detector; local
    [all...]

Completed in 780 milliseconds