Home
last modified time | relevance | path

Searched refs:neqep (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Derrorq.c1029 errorq_elem_dup(errorq_t *eqp, const errorq_elem_t *eqep, errorq_elem_t **neqep) in errorq_elem_dup() argument
1034 if ((*neqep = errorq_reserve(eqp)) == NULL) in errorq_elem_dup()
1037 bcopy(eqep->eqe_data, (*neqep)->eqe_data, eqp->eq_size); in errorq_elem_dup()
1038 return ((*neqep)->eqe_data); in errorq_elem_dup()
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_common.c3284 errorq_elem_t *neqep; in ce_scrub_xdiag_recirc() local
3288 if ((ndata = errorq_elem_dup(eqp, eqep, &neqep)) == NULL) { in ce_scrub_xdiag_recirc()
3304 cbargp->lkycb_eqep = neqep; in ce_scrub_xdiag_recirc()