Home
last modified time | relevance | path

Searched refs:set_enabled (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/opencsd/decoder/include/common/
H A Dcomp_attach_pt_t.h126 void set_enabled(const bool enable);
230 template<class T> void componentAttachPt<T>::set_enabled(const bool enable) in set_enabled() function
/freebsd/contrib/opencsd/decoder/source/
H A Dtrc_frame_deformatter.cpp136 m_IDStreams[id].set_enabled(bEnable); in OutputFilterIDs()
148 m_IDStreams[id].set_enabled(bEnable); in OutputFilterAllIDs()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlugin.cpp92 if (!plugin_namespace.set_enabled(plugin.name, enabled)) { in SetEnableOnMatchingPlugins()
/freebsd/sys/contrib/dev/iwlwifi/fw/
H A Dacpi.c722 goto set_enabled; in iwl_acpi_get_ewrd_table()
742 set_enabled: in iwl_acpi_get_ewrd_table()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DPluginManager.h77 SetPluginEnabled set_enabled; member