Searched refs:_chain (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cpp1245 CHECK_SIZE_AND_OFFSET(FILE, _chain);
H A Dsanitizer_platform_limits_posix.h791 __sanitizer_FILE *_chain; member in struct:__sanitizer::__sanitizer_FILE
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_private.h432 #define IPFW_LOCK_INIT(_chain) do { \
433 rw_init(&(_chain)->rwmtx, "IPFW static rules"); \
434 rw_init(&(_chain)->uh_lock, "IPFW UH lock"); \
437 #define IPFW_LOCK_DESTROY(_chain) do { \
438 rw_destroy(&(_chain)->rwmtx); \
439 rw_destroy(&(_chain)->uh_lock); \
442 #define IPFW_RLOCK_ASSERT(_chain) rw_assert(&(_chain)->rwmtx, RA_RLOCKED)
443 #define IPFW_WLOCK_ASSERT(_chain) rw_assert(&(_chain)
[all...]

Completed in 207 milliseconds