Searched refs:settings (Results 76 - 100 of 632) sorted by relevance

1234567891011>>

/haiku/headers/private/debugger/target_host_interface/
H A DTargetHostInterfaceInfo.h29 virtual bool IsConfigured(Settings* settings) const = 0;
32 virtual status_t CreateInterface(Settings* settings,
/haiku/src/apps/debugger/settings/
H A DDebuggerSettingsManager.h28 TeamSettings& settings);
29 virtual status_t SaveTeamSettings(const TeamSettings& settings);
/haiku/src/apps/debugger/user_interface/gui/connection_config/
H A DConnectionConfigView.h27 void NotifyConfigurationChanged(Settings* settings);
41 virtual void ConfigurationChanged(Settings* settings) = 0;
/haiku/src/add-ons/mail_daemon/inbound_filters/match_header/
H A DConfigView.cpp40 const BMailAddOnSettings& settings);
42 virtual status_t SaveInto(BMailAddOnSettings& settings) const;
70 MatchHeaderSettings settings(addOnSettings);
71 fAction = settings.Action();
76 fAttributeControl->SetText(settings.Attribute());
81 fRegexControl->SetText(settings.Expression());
87 fFileControl->SetText(settings.MoveTarget());
90 fFlagsControl->SetText(settings.SetFlagsTo());
95 fAccountID = settings.ReplyAccount();
165 RuleFilterConfig::SaveInto(BMailAddOnSettings& settings) cons
235 instantiate_filter_settings_view(const BMailAccountSettings& accountSettings, const BMailAddOnSettings& settings) argument
[all...]
H A DMatchHeaderSettings.h23 MatchHeaderSettings(const BMailAddOnSettings& settings) argument
25 fSettings(settings)
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar9002/
H A Dar9285_diversity.c50 * settings are fixed and the antenna diversity scanning routine
58 * software diversity combining settings will be lost and won't
64 ar9285SetAntennaSwitch(struct ath_hal *ah, HAL_ANT_SETTING settings) argument
77 /* Store settings */
78 AH5212(ah)->ah_antControl = settings;
79 AH5212(ah)->ah_diversity = (settings == HAL_ANT_VARIABLE);
92 if (settings == HAL_ANT_VARIABLE)
95 if (settings == HAL_ANT_VARIABLE) {
103 if (settings == HAL_ANT_FIXED_A) {
112 else if (settings
[all...]
/haiku/src/add-ons/network_settings/dialup/
H A DConnectionOptionsAddon.cpp8 // ConnectionOptionsAddon saves the loaded settings.
9 // ConnectionOptionsView saves the current settings.
47 ConnectionOptionsAddon::LoadSettings(BMessage *settings, BMessage *profile, bool isNew) argument
51 fSettings = settings;
56 // reset all views (empty settings)
58 if(!settings || !profile || isNew)
97 // reload new settings
104 ConnectionOptionsAddon::IsModified(bool *settings, bool *profile) const argument
106 *settings = *profile = false;
111 *settings
118 SaveSettings(BMessage *settings, BMessage *profile, bool saveTemporary) argument
[all...]
/haiku/src/system/boot/loader/
H A Dload_driver_settings.cpp89 int fd = open_from(volume, "home/config/settings/kernel/drivers", O_RDONLY);
93 Directory* settings = (Directory*)get_node_from(fd);
94 if (settings == NULL)
98 if (settings->Open(&cookie, O_RDONLY) == B_OK) {
100 while (settings->GetNextEntry(cookie, name, sizeof(name)) == B_OK) {
104 status_t status = load_driver_settings_file(settings, name);
109 settings->Close(cookie);
130 add_safe_mode_settings(const char* settings) argument
132 if (settings == NULL || settings[
[all...]
/haiku/src/servers/print_addon/
H A DPrintAddOnServerApplication.cpp82 BMessage settings; local
85 || message->FindMessage(kPrintSettingsAttribute, &settings) != B_OK) {
91 status_t status = ConfigPage(driver.String(), &spoolFolder, &settings);
97 reply.AddMessage(kPrintSettingsAttribute, &settings);
105 BDirectory* spoolFolder, BMessage* settings)
108 return addOn.ConfigPage(spoolFolder, settings);
117 BMessage settings; local
120 || message->FindMessage(kPrintSettingsAttribute, &settings) != B_OK) {
126 status_t status = ConfigJob(driver.String(), &spoolFolder, &settings);
132 reply.AddMessage(kPrintSettingsAttribute, &settings);
104 ConfigPage(const char* driver, BDirectory* spoolFolder, BMessage* settings) argument
139 ConfigJob(const char* driver, BDirectory* spoolFolder, BMessage* settings) argument
159 BMessage settings; local
174 DefaultSettings(const char* driver, BDirectory* spoolFolder, BMessage* settings) argument
[all...]
/haiku/src/system/kernel/debug/
H A Dsafemode_settings.cpp30 // find the settings in the kernel args
31 const char* settings = NULL; local
35 settings = file->buffer;
40 if (settings == NULL)
46 const char* settingsEnd = settings + strlen(settings);
49 while (*settings != '\0') {
51 const char* lineEnd = strchr(settings, '\n');
59 lineEnd = std::find(settings, lineEnd, '#');
68 for (; settings < lineEn
[all...]
/haiku/headers/private/print/
H A DPrintAddOnServer.h29 BMessage* settings);
31 BMessage* settings);
33 BMessage* settings);
53 BMessage* settings);
H A DPrinter.h54 status_t DefaultSettings(BMessage& settings);
65 status_t _ConfigureJob(BMessage& settings);
66 status_t _ConfigurePage(BMessage& settings);
70 void _AddPrinterName(BMessage& settings);
/haiku/src/add-ons/accelerants/nvidia/
H A DEngineManagment.c13 Later on this can become a nv.settings switch, and maybe later we can even
38 if (!si->settings.block_acc) nv_acc_assert_fifo();
53 if (!si->settings.block_acc) nv_acc_assert_fifo_dma();
73 if (si->settings.block_acc) return;
76 if (!si->settings.dma_acc)
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DSettings.h26 status_t _Init(const driver_settings *settings,
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPModule.h36 \param settings The settings for your module.
46 driver_parameter *settings, ppp_module_key_type type);
H A Dsettings_tools.h13 extern driver_settings *dup_driver_settings(const driver_settings *settings);
14 extern void free_driver_settings(driver_settings *settings);
31 // this compares only the relevant parts of the interface settings
36 const driver_settings *settings);
38 const driver_settings *settings);
/haiku/src/add-ons/translators/bmp/
H A DBMPView.h21 uint32 flags, TranslatorSettings *settings);
/haiku/src/add-ons/translators/hvif/
H A DHVIFView.h18 HVIFView(const char *name, uint32 flags, TranslatorSettings *settings);
/haiku/src/add-ons/translators/icns/
H A DConfigView.h19 ConfigView(TranslatorSettings *settings);
/haiku/src/add-ons/translators/stxt/
H A DSTXTView.h21 uint32 flags, TranslatorSettings *settings);
/haiku/src/apps/bootmanager/
H A DLegacyBootMenu.h30 BMessage& settings);
33 BMessage& settings);
34 virtual status_t SaveMasterBootRecord(BMessage* settings,
36 virtual status_t RestoreMasterBootRecord(BMessage* settings,
H A DUninstallPage.h20 UninstallPage(BMessage* settings, BRect frame,
/haiku/src/add-ons/translators/jpeg/
H A Dbe_jerror.cpp51 // JPEGTtanslator settings header to get settings stuff
119 be_jpeg_std_error(be_jpeg_error_mgr* err, TranslatorSettings* settings, argument
122 settings->Acquire();
128 err->ShowReadWarnings = settings->SetGetBool(JPEG_SET_SHOWREADWARNING, NULL);
131 settings->Release();
H A Dbe_jerror.h25 TranslatorSettings* settings, const jmp_buf* longJumpBuffer);
/haiku/src/add-ons/mail_daemon/inbound_filters/notifier/
H A DNotifierConfigView.h30 virtual status_t SaveInto(BMailAddOnSettings& settings) const;

Completed in 125 milliseconds

1234567891011>>