/freebsd/sys/dev/sfxge/common/ |
H A D | siena_sram.c | 82 __in efx_sram_pattern_fn_t func) in siena_sram_test()
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | LLDBAssert.cpp | 34 void lldb_assert(bool expression, const char *expr_text, const char *func, in lldb_assert()
|
/freebsd/usr.sbin/ngctl/ |
H A D | ngctl.h | 42 int (*func)(int ac, char **av); /* command function */ member
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/profile-n/ |
H A D | tst.ufuncsort.c | 57 fN(f func, int i) in fN()
|
/freebsd/sys/contrib/dpdk_rte_lpm/ |
H A D | rte_common.h | 139 #define RTE_INIT_PRIO(func, prio) \ argument 151 #define RTE_INIT(func) \ argument 164 #define RTE_FINI_PRIO(func, prio) \ argument 176 #define RTE_FINI(func) \ argument
|
H A D | rte_debug.h | 51 #define rte_panic_(func, format, ...) __rte_panic(func, format "%.0s", __VA_ARGS__) argument
|
/freebsd/crypto/krb5/src/lib/gssapi/krb5/ |
H A D | gssapi_krb5.c | 324 OM_uint32 (*func)(OM_uint32 *, const gss_ctx_id_t, const gss_OID, gss_buffer_set_t *); member 404 OM_uint32 (*func)(OM_uint32 *, const gss_cred_id_t, const gss_OID, gss_buffer_set_t *); member 498 OM_uint32 (*func)(OM_uint32 *, gss_cred_id_t *, const gss_OID, const gss_buffer_t); member 568 OM_uint32 (*func)(OM_uint32 *, const gss_OID, const gss_OID, gss_buffer_t); member
|
/freebsd/crypto/krb5/src/lib/rpc/ |
H A D | svc_auth_gssapi.c | 1030 auth_gssapi_log_badauth_func func, in svcauth_gssapi_set_log_badauth_func() 1038 svcauth_gssapi_set_log_badauth2_func(auth_gssapi_log_badauth2_func func, in svcauth_gssapi_set_log_badauth2_func() 1054 auth_gssapi_log_badverf_func func, in svcauth_gssapi_set_log_badverf_func() 1070 auth_gssapi_log_miscerr_func func, in svcauth_gssapi_set_log_miscerr_func()
|
/freebsd/contrib/openpam/lib/libpam/ |
H A D | openpam_log.c | 96 _openpam_log(int level, const char *func, const char *fmt, ...) in _openpam_log()
|
/freebsd/sys/arm/annapurna/alpine/ |
H A D | alpine_pci.c | 120 int bus, slot, func, maxfunc; in al_pcib_fixup() local
|
/freebsd/lib/msun/tests/ |
H A D | lrint_test.c | 43 #define test(func, x, result, excepts) do { \ argument
|
H A D | fma_test.c | 52 #define test(func, x, y, z, result, exceptmask, excepts) do { \ argument 69 #define testrnd(func, x, y, z, rn, ru, rd, rz, exceptmask, excepts) do { \ argument
|
/freebsd/sys/tests/framework/ |
H A D | kern_testfrwk.c | 50 kerntfunc func; member 232 kern_testframework_register(const char *name, kerntfunc func) in kern_testframework_register()
|
/freebsd/sys/sys/ |
H A D | pmckern.h | 101 #define PMC_SOFT_DEFINE_EX(prov, mod, func, name, alloc, release) \ argument 111 #define PMC_SOFT_DEFINE(prov, mod, func, name) \ argument 114 #define PMC_SOFT_DECLARE(prov, mod, func, name) \ argument
|
/freebsd/contrib/mandoc/ |
H A D | mandoc_dbg.c | 47 const char *func; member 264 dhash_register(const char *file, int line, const char *func, in dhash_register() 299 dhash_purge(const char *file, int line, const char *func, void *ptr) in dhash_purge()
|
/freebsd/sys/contrib/openzfs/module/os/linux/spl/ |
H A D | spl-kmem.c | 397 const char *func, int line, int node) 462 spl_kmem_alloc(size_t size, int flags, const char *func, int line) 477 spl_kmem_zalloc(size_t size, int flags, const char *func, int line)
|
/freebsd/sys/x86/x86/ |
H A D | delay.c | 73 timecounter_get_t *func; in delay_tc() local
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | bplist.c | 64 bplist_iterate(bplist_t *bpl, bplist_itor_t *func, void *arg, dmu_tx_t *tx) in bplist_iterate()
|
/freebsd/crypto/heimdal/lib/kadm5/ |
H A D | kadm5-pwcheck.h | 63 kadm5_passwd_quality_check_func func; member
|
/freebsd/sys/net/altq/ |
H A D | altq_rmclass_debug.h | 85 #define CBQTRACE(func, act, obj) { \ argument
|
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/ |
H A D | callb.h | 37 #define CALLB_CPR_INIT(cp, lockp, func, name) { \ argument
|
/freebsd/sys/kern/ |
H A D | subr_csan.c | 740 #define CSAN_BUS_READ_FUNC(func, width, type) \ argument 748 #define CSAN_BUS_READ_PTR_FUNC(func, width, type) \ argument 789 #define CSAN_BUS_WRITE_FUNC(func, width, type) \ argument 796 #define CSAN_BUS_WRITE_PTR_FUNC(func, width, type) \ argument 837 #define CSAN_BUS_SET_FUNC(func, width, type) \ argument
|
/freebsd/lib/libc/tests/locale/ |
H A D | iswctype_test.c | 61 int (*func)(wint_t); member
|
/freebsd/usr.bin/chpass/ |
H A D | chpass.h | 47 int (*func)(char *, struct passwd *, struct _entry *); member
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | ClauseT.h | 87 #define CLAUSET_ENUM_CONVERT(func, OtherE, ThisE, Maps) \ argument
|