Searched refs:SPLAY_REMOVE (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13-stable/tests/sys/sys/ |
| HD | splay_test.c | 94 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/ |
| HD | Makefile | 384 tree.3 SPLAY_REMOVE.3 \
|
| /freebsd-13-stable/sys/netinet/libalias/ |
| HD | alias_db.c | 493 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/ |
| HD | tree.h | 277 #define SPLAY_REMOVE(name, x, y) name##_SPLAY_REMOVE(x, y) macro
|
| /freebsd-13-stable/contrib/libevent/WIN32-Code/ |
| HD | tree.h | 277 #define SPLAY_REMOVE(name, x, y) name##_SPLAY_REMOVE(x, y) macro
|
| /freebsd-13-stable/contrib/ipfilter/sys/ |
| HD | tree.h | 280 #define SPLAY_REMOVE(name, x, y) name##_SPLAY_REMOVE(x, y) macro
|
| /freebsd-13-stable/crypto/openssh/openbsd-compat/ |
| HD | sys-tree.h | 284 #define SPLAY_REMOVE(name, x, y) name##_SPLAY_REMOVE(x, y) macro
|
| /freebsd-13-stable/sys/sys/ |
| HD | tree.h | 294 #define SPLAY_REMOVE(name, x, y) name##_SPLAY_REMOVE(x, y) macro
|