Home
last modified time | relevance | path

Searched refs:plugin (Results 1 – 25 of 89) sorted by relevance

1234

/freebsd-13.1/sys/dev/wtap/wtap_hal/
H A Dhal.c53 hal->plugin->work(hal->plugin, p); in hal_tx_proc()
80 register_plugin(struct wtap_hal *hal, struct wtap_plugin *plugin) in register_plugin() argument
83 plugin->init(plugin); in register_plugin()
84 hal->plugin = plugin; in register_plugin()
91 hal->plugin->deinit(hal->plugin); in deregister_plugin()
92 hal->plugin = NULL; /* catch illegal usages */ in deregister_plugin()
H A Dhal.h44 struct wtap_plugin *plugin; member
/freebsd-13.1/contrib/ofed/opensm/opensm/
H A Dosm_event_plugin.c143 void osm_epi_destroy(osm_epi_plugin_t * plugin) in osm_epi_destroy() argument
145 if (plugin) { in osm_epi_destroy()
146 if (plugin->impl->delete) in osm_epi_destroy()
147 plugin->impl->delete(plugin->plugin_data); in osm_epi_destroy()
148 dlclose(plugin->handle); in osm_epi_destroy()
149 free(plugin->plugin_name); in osm_epi_destroy()
150 free(plugin); in osm_epi_destroy()
/freebsd-13.1/sys/dev/wtap/
H A Dif_wtap_module.c137 struct visibility_plugin *plugin; in event_handler() local
151 plugin = (struct visibility_plugin *)malloc in event_handler()
154 plugin->base.wp_hal = hal; in event_handler()
155 plugin->base.init = visibility_init; in event_handler()
156 plugin->base.deinit = visibility_deinit; in event_handler()
157 plugin->base.work = visibility_work; in event_handler()
158 register_plugin(hal, (struct wtap_plugin *)plugin); in event_handler()
/freebsd-13.1/sys/dev/wtap/plugins/
H A Dvisibility.c93 visibility_init(struct wtap_plugin *plugin) in visibility_init() argument
97 vis_plugin = (struct visibility_plugin *) plugin; in visibility_init()
98 plugin->wp_sdev = make_dev(&vis_cdevsw,0,UID_ROOT,GID_WHEEL,0600, in visibility_init()
100 plugin->wp_sdev->si_drv1 = vis_plugin; in visibility_init()
107 visibility_deinit(struct wtap_plugin *plugin) in visibility_deinit() argument
111 vis_plugin = (struct visibility_plugin *) plugin; in visibility_deinit()
112 destroy_dev(plugin->wp_sdev); in visibility_deinit()
122 visibility_work(struct wtap_plugin *plugin, struct packet *p) in visibility_work() argument
125 (struct visibility_plugin *) plugin; in visibility_work()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DOptions.td621 def: F<"plugin-opt=new-pass-manager">,
627 def: J<"plugin-opt=cs-profile-path=">,
629 def: J<"plugin-opt=obj-path=">,
649 def: J<"plugin-opt=sample-profile=">,
668 // Ignore LTO plugin-related options.
669 // clang -flto passes -plugin and -plugin-opt to the linker. This is required
675 defm plugin: Eq<"plugin", "Ignored for compatibility with GNU linkers">;
679 def: J<"plugin-opt=thinlto">;
683 def: J<"plugin-opt=-fresolution=">;
684 def: J<"plugin-opt=-pass-through=">;
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DValueProfilePlugins.inc9 // This file contains a set of plugin classes used in ValueProfileCollectorImpl.
10 // Each plugin is responsible for collecting Value Profiling candidates for a
12 // Each plugin must satisfy the interface described in ValueProfileCollector.cpp
93 /// For now, registering a plugin with the ValueProfileCollector is done by
94 /// adding the plugin type to the VP_PLUGIN_LIST macro.
/freebsd-13.1/crypto/heimdal/lib/krb5/
H A Dplugin.c46 struct plugin { struct
59 struct plugin *next; argument
63 static struct plugin *registered = NULL;
99 struct plugin *e; in loadlib()
144 struct plugin *e; in krb5_plugin_register()
222 struct plugin *e; in load_plugins()
326 struct plugin *e; in _krb5_plugin_find()
/freebsd-13.1/sys/dts/arm64/overlays/
H A Drk3399-mmc0-disable.dtso2 /plugin/;
H A Drk3399-mmc1-disable.dtso2 /plugin/;
H A Drk3399-sdhci-disable.dtso2 /plugin/;
H A Drk3328-analog-sound.dtso2 /plugin/;
H A Drk3328-i2c0.dtso2 /plugin/;
H A Drk3328-uart1.dtso2 /plugin/;
H A Dsun50i-a64-spi0-spigen.dtso2 /plugin/;
H A Dsun50i-a64-timer.dtso2 /plugin/;
H A Dsun50i-a64-rpwm.dtso2 /plugin/;
/freebsd-13.1/sys/dts/arm/overlays/
H A Dsun8i-h3-spi0.dtso2 /plugin/;
H A Dsun8i-h3-i2c1.dtso2 /plugin/;
H A Dsun8i-h3-mmc1-disable.dtso2 /plugin/;
H A Dsun8i-h3-mmc2-disable.dtso2 /plugin/;
H A Dsun8i-h3-mmc0-disable.dtso2 /plugin/;
H A Dsun8i-h3-i2c0.dtso2 /plugin/;
H A Dsun8i-a83t-sid.dtso2 /plugin/;
/freebsd-13.1/contrib/unbound/contrib/
H A Dunbound.spec_fedora112 # Install munin plugin and its softlinks
113 install -d 0755 %{buildroot}%{_sysconfdir}/munin/plugin-conf.d
114 install -m 0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/munin/plugin-conf.d/unbound
117 for plugin in unbound_munin_hits unbound_munin_queue unbound_munin_memory unbound_munin_by_type unb…
118 ln -s unbound %{buildroot}%{_datadir}/munin/plugins/$plugin
156 %config(noreplace) %{_sysconfdir}/munin/plugin-conf.d/unbound
377 - Add additional munin plugin links supported by unbound plugin

1234