Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
CIRCLEQ_NEXT
usr/src/cmd/sendmail/db/include/queue.h
217
#define CIRCLEQ_NEXT(elm, field) ((elm)->field.cqe_next)
usr/src/uts/common/sys/queue.h
934
#define CIRCLEQ_NEXT(elm, field) ((elm)->field.cqe_next)