FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
QL_MIN
sys/dev/qlnx/qlnxe/qlnx_def.h
506
#define QL_MIN(x, y) ((x < y) ? x : y)
sys/dev/qlxgb/qla_def.h
204
#define QL_MIN(x, y) ((x < y) ? x : y)
sys/dev/qlxgbe/ql_def.h
271
#define QL_MIN(x, y) ((x < y) ? x : y)
sys/dev/qlxge/qls_def.h
362
#define QL_MIN(x, y) ((x < y) ? x : y)