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