Home
last modified time | relevance | path

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

/freebsd/tests/sys/sys/
H A Dsplay_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/share/man/man3/
H A DMakefile389 tree.3 SPLAY_REMOVE.3 \
/freebsd/sys/netinet/libalias/
H A Dalias_db.c493 SPLAY_REMOVE(splay_out, &la->linkSplayOut, lnk); in DeleteLink()
504 SPLAY_REMOVE(splay_in, &la->linkSplayIn, grp); in DeleteLink()
1928 SPLAY_REMOVE(splay_out, &la->linkSplayOut, lnk); in LibAliasAddServer()
/freebsd/contrib/ntp/sntp/libevent/WIN32-Code/
H A Dtree.h277 #define SPLAY_REMOVE(name, x, y) name##_SPLAY_REMOVE(x, y) macro
/freebsd/contrib/libevent/WIN32-Code/
H A Dtree.h277 #define SPLAY_REMOVE(name, x, y) name##_SPLAY_REMOVE(x, y) macro
/freebsd/crypto/openssh/openbsd-compat/
H A Dsys-tree.h284 #define SPLAY_REMOVE(name, x, y) name##_SPLAY_REMOVE(x, y) macro
/freebsd/sys/sys/
H A Dtree.h294 #define SPLAY_REMOVE(name, x, y) name##_SPLAY_REMOVE(x, y) macro