/openbmc/sdbusplus/include/sdbusplus/async/stdexec/ |
H A D | execution.hpp | 18 #include "__detail/__execution_fwd.hpp" 20 // include these after __execution_fwd.hpp 21 #include "__detail/__as_awaitable.hpp" 22 #include "__detail/__basic_sender.hpp" 23 #include "__detail/__bulk.hpp" 24 #include "__detail/__completion_signatures.hpp" 25 #include "__detail/__connect_awaitable.hpp" 26 #include "__detail/__continues_on.hpp" 27 #include "__detail/__cpo.hpp" 28 #include "__detail/__debug.hpp" [all …]
|
/openbmc/bmcweb/redfish-core/src/ |
H A D | redfish.cpp | 3 #include "redfish.hpp" 7 #include "account_service.hpp" 8 #include "aggregation_service.hpp" 9 #include "app.hpp" 10 #include "bios.hpp" 11 #include "cable.hpp" 12 #include "certificate_service.hpp" 13 #include "chassis.hpp" 14 #include "environment_metrics.hpp" 15 #include "ethernet.hpp" [all …]
|
H A D | subscription.cpp | 4 #include "subscription.hpp" 6 #include "dbus_singleton.hpp" 7 #include "event_log.hpp" 8 #include "event_logs_object_type.hpp" 9 #include "event_matches_filter.hpp" 10 #include "event_service_store.hpp" 11 #include "filter_expr_executor.hpp" 12 #include "heartbeat_messages.hpp" 13 #include "http_client.hpp" 14 #include "http_response.hpp" [all …]
|
/openbmc/phosphor-dbus-monitor/src/test/ |
H A D | meson.build | 23 'pathgentest.hpp', 28 'pathgentest.mako.hpp', 34 meson.current_build_dir() + '/pathgentest.hpp', 36 meson.current_build_dir() + '/pathgentest-errors.hpp', 40 'templates/pathgentest.mako.hpp', 45 output: 'pathgentest.hpp', 63 'propertygentest.hpp', 68 'propertygentest.mako.hpp', 74 meson.current_build_dir() + '/propertygentest.hpp', 76 meson.current_build_dir() + '/propertygentest-errors.hpp', [all …]
|
/openbmc/sdbusplus/tools/ |
H A D | meson.build | 18 'sdbusplus/templates/error.hpp.mako', 21 'sdbusplus/templates/event.hpp.mako', 24 'sdbusplus/templates/events.hpp.mako', 26 'sdbusplus/templates/interface.aserver.hpp.mako', 27 'sdbusplus/templates/interface.client.hpp.mako', 28 'sdbusplus/templates/interface.common.hpp.mako', 31 'sdbusplus/templates/interface.server.hpp.mako', 32 'sdbusplus/templates/method.aserver.callback.hpp.mako', 33 'sdbusplus/templates/method.aserver.tag.hpp.mako', 34 'sdbusplus/templates/method.aserver.typeid.hpp.mako', [all …]
|
/openbmc/bmcweb/src/ |
H A D | webserver_run.cpp | 3 #include "webserver_run.hpp" 7 #include "app.hpp" 8 #include "dbus_monitor.hpp" 9 #include "dbus_singleton.hpp" 10 #include "event_service_manager.hpp" 11 #include "google_service_root.hpp" 12 #include "hostname_monitor.hpp" 13 #include "ibm_management_console_rest.hpp" 14 #include "image_upload.hpp" 15 #include "io_context_singleton.hpp" [all...] |
/openbmc/google-ipmi-sys/ |
H A D | ipmi.cpp | 15 #include "ipmi.hpp" 17 #include "bios_setting.hpp" 18 #include "bm_instance.hpp" 19 #include "bmc_mode.hpp" 20 #include "cable.hpp" 21 #include "commands.hpp" 22 #include "cpld.hpp" 23 #include "entity_name.hpp" 24 #include "eth.hpp" 25 #include "flash_size.hpp" [all …]
|
/openbmc/phosphor-logging/lib/include/phosphor-logging/ |
H A D | meson.build | 2 'elog-errors.hpp'.underscorify(), 4 output: 'elog-errors.hpp', 24 'commit.hpp', 25 'elog.hpp', 26 'lg2.hpp', 27 'log.hpp', 28 'sdjournal.hpp', 33 'lg2/concepts.hpp', 34 'lg2/conversion.hpp', 35 'lg2/flags.hpp', [all …]
|
/openbmc/telemetry/src/ |
H A D | report.hpp | 3 #include "interfaces/clock.hpp" 4 #include "interfaces/json_storage.hpp" 5 #include "interfaces/metric.hpp" 6 #include "interfaces/metric_listener.hpp" 7 #include "interfaces/report.hpp" 8 #include "interfaces/report_factory.hpp" 9 #include "interfaces/report_manager.hpp" 10 #include "state.hpp" 11 #include "types/error_message.hpp" 12 #include "types/readings.hpp" [all …]
|
/openbmc/sdeventplus/src/ |
H A D | meson.build | 51 'sdeventplus/clock.hpp', 52 'sdeventplus/event.hpp', 53 'sdeventplus/exception.hpp', 54 'sdeventplus/types.hpp', 59 'sdeventplus/internal/sdevent.hpp', 64 'sdeventplus/source/base.hpp', 65 'sdeventplus/source/child.hpp', 66 'sdeventplus/source/event.hpp', 67 'sdeventplus/source/io.hpp', 68 'sdeventplus/source/signal.hpp', [all …]
|
/openbmc/linux/tools/perf/ui/stdio/ |
H A D | hist.c | 414 int __hist_entry__snprintf(struct hist_entry *he, struct perf_hpp *hpp, in __hist_entry__snprintf() argument 419 char *start = hpp->buf; in __hist_entry__snprintf() 435 ret = scnprintf(hpp->buf, hpp->size, "%s", sep ?: " "); in __hist_entry__snprintf() 436 advance_hpp(hpp, ret); in __hist_entry__snprintf() 441 ret = fmt->color(fmt, hpp, he); in __hist_entry__snprintf() 443 ret = fmt->entry(fmt, hpp, he); in __hist_entry__snprintf() 445 ret = hist_entry__snprintf_alignment(he, hpp, fmt, ret); in __hist_entry__snprintf() 446 advance_hpp(hpp, ret); in __hist_entry__snprintf() 449 return hpp->buf - start; in __hist_entry__snprintf() 452 static int hist_entry__snprintf(struct hist_entry *he, struct perf_hpp *hpp) in hist_entry__snprintf() argument [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opencv/opencv/ |
H A D | 0003-To-fix-errors-as-following.patch | 20 modules/ts/include/opencv2/ts.hpp | 4 ++-- 21 modules/ts/include/opencv2/ts/ocl_test.hpp | 2 +- 22 modules/ts/include/opencv2/ts/ts_ext.hpp | 2 +- 25 diff --git a/modules/ts/include/opencv2/ts.hpp b/modules/ts/include/opencv2/ts.hpp 27 --- a/modules/ts/include/opencv2/ts.hpp 28 +++ b/modules/ts/include/opencv2/ts.hpp 47 diff --git a/modules/ts/include/opencv2/ts/ocl_test.hpp b/modules/ts/include/opencv2/ts/ocl_test.hpp 49 --- a/modules/ts/include/opencv2/ts/ocl_test.hpp 50 +++ b/modules/ts/include/opencv2/ts/ocl_test.hpp 60 diff --git a/modules/ts/include/opencv2/ts/ts_ext.hpp b/modules/ts/include/opencv2/ts/ts_ext.hpp [all …]
|
/openbmc/phosphor-networkd/src/ |
H A D | network_manager_main.cpp | 4 #include "inventory_mac.hpp" 6 #include "network_manager.hpp" 7 #include "rtnetlink_server.hpp" 8 #include "types.hpp" 10 #include <phosphor-logging/lg2.hpp> 11 #include <sdbusplus/bus.hpp> 12 #include <sdbusplus/server/manager.hpp> 13 #include <sdeventplus/clock.hpp> 14 #include <sdeventplus/event.hpp> 15 #include <sdeventplus/source/signal.hpp> [all …]
|
/openbmc/linux/tools/perf/ui/ |
H A D | hist.c | 17 /* hist period print (hpp) functions */ 19 #define hpp__call_print_fn(hpp, fn, fmt, ...) \ argument 21 int __ret = fn(hpp, fmt, ##__VA_ARGS__); \ 22 advance_hpp(hpp, __ret); \ 26 static int __hpp__fmt(struct perf_hpp *hpp, struct hist_entry *he, in __hpp__fmt() argument 33 char *buf = hpp->buf; in __hpp__fmt() 34 size_t size = hpp->size; in __hpp__fmt() 43 ret = hpp__call_print_fn(hpp, print_fn, fmt, len, percent); in __hpp__fmt() 45 ret = hpp__call_print_fn(hpp, print_fn, fmt, len, get_field(he)); in __hpp__fmt() 70 ret += hpp__call_print_fn(hpp, print_fn, in __hpp__fmt() [all …]
|
/openbmc/telemetry/tests/src/ |
H A D | helpers.hpp | 3 #include "helpers/interfaces/json_storage_helpers.hpp" 4 #include "helpers/interfaces/sensor_id_helpers.hpp" 5 #include "helpers/labeled_tuple_helpers.hpp" 6 #include "helpers/metric_value_helpers.hpp" 7 #include "helpers/report_params_helpers.hpp" 8 #include "helpers/trigger_helpers.hpp" 9 #include "helpers/types/container_types_helpers.hpp" 10 #include "helpers/types/duration_types_helpers.hpp" 11 #include "helpers/types/object_path_helpers.hpp"
|
/openbmc/phosphor-net-ipmid/ |
H A D | main.cpp | 1 #include "main.hpp" 3 #include "comm_module.hpp" 4 #include "command/guid.hpp" 5 #include "command_table.hpp" 6 #include "message.hpp" 7 #include "message_handler.hpp" 8 #include "sd_event_loop.hpp" 9 #include "sessions_manager.hpp" 10 #include "socket_channel.hpp" 11 #include "sol_module.hpp" [all …]
|
/openbmc/dbus-sensors/src/nvidia-gpu/ |
H A D | NvidiaGpuSensorMain.cpp | 7 #include "MctpRequester.hpp" 8 #include "NvidiaGpuSensor.hpp" 9 #include "Utils.hpp" 11 #include <boost/asio/error.hpp> 12 #include <boost/asio/io_context.hpp> 13 #include <boost/asio/post.hpp> 14 #include <boost/asio/steady_timer.hpp> 15 #include <boost/container/flat_map.hpp> 16 #include <phosphor-logging/lg2.hpp> 17 #include <sdbusplus/asio/connection.hpp> [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/upm/upm/ |
H A D | 0001-include-missing-cstdint.patch | 13 src/mcp9808/mcp9808.hpp | 1 + 14 src/micsv89/micsv89.hpp | 1 + 17 diff --git a/src/mcp9808/mcp9808.hpp b/src/mcp9808/mcp9808.hpp 19 --- a/src/mcp9808/mcp9808.hpp 20 +++ b/src/mcp9808/mcp9808.hpp 28 #include <interfaces/iTemperature.hpp> 29 diff --git a/src/micsv89/micsv89.hpp b/src/micsv89/micsv89.hpp 31 --- a/src/micsv89/micsv89.hpp 32 +++ b/src/micsv89/micsv89.hpp
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | metric_report.hpp | 5 #include "app.hpp" 6 #include "async_resp.hpp" 7 #include "dbus_singleton.hpp" 8 #include "dbus_utility.hpp" 9 #include "error_messages.hpp" 10 #include "http_request.hpp" 11 #include "logging.hpp" 12 #include "query.hpp" 13 #include "registries/privilege_registry.hpp" 14 #include "utils/collection.hpp" [all …]
|
H A D | telemetry_service.hpp | 5 #include "app.hpp" 6 #include "async_resp.hpp" 7 #include "dbus_utility.hpp" 8 #include "error_messages.hpp" 9 #include "generated/enums/resource.hpp" 10 #include "http_request.hpp" 11 #include "logging.hpp" 12 #include "query.hpp" 13 #include "registries/privilege_registry.hpp" 14 #include "utils/dbus_utils.hpp" [all …]
|
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/ |
H A D | main.cpp | 19 #include "file_handler.hpp" 20 #include "firmware_handler.hpp" 21 #include "firmware_handlers_builder.hpp" 22 #include "flags.hpp" 23 #include "general_systemd.hpp" 24 #include "image_handler.hpp" 25 #include "lpc_aspeed.hpp" 26 #include "lpc_handler.hpp" 27 #include "lpc_nuvoton.hpp" 28 #include "net_handler.hpp" [all …]
|
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/ |
H A D | __transfer_just.hpp | 18 #include "__execution_fwd.hpp" 20 // include these after __execution_fwd.hpp 21 #include "__basic_sender.hpp" 22 #include "__concepts.hpp" 23 #include "__continues_on.hpp" 24 #include "__domain.hpp" 25 #include "__env.hpp" 26 #include "__just.hpp" 27 #include "__meta.hpp" 28 #include "__schedule_from.hpp" [all …]
|
H A D | __execute.hpp | 18 #include "__completion_signatures.hpp" 19 #include "__concepts.hpp" 20 #include "__cpo.hpp" 21 #include "__execution_fwd.hpp" 22 #include "__meta.hpp" 23 #include "__receivers.hpp" 24 #include "__schedulers.hpp" 25 #include "__senders.hpp" 26 #include "__submit.hpp" 27 #include "__tag_invoke.hpp" [all …]
|
/openbmc/telemetry/src/interfaces/ |
H A D | report_factory.hpp | 3 #include "interfaces/json_storage.hpp" 4 #include "interfaces/metric.hpp" 5 #include "interfaces/report.hpp" 6 #include "interfaces/report_manager.hpp" 7 #include "types/readings.hpp" 8 #include "types/report_action.hpp" 9 #include "types/report_types.hpp" 10 #include "types/report_updates.hpp" 11 #include "types/reporting_type.hpp" 13 #include <boost/asio/spawn.hpp>
|
/openbmc/phosphor-buttons/inc/ |
H A D | serial_uart_mux.hpp | 3 #include "button_factory.hpp" 4 #include "button_interface.hpp" 5 #include "common.hpp" 6 #include "config.hpp" 7 #include "gpio.hpp" 8 #include "xyz/openbmc_project/Chassis/Buttons/HostSelector/server.hpp" 9 #include "xyz/openbmc_project/Chassis/Common/error.hpp" 10 #include "xyz/openbmc_project/Inventory/Item/server.hpp" 14 #include <phosphor-logging/elog-errors.hpp> 15 #include <sdbusplus/bus.hpp> [all …]
|