Home
last modified time | relevance | path

Searched refs:RB_GENERATE_INTERNAL (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/contrib/bhyve/sys/
H A Dtree.h401 RB_GENERATE_INTERNAL(name, type, field, cmp,)
403 RB_GENERATE_INTERNAL(name, type, field, cmp, __unused static)
404 #define RB_GENERATE_INTERNAL(name, type, field, cmp, attr) \ macro