Home
last modified time | relevance | path

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

/titanic_50/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; \
/titanic_50/usr/src/uts/common/sys/
H A Dasy.h276 int asysoftpend; /* Flag indicating soft int pending. */ member
439 if (!asy->asysoftpend) { \
440 asy->asysoftpend = 1; \
/titanic_50/usr/src/uts/sun4/io/
H A Dsu_driver.c2034 rv = asy->asysoftpend; in asysoftintr()
2036 asy->asysoftpend = 0; in asysoftintr()
/titanic_50/usr/src/uts/common/io/
H A Dasy.c2635 rv = asy->asysoftpend; in asysoftintr()
2637 asy->asysoftpend = 0; in asysoftintr()