Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
STAILQ_NEXT
usr/src/boot/sys/sys/queue.h
351
#define STAILQ_NEXT(elm, field) ((elm)->field.stqe_next)
usr/src/uts/common/sys/queue.h
312
#define STAILQ_NEXT(elm, field) ((elm)->field.stqe_next)