Home
last modified time | relevance | path

Searched refs:debug_out_info (Results 1 – 19 of 19) sorted by relevance

/dports/sysutils/gsmartcontrol/gsmartcontrol-1.1.3/src/libdebug/
H A Dlibdebug_test.cpp27 debug_out_info("default", DBG_FUNC_NAME << "\n"); in func()
31 debug_out_info("default", DBG_FUNC_PRNAME << "\n"); in func()
34 debug_out_info("default", DBG_FUNC_MSG << "function called.\n"); in func()
51 debug_out_info("default", DBG_FUNC_PRNAME << "\n"); in func2()
52 debug_out_info("default", DBG_FUNC_MSG << "function called.\n"); in func2()
85 debug_out_info("dom", "Doing something with " << obj << " object\n"); in main()
162 debug_out_info("default", "The following lines should have no prefixes\n"); in main()
163 debug_out_info("default", "1st line\n" << "2nd line\n"); in main()
165 debug_out_info("default", debug_indent << "4th line, not prefixed\n"); in main()
171 debug_out_info("default", "prefixed\n"); in main()
H A Ddout.h54 #define debug_out_info(domain, output) \ macro
/dports/sysutils/gsmartcontrol/gsmartcontrol-1.1.3/src/applib/
H A Dstorage_detector_win32.cpp176 debug_out_info("app", "Getting multi-port devices through smartctl --scan-open...\n"); in get_scan_open_multiport_devices()
496 debug_out_info("app", "Areca controller scanning is disabled through config.\n"); in detect_drives_win32_areca()
576 debug_out_info("app", "Scanning Areca drives using CLI...\n"); in detect_drives_win32_areca()
593 debug_out_info("app", "Manually scanning Areca controllers and ports...\n"); in detect_drives_win32_areca()
634 debug_out_info("app", DBG_FUNC_MSG << "Finished scanning Areca controllers.\n"); in detect_drives_win32_areca()
679 debug_out_info("app", "Smartctl returned with an error: " << local_error << "\n"); in detect_drives_win32()
699 debug_out_info("app", "Starting sequential scan of \\\\.\\PhysicalDriveN devices...\n"); in detect_drives_win32()
752 debug_out_info("app", "Smartctl returned with an error: " << local_error << "\n"); in detect_drives_win32()
767 debug_out_info("app", "Added drive " << drive->get_device_with_type() << ".\n"); in detect_drives_win32()
778 debug_out_info("app", "Checking for additional 3ware devices...\n"); in detect_drives_win32()
[all …]
H A Dstorage_detector.cpp31 debug_out_info("app", DBG_FUNC_MSG << "Starting drive detection.\n"); in detect()
76 debug_out_info("app", "Found device: " << drive->get_device_with_type() << ".\n"); in detect()
83debug_out_info("app", "Device " << drive->get_device_with_type() << " is blacklisted, ignoring.\n"… in detect()
93 debug_out_info("app", DBG_FUNC_MSG << "Drive detection finished.\n"); in detect()
109 debug_out_info("app", "Retrieving basic information about the device...\n"); in fetch_basic_data()
H A Dstorage_detector_helpers.h76debug_out_info("app", "Getting available 3ware drives (ports) for controller " << controller << " … in tw_cli_get_drives()
103 debug_out_info("app", "Added 3ware drive " << drives.back()->get_device_with_type() << ".\n"); in tw_cli_get_drives()
118 debug_out_info("app", "Getting available 3ware controllers through tw_cli...\n"); in tw_cli_get_controllers()
137 debug_out_info("app", "Found 3ware controller " << controller << ".\n"); in tw_cli_get_controllers()
186 debug_out_info("app", "Smartctl returned with an error: " << error_msg << "\n"); in smartctl_scan_drives_sequentially()
190 debug_out_info("app", "Added drive " << drive->get_device_with_type() << ".\n"); in smartctl_scan_drives_sequentially()
H A Dstorage_detector_linux.cpp441 debug_out_info("app", "Added drive " << drive->get_device_with_type() << ".\n"); in detect_drives_linux_proc_partitions()
479 debug_out_info("app", DBG_FUNC_MSG << "Detecting drives behind 3ware controller(s)...\n"); in detect_drives_linux_3ware()
613 debug_out_info("app", DBG_FUNC_MSG << "Detecting drives behind Adaptec controller(s)...\n"); in detect_drives_linux_adaptec()
695 debug_out_info("app", "Smartctl returned with an error: " << local_error_msg << "\n"); in detect_drives_linux_adaptec()
699 debug_out_info("app", "Added drive " << drive->get_device_with_type() << ".\n"); in detect_drives_linux_adaptec()
743 debug_out_info("app", DBG_FUNC_MSG << "Detecting drives behind Areca controller(s)...\n"); in detect_drives_linux_areca()
777 debug_out_info("app", DBG_FUNC_MSG << "No Areca-specific entries found in SCSI file.\n"); in detect_drives_linux_areca()
936 debug_out_info("app", "Smartctl returned with an error: " << local_error_msg << "\n"); in detect_drives_linux_cciss()
952 debug_out_info("app", "Added drive " << drive->get_device_with_type() << ".\n"); in detect_drives_linux_cciss()
1046 debug_out_info("app", "Smartctl returned with an error: " << local_error_msg << "\n"); in detect_drives_linux_hpsa()
[all …]
H A Dstorage_detector_other.cpp37 debug_out_info("app", DBG_FUNC_MSG << "Detecting drives through /dev...\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()
253debug_out_info("app", DBG_FUNC_MSG << "Device \"" << dev_file.str() << "\" opened successfully, ad… in detect_drives_other()
260debug_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()
H A Dcmdex_sync.cpp72debug_out_info("app", DBG_FUNC_MSG << "execute_tick slot returned false, trying to stop the progra… in execute()
H A Dstorage_device.cpp172debug_out_info("app", "The device seems to be of different type than auto-detected, trying again w… in fetch_basic_data_and_parse()
335debug_out_info("app", "The device seems to be of different type than auto-detected, trying again w… in fetch_data_and_parse()
546 debug_out_info("app", DBG_FUNC_MSG << "AODC status: " << get_status_name(status) << "\n"); in get_aodc_status()
H A Dcmdex.cpp136 debug_out_info("app", DBG_FUNC_MSG << "Executing \"" << cmd << "\".\n"); in execute()
/dports/sysutils/gsmartcontrol/gsmartcontrol-1.1.3/src/
H A Dgsc_init.cpp452 debug_out_info("app", "Current C locale: " << hz::locale_c_get() << "\n"); in app_init_and_loop()
453 debug_out_info("app", "Current C++ locale: " << hz::locale_cpp_get<std::string>() << "\n"); in app_init_and_loop()
556 debug_out_info("app", "Entering main loop.\n"); in app_init_and_loop()
558 debug_out_info("app", "Main loop exited.\n"); in app_init_and_loop()
577 debug_out_info("app", "Saving config before exit...\n"); in app_quit()
587 debug_out_info("app", "Trying to exit the main loop...\n"); in app_quit()
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_main_window_iconview.h486 debug_out_info("app", DBG_FUNC << "\n"); in on_iconview_item_activated()
H A Dgsc_main_window.cpp527 debug_out_info("app", DBG_FUNC_MSG << "Action activated: \"" + action_name << "\"\n"); in on_action_activated()
H A Dgsc_info_window.cpp394 debug_out_info("app", DBG_FUNC_MSG << "Scan " << (scan ? "" : "not ") << "requested.\n"); in fill_ui_with_info()
/dports/sysutils/gsmartcontrol/gsmartcontrol-1.1.3/src/hz/
H A Ddebug.h56 #ifdef debug_out_info
57 #undef debug_out_info
143 #define debug_out_info(domain, output) \ macro
295 #define debug_out_info(domain, output) if(true){}else(void)0 macro
H A Derror_holder.h216 case ErrorLevel::info: debug_out_info("hz", msg); break; in error_warn()
/dports/sysutils/gsmartcontrol/gsmartcontrol-1.1.3/src/rmn/
H A Dresource_serialization.h401 debug_out_info("rmn", "Serializing: \"" << node->get_path() << "\"" in serialize_node_to_string_recursive()
427debug_out_info("rmn", "Saving: \"" << node->get_path() << "\"" << " to file: \"" << file << "\".\… in serialize_node_to_file_recursive()
642 debug_out_info("rmn", "Loading under \"" << under_this_node->get_path() << "\"" in unserialize_nodes_from_file()