NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
RF_MIN
sbin/raidctl/rf_configure.c
75
#define RF_MIN(a,b) (((a) < (b)) ? (a) : (b))
sys/dev/raidframe/rf_general.h
71
#define RF_MIN(a,b) (((a) < (b)) ? (a) : (b))