Home
last modified time | relevance | path

Searched refs:oplmsu_wcmn_through_hndl (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/opl/sys/oplmsu/
H A Doplmsu_proto.h124 int oplmsu_wcmn_through_hndl(queue_t *, mblk_t *, int, krw_t);
/illumos-gate/usr/src/uts/sun4u/opl/io/oplmsu/
H A Doplmsu.c759 if (oplmsu_wcmn_through_hndl(uwq, mp, MSU_HIGH, RW_READER) == in oplmsu_uwsrv()
798 rval = oplmsu_wcmn_through_hndl(uwq, mp, in oplmsu_uwsrv()
807 rval = oplmsu_wcmn_through_hndl(uwq, mp, MSU_NORM, in oplmsu_uwsrv()
H A Doplmsu_cmn_func.c1250 oplmsu_wcmn_through_hndl(queue_t *q, mblk_t *mp, int pri_flag, krw_t rw) in oplmsu_wcmn_through_hndl() function
1403 if (oplmsu_wcmn_through_hndl(q, mp, MSU_HIGH, rw) == FAILURE) { in oplmsu_wcmn_high_qenable()