NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
WAITREG
sys/arch/vax/boot/boot/if_ni.c
87
#define WAITREG(csr,val) while (NI_RREG(csr) & val);
sys/dev/bi/if_ni.c
159
#define WAITREG(csr,val) while (NI_RREG(csr) & val);