Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
MAX_DLREQS
usr/src/uts/common/io/drcompat.c
171
#define INCR(x) {(x)++; if ((x) >= MAX_DLREQS) (x) = 0; }
usr/src/uts/common/io/drcompat.c
178
dev_info_t *dr_dip[MAX_DLREQS];