Home
last modified time | relevance | path

Searched defs:plugin (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/dev/wtap/plugins/
H A Dvisibility.c91 visibility_init(struct wtap_plugin *plugin) in visibility_init()
105 visibility_deinit(struct wtap_plugin *plugin) in visibility_deinit()
120 visibility_work(struct wtap_plugin *plugin, struct packet *p) in visibility_work()
/freebsd/crypto/heimdal/lib/krb5/
H A Dplugin.c46 struct plugin { struct
59 struct plugin *next; argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDefines.cpp15 namespace lldb_private::plugin { namespace
H A DDWARFBaseDIE.cpp120 namespace lldb_private::plugin { namespace
H A DSymbolFileDWARFDebugMap.cpp172 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()
/freebsd/sys/dev/wtap/
H A Dif_wtap_module.c135 struct visibility_plugin *plugin; in event_handler() local
/freebsd/sys/dev/wtap/wtap_hal/
H A Dhal.h44 struct wtap_plugin *plugin; member
H A Dhal.c80 register_plugin(struct wtap_hal *hal, struct wtap_plugin *plugin) in register_plugin() argument
[all...]
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp133 void ProcessLaunchInfo::SetProcessPluginName(llvm::StringRef plugin) { in SetProcessPluginName()
/freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp809 StructuredDataDarwinLog &plugin = DoExecute() local
[all...]
/freebsd/sys/dev/vmware/vmxnet3/
H A Dif_vmxreg.h261 } rss, pm, plugin; member
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h160 void SetProcessPluginName(llvm::StringRef plugin) { in SetProcessPluginName()