OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XD_STATE
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/sun3/dev/
xdvar.h
72
#define
XD_STATE
(X) ((X) & XD_SUB_MASK) /* extract state from mode */
xd.c
1223
iopb->intl = (
XD_STATE
(iorq->mode) == XD_SUB_POLL)
1246
if (
XD_STATE
(iorq->mode) == XD_SUB_POLL)
1265
if (
XD_STATE
(iorq->mode) == XD_SUB_POLL)
1285
iopb->intl = (
XD_STATE
(iorq->mode) == XD_SUB_POLL)
1316
int submode =
XD_STATE
(fullmode);
1692
if (
XD_STATE
(iorq->mode) != XD_SUB_POLL &&
1693
XD_STATE
(iorq->mode) != XD_SUB_WAIT &&
1694
XD_STATE
(iorq->mode) != XD_SUB_NORM)
1703
switch (
XD_STATE
(iorq->mode)) {
1821
if (iorq->mode == 0 ||
XD_STATE
(iorq->mode) == XD_SUB_DONE
[
all
...]
/src/sys/dev/vme/
xdvar.h
73
#define
XD_STATE
(X) ((X) & XD_SUB_MASK) /* extract state from mode */
xd.c
1406
iopb->intl = (
XD_STATE
(iorq->mode) == XD_SUB_POLL)
1422
if (
XD_STATE
(iorq->mode) == XD_SUB_POLL)
1439
if (
XD_STATE
(iorq->mode) == XD_SUB_POLL)
1459
iopb->intl = (
XD_STATE
(iorq->mode) == XD_SUB_POLL)
1490
int rqno, submode =
XD_STATE
(fullmode), retry;
1862
if (
XD_STATE
(iorq->mode) != XD_SUB_POLL &&
1863
XD_STATE
(iorq->mode) != XD_SUB_WAIT &&
1864
XD_STATE
(iorq->mode) != XD_SUB_NORM)
1873
switch (
XD_STATE
(xdcsc->reqs[lcv].mode)) {
1999
if (iorq->mode == 0 ||
XD_STATE
(iorq->mode) == XD_SUB_DONE
[
all
...]
Completed in 14 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025