Home
last modified time | relevance | path

Searched refs:asysoftpend (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sun4/sys/
H A Dsudev.h261 int asysoftpend; /* Flag indicating soft int pending. */ member
391 if (!asy->asysoftpend) { \
392 asy->asysoftpend = 1; \
/illumos-gate/usr/src/uts/common/sys/
H A Dasy.h354 int asysoftpend; /* Flag indicating soft int pending. */ member
/illumos-gate/usr/src/uts/common/io/
H A Dasy.c3317 if (!asy->asysoftpend) { in asysetsoft()
3318 asy->asysoftpend = 1; in asysetsoft()
3457 rv = asy->asysoftpend; in asysoftintr()
3459 asy->asysoftpend = 0; in asysoftintr()
/illumos-gate/usr/src/uts/sun4/io/
H A Dsu_driver.c2034 rv = asy->asysoftpend; in asysoftintr()
2036 asy->asysoftpend = 0; in asysoftintr()