Searched refs:qwait_sig (Results 1 - 18 of 18) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dpckt.c185 * The framework will wake up qwait_sig when we return from
189 * framework performs an implicit wakeup of any thread in qwait/qwait_sig
248 if (!qwait_sig(q)) {
H A Drlmod.c255 if (!qwait_sig(q)) {
277 if (!qwait_sig(q)) {
H A Dtelmod.c250 if (!qwait_sig(q)) {
271 if (!qwait_sig(q)) {
H A Dkbd.c265 * The framework will wake up qwait_sig when we return from
269 * framework performs an implicit wakeup of any thread in qwait/qwait_sig
340 if (!qwait_sig(q)) {
352 if (!qwait_sig(q)) {
382 if (!qwait_sig(q)) {
H A Dttcompat.c276 if (qwait_sig(q) == 0) {
H A Dldterm.c614 * The framework will wake up qwait_sig when we return from
618 * framework performs an implicit wakeup of any thread in qwait/qwait_sig
637 retv = qwait_sig(q);
654 retv = qwait_sig(q);
903 if (qwait_sig(q) == 0)
/illumos-gate/usr/src/uts/sun/io/
H A Dms.c260 * The framework will wake up qwait_sig when we return from
264 * framework performs an implicit wakeup of any thread in qwait/qwait_sig
318 if (!qwait_sig(q)) {
329 if (!qwait_sig(q)) {
369 if (!qwait_sig(q)) {
/illumos-gate/usr/src/uts/common/os/
H A Dddi.c690 qwait_sig(queue_t *q) function
700 * so that qwait_sig can return to the caller.
712 * The semantics of qwait/qwait_sig are undefined in this case.
735 * Note: we do not unblock a thread waiting in qwait/qwait_sig,
824 * The semantics of qwait/qwait_sig are undefined in this case.
847 * Note: we do not unblock a thread waiting in qwait/qwait_sig,
936 * Note: we do not unblock a thread waiting in qwait/qwait_sig,
/illumos-gate/usr/src/uts/common/io/usb/clients/audio/usb_ah/
H A Dusb_ah.c263 if (qwait_sig(q) == 0) {
/illumos-gate/usr/src/uts/common/io/vuidmice/
H A Dvuidps2.c250 if (qwait_sig(qp) == 0)
/illumos-gate/usr/src/uts/common/sys/
H A Dstream.h823 extern int qwait_sig(queue_t *);
/illumos-gate/usr/src/uts/common/io/usb/clients/usbkbm/
H A Dusbkbm.c509 if (qwait_sig(q) == 0) {
1907 if (qwait_sig(q) == 0) {
/illumos-gate/usr/src/uts/common/io/usb/clients/usbinput/usbwcm/
H A Dusbwcm.c798 if (qwait_sig(q) == 0) {
/illumos-gate/usr/src/uts/common/io/ppp/sppptun/
H A Dsppptun.c656 if (!qwait_sig(tll->tll_wq))
/illumos-gate/usr/src/uts/common/io/usb/clients/usbms/
H A Dusbms.c343 if (qwait_sig(q) == 0) {
/illumos-gate/usr/src/man/man9f/
H A DMakefile1132 qwait_sig.9f \
1972 qwait_sig.9f := LINKSRC = qwait.9f
/illumos-gate/usr/src/uts/sun/io/ttymux/
H A Dttymux.c2011 err = qwait_sig(q);
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddman.c1254 status = qwait_sig(rq);

Completed in 146 milliseconds