HomeSort by relevance Sort by last modified time
    Searched defs:ereport (Results 1 - 13 of 13) sorted by null

  /netvirt/usr/src/uts/common/fs/zfs/
zfs_fm.c 44 * EREPORT POOL VDEV IO
80 * We still generate an ereport, but the DE doesn't correlate it with any
82 * will issue a retry, which will trigger the 'real' ereport with the correct
91 * NULL, and no ereport will be generated (since it doesn't actually correspond
99 nvlist_t *ereport, *detector; local
135 if ((ereport = fm_nvlist_create(NULL)) == NULL)
139 fm_nvlist_destroy(ereport, FM_NVA_FREE);
144 * Serialize ereport generation
175 fm_ereport_set(ereport, FM_EREPORT_VERSION, class, ena, detector, NULL);
178 * Construct the per-ereport payload, depending on which parameters ar
    [all...]
  /netvirt/usr/src/cmd/mdb/common/modules/genunix/
fm.c 150 ereport(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) function
176 * The following code attempts to pretty print the ereport class
  /netvirt/usr/src/uts/common/os/
ddifm.c 74 * should have ereport events generated for them.
222 nvlist_t *ereport, *detector = NULL; local
233 if ((ereport = fm_nvlist_create(NULL)) == NULL)
263 fm_ereport_set(ereport, version, ddi_error_class,
267 (void) i_fm_payload_set(ereport, name, ap);
269 fm_ereport_post(ereport, EVCH_SLEEP);
270 fm_nvlist_destroy(ereport, FM_NVA_FREE);
283 nvlist_t *ereport, *detector; local
291 ereport = errorq_elem_nvl(fmhdl->fh_errorq, eqep);
294 ASSERT(ereport);
    [all...]
pcifm.c 653 * pcix_ereport_setup: Allocate structures for PCI-X error handling and ereport
936 * If device is not ereport capbable then report an error against the
2369 nvlist_t *ereport, *detector; local
    [all...]
  /netvirt/usr/src/uts/sun4u/io/pci/
pci_ecc.c 581 * ecc_err_cexdiag below and post the ereport.
669 nvlist_t *ereport, *detector; local
690 ereport = errorq_elem_nvl(fmhdl->fh_errorq, eqep);
694 ASSERT(ereport);
725 fm_ereport_set(ereport, FM_EREPORT_VERSION, buf,
736 fm_ereport_set(ereport, FM_EREPORT_VERSION, buf,
pcisch.c 2806 nvlist_t *ereport, *detector; local
    [all...]
  /netvirt/usr/src/uts/i86pc/io/mc/
mcamd_subr.c 620 mc_ereport_add_payload(nvlist_t *ereport, uint64_t members, mc_unum_t *unump)
624 mc_ereport_add_resource(ereport, unump);
641 * Simple ereport generator for errors detected by the memory controller.
642 * Posts an ereport of class ereport.cpu.amd.<class_sfx> with a resource nvlist
647 * There is no control of which members to include the the resulting ereport -
648 * it will be an ereport formed using the given class suffix, detector
660 nvlist_t *ereport, *detector; local
663 ereport = fm_nvlist_create(NULL);
668 fm_ereport_set(ereport, FM_EREPORT_VERSION, buf
    [all...]
  /netvirt/usr/src/uts/i86pc/io/intel_nb5000/
intel_nb5000.c 1329 nvlist_t *ereport, *detector; local
    [all...]
  /netvirt/usr/src/cmd/fm/eversholt/common/
literals.h 70 L_DECL(ereport); variable
  /netvirt/usr/src/uts/i86pc/cpu/generic_cpu/
gcpu_mca.c 63 * error logout time. The stack will be included in the ereport if the
233 * mnemonics and to ereport class name components.
238 const char *mne_ereport; /* used in expanding ereport class */
314 * The ereport class leaf component is either a simple string with no
458 * errorq for subsequent ereport preparation and logging etc. The caller
537 gcpu_ereport_add_logout(nvlist_t *ereport, const gcpu_logout_t *gcl,
557 fm_payload_set(ereport, FM_EREPORT_PAYLOAD_NAME_COMPOUND_ERR,
605 fm_payload_set(ereport, FM_EREPORT_PAYLOAD_NAME_DISP,
611 * this ereport was the result of a machine check or poll.
614 fm_payload_set(ereport, FM_EREPORT_PAYLOAD_NAME_MCG_STATUS
733 nvlist_t *ereport, *detector; local
    [all...]
  /netvirt/usr/src/uts/sun4u/cpu/
opl_olympus.c 1000 * now with FMA it is used to prepare 'flt' to be converted into an ereport.
1002 * caller whether the ereport should be posted (1) or suppressed (0).
1483 nvlist_t *ereport, *detector, *resource; local
    [all...]
us3_common.c 6597 nvlist_t *ereport, *detector, *resource; local
    [all...]
  /netvirt/usr/src/uts/sun4u/opl/io/
mc-opl.c 882 nvlist_t *ereport, *detector, *resource; local
897 ereport = errorq_elem_nvl(ereport_errorq, eqep);
900 ereport = fm_nvlist_create(nva);
919 * Encode all the common data into the ereport.
925 MC_LOG("mc_ereport_post: ereport %s\n", buf);
928 fm_ereport_set(ereport, FM_EREPORT_VERSION, buf,
934 fm_payload_set(ereport, MC_OPL_BOARD, DATA_TYPE_UINT32,
937 fm_payload_set(ereport, MC_OPL_PA, DATA_TYPE_UINT64,
942 fm_payload_set(ereport, MC_OPL_FLT_TYPE, DATA_TYPE_UINT8,
949 fm_payload_set(ereport, MC_OPL_BANK, DATA_TYPE_UINT32_ARRAY, nflts
    [all...]

Completed in 6208 milliseconds