Home
last modified time | relevance | path

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

/freebsd-13-stable/tests/sys/sys/
HDsplay_test.c94 ATF_CHECK_EQ(tmp, SPLAY_REMOVE(tree, &root, tmp)); in ATF_TC_BODY()
99 ATF_CHECK_EQ(tmp, SPLAY_REMOVE(tree, &root, tmp)); in ATF_TC_BODY()
/freebsd-13-stable/share/man/man3/
HDMakefile384 tree.3 SPLAY_REMOVE.3 \
/freebsd-13-stable/sys/netinet/libalias/
HDalias_db.c493 SPLAY_REMOVE(splay_out, &la->linkSplayOut, lnk); in DeleteLink()
504 SPLAY_REMOVE(splay_in, &la->linkSplayIn, grp); in DeleteLink()
1938 SPLAY_REMOVE(splay_out, &la->linkSplayOut, lnk); in LibAliasAddServer()
/freebsd-13-stable/contrib/ntp/sntp/libevent/WIN32-Code/
HDtree.h277 #define SPLAY_REMOVE(name, x, y) name##_SPLAY_REMOVE(x, y) macro
/freebsd-13-stable/contrib/libevent/WIN32-Code/
HDtree.h277 #define SPLAY_REMOVE(name, x, y) name##_SPLAY_REMOVE(x, y) macro
/freebsd-13-stable/contrib/ipfilter/sys/
HDtree.h280 #define SPLAY_REMOVE(name, x, y) name##_SPLAY_REMOVE(x, y) macro
/freebsd-13-stable/crypto/openssh/openbsd-compat/
HDsys-tree.h284 #define SPLAY_REMOVE(name, x, y) name##_SPLAY_REMOVE(x, y) macro
/freebsd-13-stable/sys/sys/
HDtree.h294 #define SPLAY_REMOVE(name, x, y) name##_SPLAY_REMOVE(x, y) macro