Home
last modified time | relevance | path

Searched refs:DBG_FUNC_MSG (Results 1 – 23 of 23) sorted by relevance

/dports/sysutils/gsmartcontrol/gsmartcontrol-1.1.3/src/applib/
H A Dstorage_detector_linux.cpp192 debug_out_warn("app", DBG_FUNC_MSG << "Partitions file path is not set.\n"); in read_proc_partitions_file()
200 debug_out_warn("app", DBG_FUNC_MSG << "Partitions file doesn't exist.\n"); in read_proc_partitions_file()
217 debug_out_warn("app", DBG_FUNC_MSG << "Devices file path is not set.\n"); in read_proc_devices_file()
225 debug_out_warn("app", DBG_FUNC_MSG << "Devices file doesn't exist.\n"); in read_proc_devices_file()
244 debug_out_warn("app", DBG_FUNC_MSG << "SCSI file path is not set.\n"); in read_proc_scsi_scsi_file()
254 debug_out_warn("app", DBG_FUNC_MSG << "SCSI file doesn't exist.\n"); in read_proc_scsi_scsi_file()
256 debug_out_error("app", DBG_FUNC_MSG << "SCSI file exists but cannot be read.\n"); in read_proc_scsi_scsi_file()
292 debug_out_warn("app", DBG_FUNC_MSG << "Sg devices file path is not set.\n"); in read_proc_scsi_sg_devices_file()
302 debug_out_warn("app", DBG_FUNC_MSG << "Sg devices file doesn't exist.\n"); in read_proc_scsi_sg_devices_file()
626 debug_out_dump("app", DBG_FUNC_MSG << "Found aac entry in devices file.\n"); in detect_drives_linux_adaptec()
[all …]
H A Dstorage_detector_other.cpp37 debug_out_info("app", DBG_FUNC_MSG << "Detecting drives through /dev...\n"); in detect_drives_other()
50 debug_out_warn("app", DBG_FUNC_MSG << "Device directory path is not set.\n"); in detect_drives_other()
60 debug_out_warn("app", DBG_FUNC_MSG << "Device directory doesn't exist.\n"); in detect_drives_other()
62 debug_out_error("app", DBG_FUNC_MSG << "Cannot list directory entries.\n"); in detect_drives_other()
236 debug_out_info("app", DBG_FUNC_MSG << "Number of matched devices is " in detect_drives_other()
239 debug_out_info("app", DBG_FUNC_MSG << "Number of matched devices is " in detect_drives_other()
248 …debug_out_dump("app", DBG_FUNC_MSG << "Device \"" << dev_file.str() << "\" failed to open, ignorin… in detect_drives_other()
253 …debug_out_info("app", DBG_FUNC_MSG << "Device \"" << dev_file.str() << "\" opened successfully, ad… in detect_drives_other()
260 …debug_out_info("app", DBG_FUNC_MSG << "Device \"" << matched_devices[i] << "\" matched the whiteli… in detect_drives_other()
H A Dsmartctl_executor.cpp53 debug_out_info("app", DBG_FUNC_MSG << "Smartmontools installation not found in \"HKLM\\" in get_smartctl_binary()
57 debug_out_info("app", DBG_FUNC_MSG << "Smartmontools installation found at \"" << smt_inst_dir in get_smartctl_binary()
85 debug_out_error("app", DBG_FUNC_MSG << "Invalid device name \"" << device << "\".\n"); in execute_smartctl()
97 debug_out_error("app", DBG_FUNC_MSG << "Smartctl binary is not set in config.\n"); in execute_smartctl()
118 debug_out_warn("app", DBG_FUNC_MSG << "Smartctl binary did not execute cleanly.\n"); in execute_smartctl()
135 debug_out_error("app", DBG_FUNC_MSG << "Smartctl returned an empty output.\n"); in execute_smartctl()
H A Dcmdex_sync.cpp51 debug_out_error("app", DBG_FUNC_MSG << "cmdex_.execute() failed.\n"); in execute()
72 …debug_out_info("app", DBG_FUNC_MSG << "execute_tick slot returned false, trying to stop the progra… in execute()
81 debug_out_warn("app", DBG_FUNC_MSG << "cmdex_.try_stop() returned false.\n"); in execute()
H A Dstorage_detector.cpp31 debug_out_info("app", DBG_FUNC_MSG << "Starting drive detection.\n"); in detect()
53 …debug_out_warn("app", DBG_FUNC_MSG << "Cannot detect drives: None of the drive detection methods r… in detect()
93 debug_out_info("app", DBG_FUNC_MSG << "Drive detection finished.\n"); in detect()
H A Dstorage_detector_win32.cpp183 debug_out_error("app", DBG_FUNC_MSG << "Smartctl binary is not set in config.\n"); in get_scan_open_multiport_devices()
197 debug_out_warn("app", DBG_FUNC_MSG << "Smartctl binary did not execute cleanly.\n"); in get_scan_open_multiport_devices()
204 debug_out_error("app", DBG_FUNC_MSG << "Smartctl returned an empty output.\n"); in get_scan_open_multiport_devices()
268 debug_out_warn("app", DBG_FUNC_MSG << "Error while executing Areca cli binary.\n"); in execute_areca_cli()
274 debug_out_error("app", DBG_FUNC_MSG << "Areca cli returned an empty output.\n"); in execute_areca_cli()
492 debug_out_info("app", DBG_FUNC_MSG << "Detecting drives behind Areca controller(s)...\n"); in detect_drives_win32_areca()
634 debug_out_info("app", DBG_FUNC_MSG << "Finished scanning Areca controllers.\n"); in detect_drives_win32_areca()
H A Dstorage_detector_helpers.h36 debug_out_error("app", DBG_FUNC_MSG << "tw_cli binary is not set in config.\n"); in execute_tw_cli()
53 debug_out_warn("app", DBG_FUNC_MSG << "Error while executing tw_cli binary.\n"); in execute_tw_cli()
62 debug_out_error("app", DBG_FUNC_MSG << "tw_cli returned an empty output.\n"); in execute_tw_cli()
H A Dstorage_device.cpp197 debug_out_error("app", DBG_FUNC_MSG << "String to parse is empty.\n"); in parse_basic_data()
384 debug_out_warn("app", DBG_FUNC_MSG << "Cannot parse smartctl output.\n"); in parse_data()
546 debug_out_info("app", DBG_FUNC_MSG << "AODC status: " << get_status_name(status) << "\n"); in get_aodc_status()
834 debug_out_warn("app", DBG_FUNC_MSG << "Cannot get device options of a virtual device.\n"); in get_device_options()
868 debug_out_warn("app", DBG_FUNC_MSG << "Cannot execute smartctl on a virtual device.\n"); in execute_device_smartctl()
878 debug_out_warn("app", DBG_FUNC_MSG << "Smartctl binary did not execute cleanly.\n"); in execute_device_smartctl()
H A Dsmartctl_parser.cpp404 debug_out_warn("app", DBG_FUNC_MSG << "Unknown section encountered.\n"); in parse_section()
515 debug_out_warn("app", DBG_FUNC_MSG << "Unknown Info line encountered.\n"); in parse_section_info()
533 debug_out_error("app", DBG_FUNC_MSG << "Called with non-info section!\n"); in parse_section_info_property()
1022 debug_out_error("app", DBG_FUNC_MSG << "Non-block related line found!\n"); in parse_section_data_subsection_capabilities()
1040 debug_out_error("app", DBG_FUNC_MSG << "Block " in parse_section_data_subsection_capabilities()
1057 debug_out_warn("app", DBG_FUNC_MSG in parse_section_data_subsection_capabilities()
1171 debug_out_error("app", DBG_FUNC_MSG << "Non-capability property passed.\n"); in parse_section_data_internal_capabilities()
1522 debug_out_warn("app", DBG_FUNC_MSG << "Cannot parse attribute line.\n"); in parse_section_data_subsection_attributes()
1529 debug_out_warn("app", DBG_FUNC_MSG << "Cannot parse attribute line.\n"); in parse_section_data_subsection_attributes()
1536 debug_out_warn("app", DBG_FUNC_MSG << "Cannot parse attribute line.\n"); in parse_section_data_subsection_attributes()
[all …]
H A Dselftest.cpp271 debug_out_dump("app", DBG_FUNC_MSG << "total: " << total << ", gran: " << gran in update()
H A Dcmdex.cpp136 debug_out_info("app", DBG_FUNC_MSG << "Executing \"" << cmd << "\".\n"); in execute()
H A Dapp_pcrecpp.h60 default: debug_out_error("app", DBG_FUNC_MSG << "Unknown modifier \'" << c << "\'\n"); break; in app_pcre_get_options()
/dports/sysutils/gsmartcontrol/gsmartcontrol-1.1.3/src/hz/
H A Ddebug.h100 #ifdef DBG_FUNC_MSG
101 #undef DBG_FUNC_MSG
260 #define DBG_FUNC_MSG (hz::internal::format_function_msg(DBG_FUNC_PRNAME, true).c_str()) macro
312 #define DBG_FUNC_MSG "" macro
/dports/sysutils/gsmartcontrol/gsmartcontrol-1.1.3/src/
H A Dgsc_about_dialog.cpp82 debug_out_info("app", DBG_FUNC_MSG << "Response ID: " << response_id << "\n"); in on_response_before()
86 debug_out_info("app", DBG_FUNC_MSG << "Closing the dialog.\n"); in on_response_before()
H A Dgsc_init.cpp120 debug_out_dump("app", DBG_FUNC_MSG << "Global config file: \"" << global_config_file << "\"\n"); in app_init_config()
121 debug_out_dump("app", DBG_FUNC_MSG << "Local config file: \"" << s_home_config_file << "\"\n"); in app_init_config()
122 debug_out_dump("app", DBG_FUNC_MSG << "Old local config file: \"" << old_local_config << "\"\n"); in app_init_config()
H A Dgsc_main_window.cpp409 debug_out_error("app", DBG_FUNC_MSG << "UI creation failed: " << ex.what() << "\n"); in create_widgets()
513 …debug_out_error("app", DBG_FUNC_MSG << "Invalid action activated: " << static_cast<int>(action_typ… in on_action_activated()
519 …debug_out_error("app", DBG_FUNC_MSG << "Action is NULL for action type " << static_cast<int>(actio… in on_action_activated()
527 debug_out_info("app", DBG_FUNC_MSG << "Action activated: \"" + action_name << "\"\n"); in on_action_activated()
637 debug_out_error("app", DBG_FUNC_MSG << "Unknown action: \"" << action_name << "\"\n"); in on_action_activated()
745 debug_out_error("app", DBG_FUNC_MSG << "Unknown dialog response code: " << response << ".\n"); in on_action_enable_aodc_toggled()
1384 debug_out_error("app", DBG_FUNC_MSG << "Unknown dialog response code: " << result << ".\n"); in show_load_virtual_file_chooser()
H A Dgsc_preferences_window.cpp375 …debug_out_error("app", DBG_FUNC_MSG << "Path \"" << path << "\" doesn't exist in config trees.\n"); in prefs_config_set()
387 …debug_out_error("app", DBG_FUNC_MSG << "Path \"" << path << "\" doesn't exist in config trees.\n"); in prefs_config_get()
643 debug_out_error("app", DBG_FUNC_MSG << "Unknown dialog response code: " << result << ".\n"); in on_smartctl_binary_browse_button_clicked()
H A Dgsc_executor_log_window.cpp277 debug_out_error("app", DBG_FUNC_MSG << "Unknown dialog response code: " << result << ".\n"); in on_window_save_current_button_clicked()
394 debug_out_error("app", DBG_FUNC_MSG << "Unknown dialog response code: " << result << ".\n"); in on_window_save_all_button_clicked()
H A Dgsc_add_device_window.cpp222 debug_out_error("app", DBG_FUNC_MSG << "Unknown dialog response code: " << result << ".\n"); in on_device_name_browse_button_clicked()
H A Dgsc_text_window.h228 debug_out_error("app", DBG_FUNC_MSG << "Unknown dialog response code: " << result << ".\n"); in on_save_as_button_clicked()
H A Dgsc_info_window.cpp394 debug_out_info("app", DBG_FUNC_MSG << "Scan " << (scan ? "" : "not ") << "requested.\n"); in fill_ui_with_info()
1880 debug_out_error("app", DBG_FUNC_MSG << "Unknown dialog response code: " << result << ".\n"); in on_save_info_button_clicked()
/dports/sysutils/gsmartcontrol/gsmartcontrol-1.1.3/src/libdebug/
H A Dlibdebug_test.cpp34 debug_out_info("default", DBG_FUNC_MSG << "function called.\n"); in func()
52 debug_out_info("default", DBG_FUNC_MSG << "function called.\n"); in func2()
H A Ddout.h209 #define DBG_FUNC_MSG (debug_internal::format_function_msg(DBG_FUNC_PRNAME, true).c_str()) macro