Home
last modified time | relevance | path

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

12345678910

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.h34 namespace lldb_private::plugin {
159 const lldb_private::plugin::dwarf::DWARFDIE &die);
174 const lldb_private::plugin::dwarf::DWARFDIE &die,
210 const lldb_private::plugin::dwarf::DWARFDIE &die,
222 const lldb_private::plugin::dwarf::DWARFDIE &die);
353 const lldb_private::plugin::dwarf::DWARFDIE &die,
394 const lldb_private::plugin::dwarf::DWARFDIE &die,
424 const lldb_private::plugin::dwarf::DWARFDIE &die);
441 lldb_private::plugin::dwarf::DWARFDIE object_pointer;
444 lldb_private::plugin::dwarf::DWARFFormValue signature;
[all …]
H A DDIERef.h17 namespace lldb_private::plugin {
140 template <> struct format_provider<lldb_private::plugin::dwarf::DIERef> {
141 static void format(const lldb_private::plugin::dwarf::DIERef &ref,
H A DDWARFBaseDIE.cpp21 using namespace lldb_private::plugin::dwarf;
124 namespace lldb_private::plugin { namespace
/freebsd/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/sys/dev/wtap/wtap_hal/
H A Dhal.c51 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()
/freebsd/sys/dev/wtap/
H A Dif_wtap_module.c135 struct visibility_plugin *plugin; in event_handler() local
148 plugin = (struct visibility_plugin *)malloc in event_handler()
151 plugin->base.wp_hal = hal; in event_handler()
152 plugin->base.init = visibility_init; in event_handler()
153 plugin->base.deinit = visibility_deinit; in event_handler()
154 plugin->base.work = visibility_work; in event_handler()
155 register_plugin(hal, (struct wtap_plugin *)plugin); in event_handler()
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DDWARFExpression.h23 namespace plugin {
71 lldb::addr_t GetLocation_DW_OP_addr(const plugin::dwarf::DWARFUnit *dwarf_cu,
74 bool Update_DW_OP_addr(const plugin::dwarf::DWARFUnit *dwarf_cu,
81 ContainsThreadLocalStorage(const plugin::dwarf::DWARFUnit *dwarf_cu) const;
84 const plugin::dwarf::DWARFUnit *dwarf_cu,
137 const plugin::dwarf::DWARFUnit *dwarf_cu,
143 static bool ParseDWARFLocationList(const plugin::dwarf::DWARFUnit *dwarf_cu,
H A DDWARFExpressionList.h18 namespace plugin {
32 const plugin::dwarf::DWARFUnit *dwarf_cu, in DWARFExpressionList()
38 const plugin::dwarf::DWARFUnit *dwarf_cu) in DWARFExpressionList()
144 const plugin::dwarf::DWARFUnit *m_dwarf_cu = nullptr;
/freebsd/sys/dev/wtap/plugins/
H A Dvisibility.c91 visibility_init(struct wtap_plugin *plugin) in visibility_init() argument
95 vis_plugin = (struct visibility_plugin *) plugin; in visibility_init()
96 plugin->wp_sdev = make_dev(&vis_cdevsw,0,UID_ROOT,GID_WHEEL,0600, in visibility_init()
98 plugin->wp_sdev->si_drv1 = vis_plugin; in visibility_init()
105 visibility_deinit(struct wtap_plugin *plugin) in visibility_deinit() argument
109 vis_plugin = (struct visibility_plugin *) plugin; in visibility_deinit()
110 destroy_dev(plugin->wp_sdev); in visibility_deinit()
120 visibility_work(struct wtap_plugin *plugin, struct packet *p) in visibility_work() argument
123 (struct visibility_plugin *) plugin; in visibility_work()
/freebsd/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
94 /// For now, registering a plugin with the ValueProfileCollector is done by
95 /// adding the plugin type to the VP_PLUGIN_LIST macro.
/freebsd/contrib/llvm-project/lld/ELF/
H A DOptions.td679 def: J<"plugin-opt=cs-profile-path=">,
681 def: J<"plugin-opt=obj-path=">,
699 def: J<"plugin-opt=sample-profile=">,
720 // Ignore LTO plugin-related options.
721 // clang -flto passes -plugin and -plugin-opt to the linker. This is required
727 defm plugin: Eq<"plugin", "Ignored for compatibility with GNU linkers">;
731 def: J<"plugin-opt=thinlto">;
735 def: J<"plugin-opt=-fresolution=">;
736 def: J<"plugin-opt=-pass-through=">;
739 def plugin_opt_eq : J<"plugin-opt=">;
[all …]
/freebsd/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/sys/contrib/device-tree/Bindings/power/supply/
H A Dqcom,pmi8998-charger.yaml26 - const: usb-plugin
73 interrupt-names = "usb-plugin", "bat-ov", "wdog-bark", "usbin-icl-change";
/freebsd/sys/dts/arm64/overlays/
H A Drk3399-mmc0-disable.dtso2 /plugin/;
H A Drk3399-mmc1-disable.dtso2 /plugin/;
H A Dsun50i-a64-mmc0-disable.dtso2 /plugin/;
H A Dsun50i-a64-mmc1-disable.dtso2 /plugin/;
H A Drk3399-sdhci-disable.dtso2 /plugin/;
H A Dsun50i-a64-mmc2-disable.dtso2 /plugin/;
/freebsd/sys/dts/arm/overlays/
H A Dsun8i-h3-i2c1.dtso2 /plugin/;
H A Dsun8i-h3-mmc0-disable.dtso2 /plugin/;
H A Dsun8i-h3-mmc1-disable.dtso2 /plugin/;
H A Dsun8i-h3-mmc2-disable.dtso2 /plugin/;
H A Dsun8i-h3-spi0.dtso2 /plugin/;
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dapq8016-sbc-usb-host.dtso4 /plugin/;

12345678910