Searched defs:dfn (Results 1 – 5 of 5) sorted by relevance
/freebsd/usr.bin/gprof/ |
H A D | dfn.c | 60 dfn(nltype *parentp) in dfn() function
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | lhash.h | 266 #define lh_OPENSSL_STRING_doall(lh, dfn) OPENSSL_LH_doall(ossl_check_OPENSSL_STRING_lh_type(lh), os… argument 281 #define lh_OPENSSL_CSTRING_doall(lh, dfn) OPENSSL_LH_doall(ossl_check_OPENSSL_CSTRING_lh_type(lh), … argument
|
H A D | conf.h | 81 #define lh_CONF_VALUE_doall(lh, dfn) OPENSSL_LH_doall(ossl_check_CONF_VALUE_lh_type(lh), ossl_check… argument
|
H A D | err.h | 388 #define lh_ERR_STRING_DATA_doall(lh, dfn) OPENSSL_LH_doall(ossl_check_ERR_STRING_DATA_lh_type(lh), … argument
|
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/ |
H A D | linux_syscall_hooks.h | 1413 #define __sanitizer_syscall_pre_pciconfig_read(bus, dfn, off, len, buf) \ argument 1416 #define __sanitizer_syscall_post_pciconfig_read(res, bus, dfn, off, len, buf) \ argument 1419 #define __sanitizer_syscall_pre_pciconfig_write(bus, dfn, off, len, buf) \ argument 1422 #define __sanitizer_syscall_post_pciconfig_write(res, bus, dfn, off, len, buf) \ argument
|