Home
last modified time | relevance | path

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

12345678910>>...12

/f-stack/freebsd/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
98 #define SDT_PROBE_DEFINE1(prov, mod, func, name, arg0) 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
157 #define SDT_PROBE_DEFINE(prov, mod, func, name) \ argument
186 #define SDT_PROBE_DEFINE0(prov, mod, func, name) \ argument
299 #define SDT_PROBE0(prov, mod, func, name) \ argument
[all …]
H A Dkthread.h43 void (*func)(void); /* "main" for kernel process */ member
50 void (*func)(void); /* "main" for kernel thread */ member
H A Dtaskqueue.h109 #define TASK_INITIALIZER(priority, func, context) \ argument
123 #define TASK_INIT_FLAGS(task, priority, func, context, flags) do { \ argument
136 #define TIMEOUT_TASK_INIT(queue, timeout_task, priority, func, context) do { \ argument
H A Dgtaskqueue.h84 #define GTASK_INIT(gtask, flags, priority, func, context) do { \ argument
91 #define GROUPTASK_INIT(gtask, priority, func, context) \ argument
/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Dprof_active.c4 mallctl_bool_get(const char *name, bool expected, const char *func, int line) { in mallctl_bool_get()
17 const char *func, int line) { in mallctl_bool_set()
31 mallctl_prof_active_get_impl(bool prof_active_old_expected, const char *func, in mallctl_prof_active_get_impl()
40 bool prof_active_new, const char *func, int line) { in mallctl_prof_active_set_impl()
49 const char *func, int line) { in mallctl_thread_prof_active_get_impl()
58 bool thread_prof_active_new, const char *func, int line) { in mallctl_thread_prof_active_set_impl()
66 prof_sampling_probe_impl(bool expect_sample, const char *func, int line) { in prof_sampling_probe_impl()
H A Dprof_thread_name.c4 mallctl_thread_name_get_impl(const char *thread_name_expected, const char *func, in mallctl_thread_name_get_impl()
21 mallctl_thread_name_set_impl(const char *thread_name, const char *func, in mallctl_thread_name_set_impl()
/f-stack/freebsd/amd64/pci/
H A Dpci_cfgreg.c82 pci_docfgregread(int bus, int slot, int func, int reg, int bytes) in pci_docfgregread()
97 pci_cfgregread(int bus, int slot, int func, int reg, int bytes) in pci_cfgregread()
122 pci_cfgregwrite(int bus, int slot, int func, int reg, u_int32_t data, int bytes) in pci_cfgregwrite()
139 pci_cfgenable(unsigned bus, unsigned slot, unsigned func, int reg, int bytes) in pci_cfgenable()
165 pcireg_cfgread(int bus, int slot, int func, int reg, int bytes) in pcireg_cfgread()
191 pcireg_cfgwrite(int bus, int slot, int func, int reg, int data, int bytes) in pcireg_cfgwrite()
257 #define PCIE_VADDR(base, reg, bus, slot, func) \ argument
273 pciereg_cfgread(int bus, unsigned slot, unsigned func, unsigned reg, in pciereg_cfgread()
304 pciereg_cfgwrite(int bus, unsigned slot, unsigned func, unsigned reg, int data, in pciereg_cfgwrite()
/f-stack/freebsd/x86/pci/
H A Dpci_early_quirks.c64 intel_stolen_base_gen3(int bus, int slot, int func) in intel_stolen_base_gen3()
75 intel_stolen_size_gen3(int bus, int slot, int func) in intel_stolen_size_gen3()
115 intel_stolen_size_gen6(int bus, int slot, int func) in intel_stolen_size_gen6()
126 intel_stolen_size_gen8(int bus, int slot, int func) in intel_stolen_size_gen8()
137 intel_stolen_size_chv(int bus, int slot, int func) in intel_stolen_size_chv()
159 intel_stolen_size_gen9(int bus, int slot, int func) in intel_stolen_size_gen9()
251 const int func = 0; in intel_graphics_stolen() local
H A Dpci_bus.c65 legacy_pcib_read_config(device_t dev, u_int bus, u_int slot, u_int func, in legacy_pcib_read_config()
74 legacy_pcib_write_config(device_t dev, u_int bus, u_int slot, u_int func, in legacy_pcib_write_config()
122 int error, func, slot; in legacy_pcib_map_msi() local
141 legacy_pcib_is_host_bridge(int bus, int slot, int func, in legacy_pcib_is_host_bridge()
380 int bus, slot, func; in legacy_pcib_identify() local
/f-stack/freebsd/i386/pci/
H A Dpci_cfgreg.c156 pci_docfgregread(int bus, int slot, int func, int reg, int bytes) in pci_docfgregread()
171 pci_cfgregread(int bus, int slot, int func, int reg, int bytes) in pci_cfgregread()
191 pci_cfgregwrite(int bus, int slot, int func, int reg, u_int32_t data, int bytes) in pci_cfgregwrite()
208 pci_cfgenable(unsigned bus, unsigned slot, unsigned func, int reg, int bytes) in pci_cfgenable()
258 pcireg_cfgread(int bus, int slot, int func, int reg, int bytes) in pcireg_cfgread()
284 pcireg_cfgwrite(int bus, int slot, int func, int reg, int data, int bytes) in pcireg_cfgwrite()
520 #define PCIE_PADDR(base, reg, bus, slot, func) \ argument
528 pciereg_findaddr(int bus, unsigned slot, unsigned func, unsigned reg) in pciereg_findaddr()
575 pciereg_cfgread(int bus, unsigned slot, unsigned func, unsigned reg, in pciereg_cfgread()
608 pciereg_cfgwrite(int bus, unsigned slot, unsigned func, unsigned reg, int data, in pciereg_cfgwrite()
/f-stack/dpdk/drivers/net/fm10k/base/
H A Dfm10k_vf.h42 #define FM10K_VF_MSG_MSIX_HANDLER(func) \ argument
47 #define FM10K_VF_MSG_MAC_VLAN_HANDLER(func) \ argument
54 #define FM10K_VF_MSG_LPORT_STATE_HANDLER(func) \ argument
59 #define FM10K_VF_MSG_1588_HANDLER(func) \ argument
H A Dfm10k_pf.h118 #define FM10K_PF_MSG_LPORT_MAP_HANDLER(func) \ argument
122 #define FM10K_PF_MSG_UPDATE_PVID_HANDLER(func) \ argument
128 #define FM10K_PF_MSG_ERR_HANDLER(msg, func) \ argument
132 #define FM10K_PF_MSG_1588_TIMESTAMP_HANDLER(func) \ argument
139 #define FM10K_PF_MSG_1588_CLOCK_OWNER_HANDLER(func) \ argument
144 #define FM10K_PF_MSG_MASTER_CLK_OFFSET_HANDLER(func) \ argument
/f-stack/tools/ifconfig/
H A Difconfig.h88 #define DEF_CMD(name, param, func) { name, param, { .c_func = func }, 0, NULL } argument
89 #define DEF_CMD_ARG(name, func) { name, NEXTARG, { .c_func = func }, 0, NULL } argument
90 #define DEF_CMD_OPTARG(name, func) { name, OPTARG, { .c_func = func }, 0, NULL } argument
91 #define DEF_CMD_ARG2(name, func) { name, NEXTARG2, { .c_func2 = func }, 0, NULL } argument
92 #define DEF_CLONE_CMD(name, param, func) { name, param, { .c_func = func }, 1, NULL } argument
93 #define DEF_CLONE_CMD_ARG(name, func) { name, NEXTARG, { .c_func = func }, 1, NULL } argument
94 #define DEF_CLONE_CMD_ARG2(name, func) { name, NEXTARG2, { .c_func2 = func }, 1, NULL } argument
/f-stack/freebsd/contrib/device-tree/src/arm/
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
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_iter.c42 zfs_iter_clones(zfs_handle_t *zhp, zfs_iter_f func, void *data) in zfs_iter_clones()
107 zfs_iter_filesystems(zfs_handle_t *zhp, zfs_iter_f func, void *data) in zfs_iter_filesystems()
143 zfs_iter_snapshots(zfs_handle_t *zhp, boolean_t simple, zfs_iter_f func, in zfs_iter_snapshots()
202 zfs_iter_bookmarks(zfs_handle_t *zhp, zfs_iter_f func, void *data) in zfs_iter_bookmarks()
384 zfs_iter_f func, void *arg) in zfs_iter_snapspec()
460 zfs_iter_children(zfs_handle_t *zhp, zfs_iter_f func, void *data) in zfs_iter_children()
480 zfs_iter_f func; member
544 zfs_iter_f func, void *data) in zfs_iter_dependents()
559 zfs_iter_mounted(zfs_handle_t *zhp, zfs_iter_f func, void *data) in zfs_iter_mounted()
/f-stack/freebsd/amd64/vmm/io/
H A Dppt.c127 int bus, slot, func; in ppt_probe() local
203 ppt_find(struct vm *vm, int bus, int slot, int func, struct pptdev **pptp) in ppt_find()
384 ppt_assign_device(struct vm *vm, int bus, int slot, int func) in ppt_assign_device()
403 ppt_unassign_device(struct vm *vm, int bus, int slot, int func) in ppt_unassign_device()
427 int bus, slot, func; in ppt_unassign_all() local
444 ppt_map_mmio(struct vm *vm, int bus, int slot, int func, in ppt_map_mmio()
498 ppt_setup_msi(struct vm *vm, int vcpu, int bus, int slot, int func, in ppt_setup_msi()
591 ppt_setup_msix(struct vm *vm, int vcpu, int bus, int slot, int func, in ppt_setup_msix()
702 ppt_disable_msix(struct vm *vm, int bus, int slot, int func) in ppt_disable_msix()
/f-stack/freebsd/kern/
H A Dsubr_eventhandler.c52 void (* func)(void); member
146 void *func, void *arg, int priority) in eventhandler_register()
164 vimage_iterator_func_t func; /* Vimage iterator function. */ member
170 void *func, void *arg, int priority, vimage_iterator_func_t iterfunc) in vimage_eventhandler_register()
/f-stack/freebsd/arm64/acpica/
H A Dpci_cfgreg.c47 pci_cfgregread(int bus, int slot, int func, int reg, int bytes) in pci_cfgregread()
59 pci_cfgregwrite(int bus, int slot, int func, int reg, u_int32_t data, int bytes) in pci_cfgregwrite()
/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-vmem.c35 spl_vmem_alloc(size_t size, int flags, const char *func, int line) in spl_vmem_alloc()
52 spl_vmem_zalloc(size_t size, int flags, const char *func, int line) in spl_vmem_zalloc()
/f-stack/freebsd/net/
H A Dvnet.h325 sysinit_cfunc_t func; member
330 #define VNET_SYSINIT(ident, subsystem, order, func, arg) \ argument
344 #define VNET_SYSUNINIT(ident, subsystem, order, func, arg) \ argument
378 #define VNET_GLOBAL_EVENTHANDLER_REGISTER_TAG(tag, name, func, arg, priority) \ argument
386 #define VNET_GLOBAL_EVENTHANDLER_REGISTER(name, func, arg, priority) \ argument
442 #define VNET_SYSINIT(ident, subsystem, order, func, arg) \ argument
444 #define VNET_SYSUNINIT(ident, subsystem, order, func, arg) \ argument
450 #define VNET_GLOBAL_EVENTHANDLER_REGISTER_TAG(tag, name, func, arg, priority) \ argument
452 #define VNET_GLOBAL_EVENTHANDLER_REGISTER(name, func, arg, priority) \ argument
/f-stack/freebsd/ddb/
H A Ddb_variables.c110 db_varfcn_t *func = vp->fcn; in db_read_variable() local
122 db_varfcn_t *func = vp->fcn; in db_write_variable() local
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dthread.h47 #define thread_create_named(name, stk, stksize, func, arg, len, \ argument
53 #define thread_create(stk, stksize, func, arg, len, pp, state, pri) \ argument
/f-stack/freebsd/mips/atheros/
H A Dar71xx_pci.c185 ar71xx_pci_make_addr(int bus, int slot, int func, int reg) in ar71xx_pci_make_addr()
196 ar71xx_pci_conf_setup(int bus, int slot, int func, int reg, int bytes, in ar71xx_pci_conf_setup()
214 ar71xx_pci_read_config(device_t dev, u_int bus, u_int slot, u_int func, in ar71xx_pci_read_config()
267 ar71xx_pci_write_config(device_t dev, u_int bus, u_int slot, u_int func, in ar71xx_pci_write_config()
291 ar71xx_pci_fixup(device_t dev, u_int bus, u_int slot, u_int func, in ar71xx_pci_fixup()
333 ar71xx_pci_slot_fixup(device_t dev, u_int bus, u_int slot, u_int func) in ar71xx_pci_slot_fixup()
/f-stack/freebsd/arm64/intel/
H A Dintel-smc.h53 #define INTEL_SIP_SMC_STD_CALL(func) \ argument
56 #define INTEL_SIP_SMC_FAST_CALL(func) \ argument
/f-stack/freebsd/amd64/vmm/
H A Dvmm_stat.h55 vmm_stat_func_t func; member
61 #define VMM_STAT_FDEFINE(type, nelems, desc, func, scope) \ argument
80 #define VMM_STAT_FUNC(type, desc, func) \ argument

12345678910>>...12