Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
SLIST_FIRST
usr/src/boot/sys/sys/queue.h
188
#define SLIST_FIRST(head) ((head)->slh_first)
usr/src/lib/libsmbfs/smb/queue.h
68
#define SLIST_FIRST(head) ((head)->slh_first)
usr/src/uts/common/sys/queue.h
185
#define SLIST_FIRST(head) ((head)->slh_first)