FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
DPE
sys/dev/aic7xxx/aic7xxx_pci.c
2014
if ((status1 & ~DPE) != 0
sys/dev/aic7xxx/aic7xxx_pci.c
2021
if (status1 & DPE
sys/dev/aic7xxx/aic7xxx_pci.c
2048
if ((status1 & (DPE|SSE|RMA|RTA|STA|DPR)) == 0) {