Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dddi.c1089 if (sq->sq_callbflags & SQ_CALLB_BYPASSED) { in quntimeout()
H A Dstrsubr.c7398 sq->sq_callbflags |= SQ_CALLB_BYPASSED; in qcallbwrapper()
/titanic_41/usr/src/uts/common/sys/
H A Dstrsubr.h614 #define SQ_CALLB_BYPASSED 0x01 /* bypassed callback fn */ macro