/freebsd/contrib/tcp_wrappers/ |
H A D | mystdarg.h | 9 #define VARARGS(func,type,arg) func(type arg, ...) argument 14 #define VARARGS(func,type,arg) func(va_alist) va_dcl argument
|
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | dwarf_pro_init.c | 32 dwarf_producer_init(Dwarf_Unsigned flags, Dwarf_Callback_Func func, in dwarf_producer_init() 71 dwarf_producer_init_b(Dwarf_Unsigned flags, Dwarf_Callback_Func_b func, in dwarf_producer_init_b()
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_i18n.h | 147 #define KMP_SYSFAIL(func, error) \ argument 152 #define KMP_CHECK_SYSFAIL(func, error) \ argument 160 #define KMP_CHECK_SYSFAIL_ERRNO(func, status) \ argument
|
/freebsd/sys/powerpc/powermac/ |
H A D | grackle.c | 140 grackle_read_config(device_t dev, u_int bus, u_int slot, u_int func, u_int reg, in grackle_read_config() 180 grackle_write_config(device_t dev, u_int bus, u_int slot, u_int func, in grackle_write_config() 210 u_int func, u_int reg) in grackle_enable_config()
|
/freebsd/sys/sys/ |
H A D | taskqueue.h | 105 #define TASK_INITIALIZER(priority, func, context) \ argument 119 #define TASK_INIT_FLAGS(task, priority, func, context, flags) do { \ argument 132 #define TIMEOUT_TASK_INIT(queue, timeout_task, priority, func, context) do { \ argument
|
/freebsd/usr.bin/sdiotool/ |
H A D | sdiotool.c | 169 struct sdio_func *func[8]; member 220 static inline int brcmf_sdiod_f0_writeb(struct sdio_func *func, in brcmf_sdiod_f0_writeb() 240 struct sdio_func *func; in brcmf_sdiod_request_data() local 313 u8 func; in brcmf_sdiod_regrw_helper() local 489 int func = 0; in main() local
|
/freebsd/sys/net/ |
H A D | vnet.h | 334 sysinit_cfunc_t func; member 339 #define VNET_SYSINIT(ident, subsystem, order, func, arg) \ argument 353 #define VNET_SYSUNINIT(ident, subsystem, order, func, arg) \ argument 381 #define VNET_GLOBAL_EVENTHANDLER_REGISTER_TAG(tag, name, func, arg, priority) \ argument 389 #define VNET_GLOBAL_EVENTHANDLER_REGISTER(name, func, arg, priority) \ argument 446 #define VNET_SYSINIT(ident, subsystem, order, func, arg) \ argument 448 #define VNET_SYSUNINIT(ident, subsystem, order, func, arg) \ argument 454 #define VNET_GLOBAL_EVENTHANDLER_REGISTER_TAG(tag, name, func, arg, priority) \ argument 456 #define VNET_GLOBAL_EVENTHANDLER_REGISTER(name, func, arg, priority) \ argument
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | timer.h | 60 #define timer_setup(timer, func, flags) do { \ argument 67 #define setup_timer(timer, func, dat) do { \ argument 73 #define __setup_timer(timer, func, dat, flags) do { \ argument
|
H A D | irq_work.h | 58 irq_work_func_t func; member 71 init_irq_work(struct irq_work *irqw, irq_work_func_t func) in init_irq_work()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/interception/ |
H A D | interception_linux.cpp | 59 bool InterceptFunction(const char *name, uptr *ptr_to_real, uptr func, in InterceptFunction() 73 uptr func, uptr trampoline) { in InterceptFunction()
|
/freebsd/lib/libcrypt/ |
H A D | crypt.c | 48 int (*func)(const char *, const char *, char *); member 108 int (*func)(const char *, const char *, char *); in crypt_r() local
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/ |
H A D | tst.ProbeData.c | 57 fN(f func, char *a, int i __unused) in fN() 63 fN2(f func, char *a, int i __unused) in fN2()
|
/freebsd/crypto/openssl/crypto/err/ |
H A D | err_prn.c | 25 const char *file, *data, *func; in ERR_print_errors_cb() local 50 static void put_error(int lib, const char *func, int reason, in put_error() 64 const char *func = NULL; in ERR_add_error_txt() local
|
H A D | err.c | 355 const char **func, in ERR_get_error_all() 384 unsigned long ERR_peek_error_func(const char **func) in ERR_peek_error_func() 395 const char **func, in ERR_peek_error_all() 419 unsigned long ERR_peek_last_error_func(const char **func) in ERR_peek_last_error_func() 430 const char **func, in ERR_peek_last_error_all() 446 const char **func, in get_error_values() 521 void ossl_err_string_int(unsigned long e, const char *func, in ossl_err_string_int()
|
/freebsd/contrib/bzip2/ |
H A D | bzlib.h | 85 # define BZ_API(func) WINAPI func argument 89 # define BZ_API(func) (WINAPI * func) argument 93 # define BZ_API(func) func argument
|
/freebsd/sys/contrib/zstd/lib/common/ |
H A D | portability_macros.h | 70 # define ZSTD_HIDE_ASM_FUNCTION(func) .hidden func argument 72 # define ZSTD_HIDE_ASM_FUNCTION(func) argument
|
/freebsd/sys/dev/pci/controller/ |
H A D | pci_n1sdp.c | 142 u_int bus, u_int slot, u_int func) in n1sdp_check_bdf() 231 n1sdp_get_bus_space(device_t dev, u_int bus, u_int slot, u_int func, u_int reg, in n1sdp_get_bus_space() 258 u_int func, u_int reg, int bytes) in n1sdp_pcie_read_config() 304 u_int func, u_int reg, uint32_t val, int bytes) in n1sdp_pcie_write_config()
|
/freebsd/sys/ddb/ |
H A D | db_variables.c | 107 db_varfcn_t *func = vp->fcn; in db_read_variable() local 119 db_varfcn_t *func = vp->fcn; in db_write_variable() local
|
/freebsd/sys/contrib/openzfs/include/os/linux/kernel/linux/ |
H A D | vfs_compat.h | 198 #define ZPL_GETATTR_WRAPPER(func) \ argument 206 #define ZPL_GETATTR_WRAPPER(func) \ argument 215 #define ZPL_GETATTR_WRAPPER(func) \ argument
|
/freebsd/contrib/lua/src/ |
H A D | ldo.c | 419 static StkId tryfuncTM (lua_State *L, StkId func) { in tryfuncTM() 509 l_sinline CallInfo *prepCallInfo (lua_State *L, StkId func, int nret, in prepCallInfo() 523 l_sinline int precallC (lua_State *L, StkId func, int nresults, in precallC() 550 int luaD_pretailcall (lua_State *L, CallInfo *ci, StkId func, in luaD_pretailcall() 595 CallInfo *luaD_precall (lua_State *L, StkId func, int nresults) { in luaD_precall() 635 l_sinline void ccall (lua_State *L, StkId func, int nResults, l_uint32 inc) { in ccall() 653 void luaD_call (lua_State *L, StkId func, int nResults) { in luaD_call() 661 void luaD_callnoyield (lua_State *L, StkId func, int nResults) { in luaD_callnoyield() 687 StkId func = restorestack(L, ci->u2.funcidx); in finishpcallk() local 957 int luaD_pcall (lua_State *L, Pfunc func, void *u, in luaD_pcall()
|
/freebsd/lib/libstdthreads/ |
H A D | thrd.c | 37 thrd_start_t func; member 52 thrd_create(thrd_t *thr, thrd_start_t func, void *arg) in thrd_create()
|
/freebsd/lib/libpjdlog/ |
H A D | pjdlog.c | 530 pjdlogv_common_single_line(const char *func, const char *file, int line, in pjdlogv_common_single_line() 642 _pjdlogv_common(const char *func, const char *file, int line, int loglevel, in _pjdlogv_common() 694 _pjdlog_common(const char *func, const char *file, int line, int loglevel, in _pjdlog_common() 710 _pjdlogv_exit(const char *func, const char *file, int line, int exitcode, in _pjdlogv_exit() 726 _pjdlog_exit(const char *func, const char *file, int line, int exitcode, in _pjdlog_exit() 743 _pjdlog_abort(const char *func, const char *file, int line, in _pjdlog_abort()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_solaris.cpp | 45 #define _REAL(func) _ ## func argument 46 #define DECLARE__REAL(ret_type, func, ...) \ argument 48 #define DECLARE__REAL_AND_INTERNAL(ret_type, func, ...) \ argument 53 #define _REAL64(func) _ ## func ## 64 argument 57 #define DECLARE__REAL64(ret_type, func, ...) \ argument 59 #define DECLARE__REAL_AND_INTERNAL64(ret_type, func, ...) \ argument
|
/freebsd/sys/arm64/intel/ |
H A D | intel-smc.h | 51 #define INTEL_SIP_SMC_STD_CALL(func) \ argument 54 #define INTEL_SIP_SMC_FAST_CALL(func) \ argument
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/ |
H A D | sdio_mcu.c | 57 struct sdio_func *func = dev->mt76.sdio.func; in __mt7663s_mcu_drv_pmctrl() local 100 struct sdio_func *func = dev->mt76.sdio.func; in mt7663s_mcu_fw_pmctrl() local
|