Searched refs:ereport (Results 51 - 61 of 61) sorted by relevance

123

/opensolaris-onvv-gate/usr/src/uts/sun4u/opl/io/
H A Dmc-opl.c935 nvlist_t *ereport, *detector, *resource; local
950 ereport = errorq_elem_nvl(ereport_errorq, eqep);
953 ereport = fm_nvlist_create(nva);
972 * Encode all the common data into the ereport.
978 MC_LOG("mc_ereport_post: ereport %s\n", buf);
981 fm_ereport_set(ereport, FM_EREPORT_VERSION, buf,
987 fm_payload_set(ereport, MC_OPL_BOARD, DATA_TYPE_UINT32,
990 fm_payload_set(ereport, MC_OPL_PA, DATA_TYPE_UINT64,
995 fm_payload_set(ereport, MC_OPL_FLT_TYPE, DATA_TYPE_UINT8,
1002 fm_payload_set(ereport, MC_OPL_BAN
[all...]
/opensolaris-onvv-gate/usr/src/cmd/fm/eversholt/common/
H A Dliterals.h68 L_DECL(ereport); variable
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dfm.c150 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
H A Dgenunix.c3953 { "ereport", "[-v]", "print ereports logged in dump",
3954 ereport },
/opensolaris-onvv-gate/usr/src/uts/sun4u/cpu/
H A Dopl_olympus.c1026 * now with FMA it is used to prepare 'flt' to be converted into an ereport.
1028 * caller whether the ereport should be posted (1) or suppressed (0).
1369 * the FM ereport payload.
1509 nvlist_t *ereport, *detector, *resource; local
1517 ereport = errorq_elem_nvl(ereport_errorq, eqep);
1520 ereport = fm_nvlist_create(nva);
1546 * Encode all the common data into the ereport.
1551 fm_ereport_set(ereport, FM_EREPORT_VERSION, buf,
1556 * the async_flt structure into the ereport.
1558 cpu_payload_add_aflt(aflt, ereport, resourc
[all...]
H A Dus3_common.c2280 * to indicate which portions of the captured data should be in the ereport.
2325 * to indicate which portions of the captured data should be in the ereport.
2374 * now with FMA it is used to prepare 'flt' to be converted into an ereport.
2376 * caller whether the ereport should be posted (1) or suppressed (0).
2391 * an ereport.
2599 * converted into an ereport. In addition, it transmits the error to any
3179 * cpu has been DR'd out then ereport detector info will not be able to
4319 * Add L1 Data cache data to the ereport payload.
4366 * Add L1 Instruction cache data to the ereport payload.
4502 * Returns ereport resourc
6668 nvlist_t *ereport, *detector, *resource; local
[all...]
H A Dopl_olympus_asm.s1245 * to get the faultaddress. Generate ereport.
1252 * is reached (zero) - generate ereport. Else
1253 * restore globals and retry (no ereport is generated).
1257 * Flush all tlbs and generate ereport.
1333 nop ! period, branch to generate ereport
1420 * to generate ereport. (we don't decode/handle individual
1427 * ereport. Note that the reason we don't recover
1433 * Generate ereport.
1436 * is reached (zero) - generate ereport.
1440 * Retry (no ereport generate
[all...]
/opensolaris-onvv-gate/usr/src/uts/intel/io/intel_nb5000/
H A Dintel_nb5000.c248 /* unknown ereport if a recognizable error was not found */
422 * Invalidate the channel number so the mem ereport
2163 nvlist_t *ereport, *detector; local
2171 ereport = errorq_elem_nvl(ereport_errorq, eqep);
2175 * nvlists to add the main ereport). If we can't reserve
2187 ereport = fm_nvlist_create(NULL);
2192 fm_ereport_set(ereport, FM_EREPORT_VERSION, buf,
2207 nb_ereport_add_logout(ereport, acl, &nb_scatchpad);
2214 (void) fm_ereport_post(ereport, EVCH_TRYHARD);
2215 fm_nvlist_destroy(ereport, FM_NVA_FRE
[all...]
/opensolaris-onvv-gate/usr/src/uts/sun4u/io/pci/
H A Dpcisch.c2805 nvlist_t *ereport, *detector; local
2827 ereport = errorq_elem_nvl(fmhdl->fh_errorq, eqep);
2831 ASSERT(ereport);
2848 fm_ereport_set(ereport, FM_EREPORT_VERSION, buf, ena, detector,
2856 fm_ereport_set(ereport, FM_EREPORT_VERSION, buf, ena, detector,
/opensolaris-onvv-gate/usr/src/uts/common/fs/zfs/
H A Dspa.c118 char **ereport);
1720 char *ereport = FM_EREPORT_ZFS_POOL; local
1753 mosconfig, &ereport);
1763 zfs_ereport_post(ereport, spa, NULL, NULL, 0, 0);
1779 char **ereport)
2147 *ereport = FM_EREPORT_ZFS_LOG_REPLAY;
1777 spa_load_impl(spa_t *spa, uint64_t pool_guid, nvlist_t *config, spa_load_state_t state, spa_import_type_t type, boolean_t mosconfig, char **ereport) argument
/opensolaris-onvv-gate/usr/src/uts/common/io/e1000g/
H A DREADME763 6861114 System Panics with FMA ereport.io.fire.epkt

Completed in 167 milliseconds

123