Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Derrorq.c1027 errorq_elem_dup(errorq_t *eqp, const errorq_elem_t *eqep, errorq_elem_t **neqep) in errorq_elem_dup() argument
1032 if ((*neqep = errorq_reserve(eqp)) == NULL) in errorq_elem_dup()
1035 bcopy(eqep->eqe_data, (*neqep)->eqe_data, eqp->eq_size); in errorq_elem_dup()
1036 return ((*neqep)->eqe_data); in errorq_elem_dup()
/titanic_41/usr/src/uts/sun4u/cpu/
H A Dus3_common.c3283 errorq_elem_t *neqep; in ce_scrub_xdiag_recirc() local
3287 if ((ndata = errorq_elem_dup(eqp, eqep, &neqep)) == NULL) { in ce_scrub_xdiag_recirc()
3303 cbargp->lkycb_eqep = neqep; in ce_scrub_xdiag_recirc()