Lines Matching defs:ereport

69  * error logout time.  The stack will be included in the ereport if the
272 * mnemonics and to ereport class name components.
277 const char *mne_ereport; /* used in expanding ereport class */
383 * The ereport class leaf component is either a simple string with no
543 * errorq for subsequent ereport preparation and logging etc. The caller
628 gcpu_ereport_add_logout(nvlist_t *ereport, const gcpu_logout_t *gcl,
648 fm_payload_set(ereport, FM_EREPORT_PAYLOAD_NAME_COMPOUND_ERR,
696 fm_payload_set(ereport, FM_EREPORT_PAYLOAD_NAME_DISP,
702 * this ereport was the result of a machine check or poll.
705 fm_payload_set(ereport, FM_EREPORT_PAYLOAD_NAME_MCG_STATUS,
708 fm_payload_set(ereport, FM_EREPORT_PAYLOAD_NAME_MCG_STATUS_MCIP,
718 fm_payload_set(ereport, FM_EREPORT_PAYLOAD_NAME_IP,
726 fm_payload_set(ereport, FM_EREPORT_PAYLOAD_NAME_PRIV,
737 fm_payload_set(ereport,
757 fm_payload_set(ereport,
782 fm_payload_set(ereport,
797 fm_payload_set(ereport, FM_EREPORT_PAYLOAD_NAME_MC_ADDR,
806 fm_payload_set(ereport, FM_EREPORT_PAYLOAD_NAME_MC_MISC,
813 * Construct and post an ereport based on the logout information from a
827 nvlist_t *ereport, *detector;
835 ereport = errorq_elem_nvl(ereport_errorq, eqep);
847 ereport = fm_nvlist_create(NULL);
851 if (ereport == NULL)
856 * - ereport class
881 fm_ereport_set(ereport, FM_EREPORT_VERSION, buf,
894 * Add the architectural ereport class-specific payload data.
896 gcpu_ereport_add_logout(ereport, gcl, bankidx, ged, code);
899 * Allow model-specific code to add ereport members.
901 cms_ereport_add_logout(hdl, ereport, nva, bankidx, gbl->gbl_status,
911 fm_payload_stack_add(ereport, gcl->gcl_stack,
917 * on the ereport.
920 fm_payload_set(ereport, "__injected", DATA_TYPE_BOOLEAN_VALUE,
925 * Post ereport.
932 (void) fm_ereport_post(ereport, EVCH_TRYHARD);
933 fm_nvlist_destroy(ereport, FM_NVA_FREE);
970 * Prepare and dispatch an ereport for logging and
979 * it. Force an unknown ereport leafclass but
1838 * the ereport of the error. Therefore, clear the status in
1839 * this wakeup to avoid duplicate ereport.