Home
last modified time | relevance | path

Searched defs:func (Results 1 – 25 of 779) sorted by relevance

12345678910>>...32

/freebsd/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception.h150 # define DECLARE_WRAPPER(ret_type, func, ...) argument
156 # define DECLARE_WRAPPER(ret_type, func, ...) \ argument
158 # define DECLARE_WRAPPER_WINAPI(ret_type, func, ...) \ argument
184 # define __ASM_WEAK_WRAPPER(func) ".globl " #func "\n" argument
186 # define __ASM_WEAK_WRAPPER(func) ".weak " #func "\n" argument
194 # define DECLARE_WRAPPER(ret_type, func, ...) \ argument
229 # define DECLARE_WRAPPER(ret_type, func, ...) \ argument
242 # define DECLARE_REAL(ret_type, func, ...) argument
248 # define DECLARE_REAL(ret_type, func, ...) \ argument
256 # define DECLARE_REAL(ret_type, func, ...) \ argument
[all …]
H A Dinterception_win.h69 #define INTERCEPT_FUNCTION_WIN(func) \ argument
74 #define INTERCEPT_FUNCTION_WIN(func) \ argument
80 #define INTERCEPT_FUNCTION_VER_WIN(func, symver) INTERCEPT_FUNCTION_WIN(func) argument
82 #define INTERCEPT_FUNCTION_DLLIMPORT(user_dll, provider_dll, func) \ argument
H A Dinterception_linux.h34 #define INTERCEPT_FUNCTION_LINUX_OR_FREEBSD(func) \ argument
42 #define INTERCEPT_FUNCTION_VER_LINUX_OR_FREEBSD(func, symver) \ argument
49 #define INTERCEPT_FUNCTION_VER_LINUX_OR_FREEBSD(func, symver) \ argument
H A Dinterception_mac.h23 #define INTERCEPT_FUNCTION_MAC(func) argument
24 #define INTERCEPT_FUNCTION_VER_MAC(func, symver) argument
/freebsd/stand/lua/
H A Dmenu.lua133 func = function(_, choice, _) function
147 func = function() function
292 func = function() function
304 func = function() function
315 func = function() function
323 func = function() function
331 func = function() function
357 func = function(_, choice, _) function
381 func = function() function
413 func = function() function
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.h51 #define SCOPED_INTERCEPTOR_RAW(func, ...) \ argument
64 # define CHECK_REAL_FUNC(func) \ argument
70 # define CHECK_REAL_FUNC(func) DCHECK(REAL(func)) argument
73 #define SCOPED_TSAN_INTERCEPTOR(func, ...) \ argument
85 #define TSAN_INTERCEPTOR(ret, func, ...) INTERCEPTOR(ret, func, __VA_ARGS__) argument
88 # define TSAN_INTERCEPTOR_FREEBSD_ALIAS(ret, func, ...) \ argument
92 # define TSAN_INTERCEPTOR_FREEBSD_ALIAS(ret, func, ...) argument
96 # define TSAN_INTERCEPTOR_NETBSD_ALIAS(ret, func, ...) \ argument
99 # define TSAN_INTERCEPTOR_NETBSD_ALIAS_THR(ret, func, ...) \ argument
102 # define TSAN_INTERCEPTOR_NETBSD_ALIAS_THR2(ret, func, func2, ...) \ argument
[all …]
/freebsd/usr.bin/sdiotool/
H A Dlinux_sdio_compat.c58 u8 sdio_readb(struct sdio_func *func, unsigned int addr, int *err_ret) { in sdio_readb()
62 unsigned char sdio_f0_readb(struct sdio_func *func, unsigned int addr, int *err_ret) { in sdio_f0_readb()
66 u16 sdio_readw(struct sdio_func *func, unsigned int addr, int *err_ret) { in sdio_readw()
70 u32 sdio_readl(struct sdio_func *func, unsigned int addr, int *err_ret) { in sdio_readl()
74 void sdio_writeb(struct sdio_func *func, u8 b, in sdio_writeb()
81 void sdio_f0_writeb(struct sdio_func *func, unsigned char b, in sdio_f0_writeb()
92 void sdio_writew(struct sdio_func *func, u16 b, in sdio_writew()
97 void sdio_writel(struct sdio_func *func, u32 b, in sdio_writel()
/freebsd/lib/libc/amd64/
H A Damd64_archlevel.h47 #define ARCHRESOLVE(func) \ argument
65 #define ARCHFUNCS(func) \ argument
74 #define ARCHFUNC(func, level) \ argument
77 #define ENDARCHFUNCS(func) \ argument
81 #define ARCHENTRY(func, level) \ argument
87 #define ARCHEND(func, level) \ argument
/freebsd/contrib/llvm-project/compiler-rt/lib/safestack/
H A Dsafestack_platform.h78 #define _REAL(func, ...) real##_##func(__VA_ARGS__) argument
79 #define DEFINE__REAL(ret_type, func, ...) \ argument
88 # define _REAL(func) _##func argument
89 # define DEFINE__REAL(ret_type, func, ...) \ argument
93 # define _REAL64(func) _##func##64 argument
95 # define _REAL64(func) _REAL(func) argument
97 # define DEFINE__REAL64(ret_type, func, ...) \ argument
/freebsd/lib/msun/tests/
H A Dinvctrig_test.c56 #define test_p(func, z, result, exceptmask, excepts, checksign) do { \ argument
70 #define test_p_tol(func, z, result, tol) do { \ argument
77 #define test(func, z, result, exceptmask, excepts, checksign) do { \ argument
81 #define test_tol(func, z, result, tol) do { \ argument
87 #define testall(func, x, result, exceptmask, excepts, checksign) do { \ argument
91 #define testall_odd(func, x, result, exceptmask, excepts, checksign) do { \ argument
95 #define testall_even(func, x, result, exceptmask, excepts, checksign) do { \ argument
104 #define testall_tol(func, x, result, tol) do { \ argument
108 #define testall_odd_tol(func, x, result, tol) do { \ argument
112 #define testall_even_tol(func, x, result, tol) do { \ argument
H A Dctrig_test.c56 #define test_p(func, z, result, exceptmask, excepts, checksign) \ argument
74 #define test_p_tol(func, z, result, tol) do { \ argument
81 #define test(func, z, result, exceptmask, excepts, checksign) do { \ argument
85 #define test_tol(func, z, result, tol) do { \ argument
89 #define test_odd_tol(func, z, result, tol) do { \ argument
93 #define test_even_tol(func, z, result, tol) do { \ argument
99 #define testall(func, x, result, exceptmask, excepts, checksign) do { \ argument
103 #define testall_odd(func, x, result, exceptmask, excepts, checksign) do { \ argument
107 #define testall_even(func, x, result, exceptmask, excepts, checksign) do { \ argument
116 #define testall_tol(func, x, result, tol) do { \ argument
[all …]
/freebsd/sys/sys/
H A Dsdt.h91 #define SDT_PROBE_DEFINE(prov, mod, func, name) argument
92 #define SDT_PROBE_DECLARE(prov, mod, func, name) argument
94 #define SDT_PROBE(prov, mod, func, name, arg0, arg1, arg2, arg3, arg4) argument
95 #define SDT_PROBE_ARGTYPE(prov, mod, func, name, num, type, xtype) argument
97 #define SDT_PROBE_DEFINE0(prov, mod, func, name) argument
98 #define SDT_PROBE_DEFINE1(prov, mod, func, name, arg0) argument
99 #define SDT_PROBE_DEFINE2(prov, mod, func, name, arg0, arg1) argument
100 #define SDT_PROBE_DEFINE3(prov, mod, func, name, arg0, arg1, arg2) argument
101 #define SDT_PROBE_DEFINE4(prov, mod, func, name, arg0, arg1, arg2, arg3) argument
102 #define SDT_PROBE_DEFINE5(prov, mod, func, name, arg0, arg1, arg2, arg3, arg4) argument
[all …]
/freebsd/contrib/llvm-project/libcxx/src/
H A Dstring.cpp63 std::__throw_invalid_argument((func + ": no conversion").c_str()); in throw_from_string_out_of_range() argument
67 throw_from_string_invalid_arg(const string & func) throw_from_string_invalid_arg() argument
74 as_integer_helper(const string & func,const S & str,size_t * idx,int base,F f) as_integer_helper() argument
95 as_integer(const string & func,const string & s,size_t * idx,int base) as_integer() argument
104 as_integer(const string & func,const string & s,size_t * idx,int base) as_integer() argument
109 as_integer(const string & func,const string & s,size_t * idx,int base) as_integer() argument
114 as_integer(const string & func,const string & s,size_t * idx,int base) as_integer() argument
119 as_integer(const string & func,const string & s,size_t * idx,int base) as_integer() argument
126 as_integer(const string & func,const wstring & s,size_t * idx,int base) as_integer() argument
135 as_integer(const string & func,const wstring & s,size_t * idx,int base) as_integer() argument
142 as_integer(const string & func,const wstring & s,size_t * idx,int base) as_integer() argument
148 as_integer(const string & func,const wstring & s,size_t * idx,int base) as_integer() argument
153 as_integer(const string & func,const wstring & s,size_t * idx,int base) as_integer() argument
161 as_float_helper(const string & func,const S & str,size_t * idx,F f) as_float_helper() argument
181 as_float(const string & func,const string & s,size_t * idx) as_float() argument
186 as_float(const string & func,const string & s,size_t * idx) as_float() argument
191 as_float(const string & func,const string & s,size_t * idx) as_float() argument
197 as_float(const string & func,const wstring & s,size_t * idx) as_float() argument
202 as_float(const string & func,const wstring & s,size_t * idx) as_float() argument
207 as_float(const string & func,const wstring & s,size_t * idx) as_float() argument
[all...]
/freebsd/contrib/netbsd-tests/fs/common/
H A Dh_fsmacros.h106 #define ATF_TC_FSADD(fs,type,func,desc) \ argument
156 #define ATF_TP_FSADD(fs,func) \ argument
159 #define ATF_TC_FSAPPLY_NOZFS(func,desc) \ argument
174 #define ATF_TP_FSAPPLY_NOZFS(func) \ argument
191 #define ATF_TC_FSAPPLY(func,desc) \ argument
194 #define ATF_TP_FSAPPLY(func) \ argument
200 #define ATF_TC_FSAPPLY(func,desc) \ argument
202 #define ATF_TP_FSAPPLY(func) \ argument
218 #define ATF_TC_FSAPPLY_RO(func,desc,gen) \ argument
229 #define ATF_TP_FSAPPLY_RO(func) \ argument
[all …]
/freebsd/sys/x86/pci/
H A Dpci_early_quirks.c70 intel_stolen_base_gen3(int domain, int bus, int slot, int func) in intel_stolen_base_gen3() argument
81 intel_stolen_base_gen11(int domain, int bus, int slot, int func) in intel_stolen_base_gen11() argument
94 intel_stolen_size_gen3(int domain, int bus, int slot, int func) in intel_stolen_size_gen3() argument
134 intel_stolen_size_gen6(int domain, int bus, int slot, int func) in intel_stolen_size_gen6() argument
145 intel_stolen_size_gen8(int domain, int bus, int slot, int func) in intel_stolen_size_gen8() argument
156 intel_stolen_size_chv(int domain,int bus,int slot,int func) intel_stolen_size_chv() argument
178 intel_stolen_size_gen9(int domain,int bus,int slot,int func) intel_stolen_size_gen9() argument
284 const int func = 0; intel_graphics_stolen() local
[all...]
/freebsd/contrib/libucl/src/
H A Ducl_emitter.c96 ucl_add_tabs (const struct ucl_emitter_functions *func, unsigned int tabs, in ucl_add_tabs()
113 const struct ucl_emitter_functions *func = ctx->func; in ucl_emitter_print_key() local
168 const struct ucl_emitter_functions *func = ctx->func; in ucl_emitter_finish_object() local
196 const struct ucl_emitter_functions *func = ctx->func; in ucl_emitter_common_end_object() local
225 const struct ucl_emitter_functions *func = ctx->func; in ucl_emitter_common_end_array() local
255 const struct ucl_emitter_functions *func = ctx->func; in ucl_emitter_common_start_array() local
301 const struct ucl_emitter_functions *func = ctx->func; in ucl_emitter_common_start_object() local
362 const struct ucl_emitter_functions *func = ctx->func; in ucl_emitter_common_elt() local
641 struct ucl_emitter_functions *func; in ucl_object_emit_len() local
/freebsd/sys/amd64/pci/
H A Dpci_cfgreg.c101 pci_docfgregread(int domain, int bus, int slot, int func, int reg, int bytes) in pci_docfgregread()
125 pci_cfgregread(int domain, int bus, int slot, int func, int reg, int bytes) in pci_cfgregread()
151 pci_cfgregwrite(int domain, int bus, int slot, int func, int reg, uint32_t data, in pci_cfgregwrite()
180 pci_cfgenable(unsigned bus, unsigned slot, unsigned func, int reg, int bytes) in pci_cfgenable()
206 pcireg_cfgread(int bus, int slot, int func, int reg, int bytes) in pcireg_cfgread()
232 pcireg_cfgwrite(int bus, int slot, int func, int reg, int data, int bytes) in pcireg_cfgwrite()
313 #define PCIE_VADDR(base, reg, bus, slot, func) \ argument
330 unsigned func, unsigned reg, unsigned bytes) in pciereg_cfgread()
362 unsigned func, unsigned reg, int data, unsigned bytes) in pciereg_cfgwrite()
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_iter.c42 zfs_iter_clones(zfs_handle_t *zhp, int flags __maybe_unused, zfs_iter_f func, in zfs_iter_clones()
106 zfs_iter_filesystems(zfs_handle_t *zhp, zfs_iter_f func, void *data) in zfs_iter_filesystems()
112 zfs_iter_filesystems_v2(zfs_handle_t *zhp, int flags, zfs_iter_f func, in zfs_iter_filesystems_v2()
153 zfs_iter_snapshots(zfs_handle_t *zhp, boolean_t simple, zfs_iter_f func, in zfs_iter_snapshots()
161 zfs_iter_snapshots_v2(zfs_handle_t *zhp, int flags, zfs_iter_f func, in zfs_iter_snapshots_v2()
215 zfs_iter_bookmarks(zfs_handle_t *zhp, zfs_iter_f func, void *data) in zfs_iter_bookmarks()
222 zfs_iter_f func, void *data) in zfs_iter_bookmarks_v2()
412 zfs_iter_f func, void *arg) in zfs_iter_snapspec()
419 zfs_iter_f func, void *arg) in zfs_iter_snapspec_v2()
495 zfs_iter_children(zfs_handle_t *zhp, zfs_iter_f func, void *data) in zfs_iter_children()
[all …]
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dsdio.c76 static int mt7663s_probe(struct sdio_func *func, in mt7663s_probe()
171 static void mt7663s_remove(struct sdio_func *func) in mt7663s_remove()
185 struct sdio_func *func = dev_to_sdio_func(dev); in mt7663s_suspend() local
218 struct sdio_func *func = dev_to_sdio_func(dev); in mt7663s_resume() local
/freebsd/contrib/unbound/util/
H A Dalloc.c484 const char* func) in unbound_stat_malloc_log()
492 int line, const char* func) in unbound_stat_calloc_log()
501 const char* func) in unbound_stat_free_log()
515 int line, const char* func) in unbound_stat_realloc_log()
524 const char* file, int line, const char* func) in unbound_stat_reallocarray_log()
533 const char* func) in unbound_stat_strdup_log()
554 const char* func) in unbound_stat_malloc_lite()
569 int line, const char* func) in unbound_stat_calloc_lite()
587 const char* func) in unbound_stat_free_lite()
613 int line, const char* func) in unbound_stat_realloc_lite()
[all …]
/freebsd/sys/i386/pci/
H A Dpci_cfgreg.c175 pci_docfgregread(int domain, int bus, int slot, int func, int reg, int bytes) in pci_docfgregread()
199 pci_cfgregread(int domain, int bus, int slot, int func, int reg, int bytes) in pci_cfgregread()
220 pci_cfgregwrite(int domain, int bus, int slot, int func, int reg, uint32_t data, in pci_cfgregwrite()
249 pci_cfgenable(unsigned bus, unsigned slot, unsigned func, int reg, int bytes) in pci_cfgenable()
299 pcireg_cfgread(int bus, int slot, int func, int reg, int bytes) in pcireg_cfgread()
325 pcireg_cfgwrite(int bus, int slot, int func, int reg, int data, int bytes) in pcireg_cfgwrite()
592 #define PCIE_PADDR(base, reg, bus, slot, func) \ argument
601 unsigned func, unsigned reg) in pciereg_findaddr()
651 unsigned func, unsigned reg, unsigned bytes) in pciereg_cfgread()
683 unsigned func, unsigned reg, int data, unsigned bytes) in pciereg_cfgwrite()
/freebsd/sys/dev/psci/
H A Dsmccc.h39 #define SMCCC_FUNC_ID(type, call_conv, range, func) \ argument
95 #define arm_smccc_invoke_1(func, a0, res) \ argument
97 #define arm_smccc_invoke_2(func, a0, a1, res) \ argument
99 #define arm_smccc_invoke_3(func, a0, a1, a2, res) \ argument
101 #define arm_smccc_invoke_4(func, a0, a1, a2, a3, res) \ argument
103 #define arm_smccc_invoke_5(func, a0, a1, a2, a3, a4, res) \ argument
105 #define arm_smccc_invoke_6(func, a0, a1, a2, a3, a4, a5, res) \ argument
107 #define arm_smccc_invoke_7(func, a0, a1, a2, a3, a4, a5, a6, res) \ argument
109 #define arm_smccc_invoke_8(func, a0, a1, a2, a3, a4, a5, a6, a7, res) \ argument
114 #define _arm_smccc_invoke(func, a0, ...) \ argument
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dsdio.c88 static int mt7921s_probe(struct sdio_func *func, in mt7921s_probe()
197 static void mt7921s_remove(struct sdio_func *func) in mt7921s_remove()
206 struct sdio_func *func = dev_to_sdio_func(__dev); in mt7921s_suspend() local
279 struct sdio_func *func = dev_to_sdio_func(__dev); in mt7921s_resume() local
/freebsd/crypto/openssl/crypto/evp/
H A Devp_utils.c27 #define PARAM_CHECK(obj, func, errfunc) \ argument
37 #define PARAM_FUNC(name, func, type, err) \ argument
44 #define PARAM_CTX_FUNC(name, func, type, err) \ argument
/freebsd/sys/contrib/device-tree/src/arm/intel/pxa/
H A Dpxa2xx.dtsi11 #define PMMUX(func, pin, af) \ argument
16 #define PMMUX_LPM_LOW(func, pin, af) \ argument
22 #define PMMUX_LPM_HIGH(func, pin, af) \ argument

12345678910>>...32