Searched +defs:func +defs:close (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_solaris.cc | 44 #define _REAL(func) _ ## func argument 45 #define DECLARE__REAL(ret_type, func, ...) \ argument 47 #define DECLARE__REAL_AND_INTERNAL(ret_type, func, ...) \ argument 52 #define _REAL64(func) _ ## func ## 64 argument 56 #define DECLARE__REAL64(ret_type, func, ...) \ argument 58 #define DECLARE__REAL_AND_INTERNAL64(ret_type, func, ...) \ argument 76 DECLARE__REAL_AND_INTERNAL(uptr, close, fd_t fd) { in DECLARE__REAL_AND_INTERNAL() argument
|
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/symbolizer/ |
| H A D | sanitizer_wrappers.cc | 135 int close(int fd) { in close() function 140 #define STAT(func, arg, buf) \ argument
|
| /freebsd-12.1/contrib/gdb/include/gdb/ |
| H A D | callback.h | 78 int (*close) PARAMS ((host_callback *,int)); member 191 int func; member
|
| /freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interceptors.cc | 293 #define TSAN_INTERCEPT(func) INTERCEPT_FUNCTION(func) argument 295 # define TSAN_INTERCEPT_VER(func, ver) INTERCEPT_FUNCTION(func) argument 296 # define TSAN_MAYBE_INTERCEPT_NETBSD_ALIAS(func) argument 297 # define TSAN_MAYBE_INTERCEPT_NETBSD_ALIAS_THR(func) argument 300 # define TSAN_MAYBE_INTERCEPT_NETBSD_ALIAS(func) \ argument 302 # define TSAN_MAYBE_INTERCEPT_NETBSD_ALIAS_THR(func) \ argument 306 # define TSAN_MAYBE_INTERCEPT_NETBSD_ALIAS(func) argument 307 # define TSAN_MAYBE_INTERCEPT_NETBSD_ALIAS_THR(func) argument 1677 TSAN_INTERCEPTOR(int, close, int fd) { in TSAN_INTERCEPTOR() argument 2239 #define COMMON_INTERCEPTOR_ENTER(ctx, func, ...) \ argument [all …]
|
| /freebsd-12.1/sys/dev/bxe/ |
| H A D | bxe.c | 1023 int func = SC_FUNC(sc); in bxe_acquire_hw_lock() local 1070 int func = SC_FUNC(sc); in bxe_release_hw_lock() local 2352 int func = SC_FUNC(sc); in bxe_sp_prod_update() local 7980 int func = SC_FUNC(sc); in bxe_attn_int_deasserted3() local 9844 int func = SC_FUNC(sc); in bxe_init_def_sb() local 10194 int func; in storm_memset_cmng() local 10702 int func = SC_FUNC(sc); in bxe_trylock_hw_lock() local 10765 uint8_t close) in bxe_set_234_gates() 18204 int func = SC_FUNC(sc); in bxe_init_hw_func() local 18573 uint32_t func) in bxe_clear_func_ilt() [all …]
|