Home
last modified time | relevance | path

Searched refs:errorq_reserve (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Derrorq.h66 extern errorq_elem_t *errorq_reserve(errorq_t *);
/illumos-gate/usr/src/uts/common/os/
H A Derrorq.c867 errorq_reserve(errorq_t *eqp) in errorq_reserve() function
1034 if ((*neqep = errorq_reserve(eqp)) == NULL) in errorq_elem_dup()
H A Dddifm.c384 eqep = errorq_reserve(fmhdl->fh_errorq); in fm_dev_ereport_postv()
H A Dpcifm.c1181 eqep = errorq_reserve(ereport_errorq); in pci_fm_ereport_post()
/illumos-gate/usr/src/uts/i86pc/cpu/generic_cpu/
H A Dgcpu_mca.c842 if ((eqep = errorq_reserve(ereport_errorq)) == NULL) in gcpu_ereport_post()
851 if ((scr_eqep = errorq_reserve(ereport_errorq)) != NULL) in gcpu_ereport_post()
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_ecc.c683 eqep = errorq_reserve(fmhdl->fh_errorq); in ecc_ereport_post()
H A Dpcisch.c2823 eqep = errorq_reserve(fmhdl->fh_errorq); in cb_ereport_post()
/illumos-gate/usr/src/uts/intel/io/intel_nb5000/
H A Dintel_nb5000.c2172 if ((eqep = errorq_reserve(ereport_errorq)) == NULL) in nb_drain()
2185 if ((scr_eqep = errorq_reserve(ereport_errorq)) != NULL) in nb_drain()
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dopl_olympus.c1514 eqep = errorq_reserve(ereport_errorq);
H A Dus3_common.c6678 eqep = errorq_reserve(ereport_errorq);
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie_fault.c2748 *eqep = errorq_reserve(fmhdl->fh_errorq); in pf_ereport_setup()
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Dmc-opl.c947 eqep = errorq_reserve(ereport_errorq); in mc_ereport_post()