Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
AVL_CMP
usr/src/boot/sys/cddl/boot/zfs/zfsimpl.h
77
#define AVL_CMP(a, b) (((a) > (b)) - ((a) < (b)))
usr/src/uts/common/sys/avl.h
107
#define AVL_CMP(a, b) (((a) > (b)) - ((a) < (b)))