Home
last modified time | relevance | path

Searched defs:func (Results 1 – 25 of 776) 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
242 # define DECLARE_REAL(ret_type, func, ...) argument
256 # define DECLARE_REAL(ret_type, func, ...) \ argument
288 # define DEFINE_REAL(ret_type, func, ...) argument
303 #define INTERCEPTOR(ret_type, func, ...) \ argument
320 #define INTERCEPTOR(ret_type, func, ...) \ argument
360 # define INTERCEPT_FUNCTION_VER(func, symver) \ argument
365 # define INTERCEPT_FUNCTION_VER(func, symver) \ 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.h31 #define INTERCEPT_FUNCTION_LINUX_OR_FREEBSD(func) \ argument
40 #define INTERCEPT_FUNCTION_VER_LINUX_OR_FREEBSD(func, symver) \ argument
47 #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
281 func = function() function
293 func = function() function
304 func = function() function
312 func = function() function
320 func = function() function
349 func = function(_, choice, _) function
373 func = function() function
405 func = function() function
/freebsd/contrib/arm-optimized-routines/pl/math/test/
H A Dulp_wrappers.h72 #define ZVNF1_WRAP(func) ZVF1_WRAP(func) argument
73 #define ZVNF2_WRAP(func) ZVF2_WRAP(func) argument
74 #define ZVND1_WRAP(func) ZVD1_WRAP(func) argument
75 #define ZVND2_WRAP(func) ZVD2_WRAP(func) argument
93 #define ZSVNF1_WRAP(func) ZSVF1_WRAP(func) argument
94 #define ZSVNF2_WRAP(func) ZSVF2_WRAP(func) argument
95 #define ZSVND1_WRAP(func) ZSVD1_WRAP(func) argument
108 #define ZSNF1_WRAP(func) argument
109 #define ZSNF2_WRAP(func) argument
110 #define ZSND1_WRAP(func) argument
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.h51 #define SCOPED_INTERCEPTOR_RAW(func, ...) \ argument
70 # define CHECK_REAL_FUNC(func) DCHECK(REAL(func)) argument
73 #define SCOPED_TSAN_INTERCEPTOR(func, ...) \ 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
106 # define TSAN_INTERCEPTOR_NETBSD_ALIAS(ret, func, ...) argument
107 # define TSAN_INTERCEPTOR_NETBSD_ALIAS_THR(ret, func, ...) argument
108 # 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/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
116 #define testall_tol(func, x, result, tol) do { \ argument
120 #define testall_odd_tol(func, x, result, tol) do { \ argument
[all …]
/freebsd/lib/libvmmapi/
H A Dppt.c40 vm_assign_pptdev(struct vmctx *ctx, int bus, int slot, int func) in vm_assign_pptdev()
53 vm_unassign_pptdev(struct vmctx *ctx, int bus, int slot, int func) in vm_unassign_pptdev()
66 vm_map_pptdev_mmio(struct vmctx *ctx, int bus, int slot, int func, in vm_map_pptdev_mmio()
83 vm_unmap_pptdev_mmio(struct vmctx *ctx, int bus, int slot, int func, in vm_unmap_pptdev_mmio()
99 vm_setup_pptdev_msi(struct vmctx *ctx, int bus, int slot, int func, in vm_setup_pptdev_msi()
116 vm_setup_pptdev_msix(struct vmctx *ctx, int bus, int slot, int func, in vm_setup_pptdev_msix()
134 vm_disable_pptdev_msix(struct vmctx *ctx, int bus, int slot, int func) in vm_disable_pptdev_msix()
/freebsd/contrib/llvm-project/libcxx/src/
H A Dstring.cpp58 inline void throw_from_string_out_of_range(const string& func) { in throw_from_string_out_of_range()
62 inline void throw_from_string_invalid_arg(const string& func) { in throw_from_string_invalid_arg()
90 inline int as_integer(const string& func, const string& s, size_t* idx, int base) { in as_integer()
99 inline long as_integer(const string& func, const string& s, size_t* idx, int base) { in as_integer()
153 inline V as_float_helper(const string& func, const S& str, size_t* idx, F f) { in as_float_helper()
173 inline float as_float(const string& func, const string& s, size_t* idx) { in as_float()
178 inline double as_float(const string& func, const string& s, size_t* idx) { in as_float()
183 inline long double as_float(const string& func, const string& s, size_t* idx) { in as_float()
189 inline float as_float(const string& func, const wstring& s, size_t* idx) { in as_float()
194 inline double as_float(const string& func, const wstring& s, size_t* idx) { in as_float()
[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
97 #define SDT_PROBE_DEFINE0(prov, mod, func, name) argument
108 #define SDT_PROBE0(prov, mod, func, name) argument
109 #define SDT_PROBE1(prov, mod, func, name, arg0) argument
110 #define SDT_PROBE2(prov, mod, func, name, arg0, arg1) argument
153 #define _SDT_PROBE_NAME(prov, mod, func, name) \ argument
179 #define SDT_PROBE_DECLARE(prov, mod, func, name) \ argument
206 #define SDT_PROBE_DEFINE0(prov, mod, func, name) \ argument
319 #define SDT_PROBE0(prov, mod, func, name) \ 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()
81 intel_stolen_base_gen11(int domain, int bus, int slot, int func) in intel_stolen_base_gen11()
94 intel_stolen_size_gen3(int domain, int bus, int slot, int func) in intel_stolen_size_gen3()
134 intel_stolen_size_gen6(int domain, int bus, int slot, int func) in intel_stolen_size_gen6()
145 intel_stolen_size_gen8(int domain, int bus, int slot, int func) in intel_stolen_size_gen8()
156 intel_stolen_size_chv(int domain, int bus, int slot, int func) in intel_stolen_size_chv()
178 intel_stolen_size_gen9(int domain, int bus, int slot, int func) in intel_stolen_size_gen9()
284 const int func = 0; in intel_graphics_stolen() local
/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.c106 zfs_iter_filesystems(zfs_handle_t *zhp, zfs_iter_f func, void *data) in zfs_iter_filesystems()
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()
522 zfs_iter_f func; member
587 zfs_iter_f func, void *data) in zfs_iter_dependents()
594 zfs_iter_f func, void *data) in zfs_iter_dependents_v2()
[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/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/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
/freebsd/contrib/unbound/util/
H A Dalloc.c472 const char* func) in unbound_stat_malloc_log()
480 int line, const char* func) in unbound_stat_calloc_log()
489 const char* func) in unbound_stat_free_log()
503 int line, const char* func) in unbound_stat_realloc_log()
524 const char* func) in unbound_stat_malloc_lite()
539 int line, const char* func) in unbound_stat_calloc_lite()
557 const char* func) in unbound_stat_free_lite()
583 int line, const char* func) in unbound_stat_realloc_lite()
627 const char* func) in unbound_strdup_lite()

12345678910>>...32