Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Decppvar.h358 struct ecpp_copystate { struct
371 _NOTE(SCHEME_PROTECTS_DATA("unique per call", ecpp_copystate)) argument
/titanic_50/usr/src/uts/common/io/
H A Decpp.c1425 struct ecpp_copystate *stp; in ecpp_wput_iocdata_devid()
1429 stp = (struct ecpp_copystate *)csp->cp_private->b_rptr; in ecpp_wput_iocdata_devid()
1835 struct ecpp_copystate *stp; in ecpp_putioc_stateful_copyin()
1837 if ((tmp = allocb(sizeof (struct ecpp_copystate), BPRI_MED)) == NULL) { in ecpp_putioc_stateful_copyin()
1842 stp = (struct ecpp_copystate *)tmp->b_rptr; in ecpp_putioc_stateful_copyin()
1846 tmp->b_wptr += sizeof (struct ecpp_copystate); in ecpp_putioc_stateful_copyin()
2279 struct ecpp_copystate *stp; in ecpp_srvioc()
2284 stp = (struct ecpp_copystate *)csp->cp_private->b_rptr; in ecpp_srvioc()
2308 struct ecpp_copystate *stp; in ecpp_srvioc()
2313 stp = (struct ecpp_copystate *)csp->cp_private->b_rptr; in ecpp_srvioc()
[all …]