Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
TAILQ_FIRST
usr/src/boot/sys/sys/queue.h
614
#define TAILQ_FIRST(head) ((head)->tqh_first)
usr/src/cmd/sendmail/db/include/queue.h
144
#define TAILQ_FIRST(head) ((head)->tqh_first)
usr/src/uts/common/sys/queue.h
733
#define TAILQ_FIRST(head) ((head)->tqh_first)