Home
last modified time | relevance | path

Searched refs:cpp (Results 1 – 25 of 1239) sorted by relevance

12345678910>>...50

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dmeson.build15 'sbe_ffdc_handler.cpp',
16 'fapi_data_process.cpp',
17 'phal_service_actions.cpp',
21 cpp.find_library('pdbg'),
22 cpp.find_library('ekb'),
23 cpp.find_library('phal'),
24 cpp.find_library('libguard'),
32 '../../paths.cpp',
33 '../../util.cpp',
34 'ascii_string.cpp',
[all …]
/openbmc/telemetry/tests/
H A Dmeson.build19 '../src/discrete_threshold.cpp',
20 '../src/metric.cpp',
21 '../src/metrics/collection_data.cpp',
22 '../src/metrics/collection_function.cpp',
23 '../src/numeric_threshold.cpp',
24 '../src/on_change_threshold.cpp',
25 '../src/persistent_json_storage.cpp',
26 '../src/report.cpp',
27 '../src/report_factory.cpp',
28 '../src/report_manager.cpp',
[all …]
/openbmc/phosphor-power/phosphor-regulators/test/
H A Dmeson.build7 'chassis_tests.cpp',
8 'config_file_parser_error_tests.cpp',
9 'config_file_parser_tests.cpp',
10 'configuration_tests.cpp',
11 'device_tests.cpp',
12 'error_history_tests.cpp',
13 'error_logging_utils_tests.cpp',
14 'exception_utils_tests.cpp',
15 'ffdc_file_tests.cpp',
16 'id_map_tests.cpp',
[all …]
/openbmc/pldm/libpldmresponder/
H A Dmeson.build12 'base.cpp',
13 'bios.cpp',
14 'bios_table.cpp',
15 'bios_attribute.cpp',
16 'bios_string_attribute.cpp',
17 'bios_integer_attribute.cpp',
18 'bios_enum_attribute.cpp',
19 'bios_config.cpp',
20 'pdr_utils.cpp',
21 'pdr.cpp',
[all …]
/openbmc/phosphor-power/phosphor-regulators/src/
H A Dmeson.build8 'chassis.cpp',
9 'config_file_parser.cpp',
10 'configuration.cpp',
11 'dbus_sensor.cpp',
12 'dbus_sensors.cpp',
13 'device.cpp',
14 'error_logging.cpp',
15 'error_logging_utils.cpp',
16 'exception_utils.cpp',
17 'ffdc_file.cpp',
[all …]
/openbmc/phosphor-pid-control/test/
H A Dmeson.build39 'dbus_active_unittest': ['../dbus/dbusactiveread.cpp'],
40 'dbus_passive_unittest': ['../dbus/dbuspassive.cpp',
41 '../dbus/dbuspassiveredundancy.cpp',
42 '../dbus/dbusutil.cpp',
43 '../failsafeloggers/failsafe_logger_utility.cpp'],
44 'dbus_util_unittest': ['../dbus/dbusutil.cpp'],
45 'json_parse_unittest': ['../buildjson/buildjson.cpp'],
46 'pid_json_unittest': ['../pid/buildjson.cpp',
47 '../util.cpp'],
48 'pid_fancontroller_unittest': ['../pid/ec/pid.cpp',
[all …]
/openbmc/phosphor-fan-presence/control/
H A Dmeson.build12 sources = ['main.cpp']
18 'json/dbus_zone.cpp',
19 'json/event.cpp',
20 'json/fan.cpp',
21 'json/group.cpp',
22 'json/manager.cpp',
23 'json/profile.cpp',
24 'json/zone.cpp',
25 'json/actions/count_state_floor.cpp',
26 'json/actions/count_state_target.cpp',
[all …]
/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp_cppcore.c90 struct nfp_cpp *cpp; member
102 struct nfp_cpp *cpp; member
134 struct nfp_cpp *cpp = nfp_cpp_area_cpp(area); in __release_cpp_area() local
136 if (area->cpp->op->area_cleanup) in __release_cpp_area()
137 area->cpp->op->area_cleanup(area); in __release_cpp_area()
139 write_lock(&cpp->resource_lock); in __release_cpp_area()
141 write_unlock(&cpp->resource_lock); in __release_cpp_area()
161 void nfp_cpp_free(struct nfp_cpp *cpp) in nfp_cpp_free() argument
167 list_for_each_entry_safe(cache, ctmp, &cpp->area_cache_list, entry) { in nfp_cpp_free()
176 WARN_ON(!list_empty(&cpp->resource_list)); in nfp_cpp_free()
[all …]
H A Dnfp_rtsym.c41 struct nfp_cpp *cpp; member
82 struct nfp_rtsym_table *nfp_rtsym_table_read(struct nfp_cpp *cpp) in nfp_rtsym_table_read() argument
87 mip = nfp_mip_open(cpp); in nfp_rtsym_table_read()
88 rtbl = __nfp_rtsym_table_read(cpp, mip); in nfp_rtsym_table_read()
95 __nfp_rtsym_table_read(struct nfp_cpp *cpp, const struct nfp_mip *mip) in __nfp_rtsym_table_read() argument
128 cache->cpp = cpp; in __nfp_rtsym_table_read()
132 err = nfp_cpp_read(cpp, dram, symtab_addr, rtsymtab, symtab_size); in __nfp_rtsym_table_read()
136 err = nfp_cpp_read(cpp, dram, strtab_addr, cache->strtab, strtab_size); in __nfp_rtsym_table_read()
226 nfp_rtsym_to_dest(struct nfp_cpp *cpp, const struct nfp_rtsym *sym, in nfp_rtsym_to_dest() argument
230 nfp_err(cpp, "rtsym '%s': direct access to non-object rtsym\n", in nfp_rtsym_to_dest()
[all …]
H A Dnfp_cpp.h21 #define nfp_err(cpp, fmt, args...) \ argument
22 dev_err(nfp_cpp_device(cpp)->parent, NFP_SUBSYS ": " fmt, ## args)
23 #define nfp_warn(cpp, fmt, args...) \ argument
24 dev_warn(nfp_cpp_device(cpp)->parent, NFP_SUBSYS ": " fmt, ## args)
25 #define nfp_info(cpp, fmt, args...) \ argument
26 dev_info(nfp_cpp_device(cpp)->parent, NFP_SUBSYS ": " fmt, ## args)
27 #define nfp_dbg(cpp, fmt, args...) \ argument
28 dev_dbg(nfp_cpp_device(cpp)->parent, NFP_SUBSYS ": " fmt, ## args)
29 #define nfp_printk(level, cpp, fmt, args...) \ argument
30 dev_printk(level, nfp_cpp_device(cpp)->parent, \
[all …]
/openbmc/phosphor-pid-control/
H A Dmeson.build2 'phosphor-pid-control', 'cpp',
13 cxx = meson.get_compiler('cpp')
90 'setsensor.cpp'
94 'main.cpp',
95 'util.cpp',
96 'notimpl/readonly.cpp',
97 'notimpl/writeonly.cpp',
98 'dbus/dbusconfiguration.cpp',
99 'dbus/dbusutil.cpp',
100 'dbus/dbushelper.cpp',
[all …]
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_fourcc.c156 …{ .format = DRM_FORMAT_C8, .depth = 8, .num_planes = 1, .cpp = { 1, 0, 0 }, .hsub = 1, .vsub = 1… in __drm_format_info()
163 …{ .format = DRM_FORMAT_D8, .depth = 8, .num_planes = 1, .cpp = { 1, 0, 0 }, .hsub = 1, .vsub = 1… in __drm_format_info()
170 …{ .format = DRM_FORMAT_R8, .depth = 8, .num_planes = 1, .cpp = { 1, 0, 0 }, .hsub = 1, .vsub = 1… in __drm_format_info()
171 …{ .format = DRM_FORMAT_R10, .depth = 10, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsub = … in __drm_format_info()
172 …{ .format = DRM_FORMAT_R12, .depth = 12, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsub = … in __drm_format_info()
173 …{ .format = DRM_FORMAT_RGB332, .depth = 8, .num_planes = 1, .cpp = { 1, 0, 0 }, .hsub = 1, .vsub… in __drm_format_info()
174 …{ .format = DRM_FORMAT_BGR233, .depth = 8, .num_planes = 1, .cpp = { 1, 0, 0 }, .hsub = 1, .vsub… in __drm_format_info()
175 …{ .format = DRM_FORMAT_XRGB4444, .depth = 0, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsu… in __drm_format_info()
176 …{ .format = DRM_FORMAT_XBGR4444, .depth = 0, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsu… in __drm_format_info()
177 …{ .format = DRM_FORMAT_RGBX4444, .depth = 0, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsu… in __drm_format_info()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/
H A Dadbd.mk5 adb/adbconnection/adbconnection_server.cpp \
6 adb/daemon/auth.cpp \
7 adb/daemon/file_sync_service.cpp \
9 adb/daemon/framebuffer_service.cpp \
11 adb/daemon/jdwp_service.cpp \
12 adb/daemon/main.cpp \
13 adb/daemon/restart_service.cpp \
15 adb/daemon/services.cpp \
16 adb/daemon/shell_service.cpp \
18 adb/daemon/usb_ffs.cpp \
[all …]
/openbmc/phosphor-mboxd/vpnor/test/
H A DMakefile.am.include3 vpnor/pnor_partition_table.cpp \
4 %reldir%/tmpd.cpp
11 vpnor/mboxd_lpc_reset.cpp \
12 vpnor/mboxd_pnor_partition_table.cpp \
13 vpnor/mboxd_flash.cpp \
14 vpnor/mboxd_msg.cpp \
15 vpnor/pnor_partition.cpp \
16 vpnor/pnor_partition_table.cpp \
17 %reldir%/tmpd.cpp
27 %reldir%/create_pnor_partition_table.cpp
[all …]
/openbmc/bmcweb/
H A Dmeson.build3 'cpp',
34 cxx = meson.get_compiler('cpp')
44 language: 'cpp',
46 add_project_arguments('-DNDEBUG', language: 'cpp')
50 add_project_arguments('-DBMCWEB_DBUS_DNS_RESOLVER', language: 'cpp')
55 add_project_arguments('-fno-lto', language: 'cpp')
100 language: 'cpp',
127 language: 'cpp',
144 language: 'cpp',
148 add_project_link_arguments('-Wl,--exclude-libs,ALL', language: 'cpp')
[all …]
/openbmc/hiomapd/vpnor/test/
H A DMakefile.am.include9 vpnor/backend.cpp \
10 vpnor/partition.cpp \
11 vpnor/table.cpp \
12 %reldir%/tmpd.cpp
23 %reldir%/create_aligned_window.cpp
30 %reldir%/create_pnor_partition_table.cpp
37 %reldir%/create_read_window_partition_exists.cpp
44 %reldir%/write_patch.cpp
51 %reldir%/write_prsv.cpp
58 %reldir%/write_ro.cpp
[all …]
/openbmc/phosphor-net-ipmid/
H A Dmeson.build3 'cpp',
31 cpp = meson.get_compiler('cpp') variable
32 if cpp.has_header('CLI/CLI.hpp')
39 cpp.get_supported_arguments(
48 language: 'cpp',
64 'auth_algo.cpp',
65 'sessions_manager.cpp',
66 'message_parsers.cpp',
67 'message_handler.cpp',
68 'command_table.cpp',
[all …]
/openbmc/phosphor-networkd/src/
H A Dmeson.build7 'argument.cpp',
8 'ncsi_netlink_main.cpp',
9 'ncsi_util.cpp',
24 'ncsi_cmd.cpp',
25 'ncsi_util.cpp',
41 main_srcs += ['inventory_mac.cpp']
58 'ethernet_interface.cpp',
59 'neighbor.cpp',
60 'ipaddress.cpp',
61 'static_gateway.cpp',
[all …]
/openbmc/openpower-proc-control/
H A Dmeson.build3 'cpp',
15 add_project_arguments('-Wno-psabi', language: 'cpp')
22 add_project_arguments('-DNDEBUG', language: 'cpp')
25 cxx = meson.get_compiler('cpp')
104 'procedures/p9/cleanup_pcie.cpp',
105 'procedures/p9/set_sync_fsi_clock_mode.cpp',
106 'procedures/p9/start_host.cpp',
107 'procedures/p9/start_host_mpreboot.cpp',
108 'procedures/p9/enter_mpreboot.cpp',
109 'procedures/p9/thread_stopall.cpp',
[all …]
/openbmc/telemetry/
H A Dmeson.build3 'cpp',
15 cxx = meson.get_compiler('cpp')
28 language: 'cpp',
49 language: 'cpp',
55 'src/discrete_threshold.cpp',
56 'src/main.cpp',
57 'src/metric.cpp',
58 'src/errors.cpp',
59 'src/metrics/collection_data.cpp',
60 'src/metrics/collection_function.cpp',
[all …]
/openbmc/google-ipmi-sys/
H A Dmeson.build3 'cpp',
27 meson.get_compiler('cpp').has_header_symbol(
47 'bios_setting.cpp',
48 'bm_instance.cpp',
49 'bmc_mode.cpp',
50 'cable.cpp',
51 'cpld.cpp',
52 'entity_name.cpp',
53 'eth.cpp',
54 'flash_size.cpp',
[all …]
/openbmc/phosphor-state-manager/
H A Dmeson.build3 'cpp',
9 cpp = meson.get_compiler('cpp') variable
73 add_project_arguments('-DENABLE_WARM_REBOOT', language: 'cpp')
77 add_project_arguments('-DENABLE_FORCE_WARM_REBOOT', language: 'cpp')
81 add_project_arguments('-DAPPLY_POWER_POLICY_WHEN_BMC_READY', language: 'cpp')
95 if cpp.has_header('CLI/CLI.hpp')
103 has_cereal = cpp.has_header_symbol(
125 'host_state_manager.cpp',
126 'host_state_manager_main.cpp',
127 'settings.cpp',
[all …]
/openbmc/phosphor-dbus-monitor/src/
H A Dmeson.build4 'templates/callbackgroup.mako.cpp',
5 'templates/conditional.mako.cpp',
6 'templates/count.mako.cpp',
7 'templates/elog.mako.cpp',
9 'templates/event.mako.cpp',
11 'templates/journal.mako.cpp',
12 'templates/median.mako.cpp',
13 'templates/method.mako.cpp',
14 'templates/resolve_errors.mako.cpp',
37 'generate-cpp',
[all …]
/openbmc/openpower-occ-control/test/
H A Dmeson.build23 '../occ_pass_through.cpp',
24 '../occ_manager.cpp',
25 '../occ_status.cpp',
26 '../occ_device.cpp',
27 '../occ_errors.cpp',
28 '../occ_ffdc.cpp',
29 '../occ_presence.cpp',
30 '../occ_command.cpp',
31 '../occ_dbus.cpp',
32 '../powercap.cpp',
[all …]
/openbmc/openpower-vpd-parser/vpd-manager/
H A Dmeson.build2 'src/logger.cpp',
3 'src/parser_factory.cpp',
4 'src/ipz_parser.cpp',
5 'src/keyword_vpd_parser.cpp',
6 'src/ddimm_parser.cpp',
7 'src/isdimm_parser.cpp',
8 'src/parser.cpp',
9 'src/worker.cpp',
10 'src/backup_restore.cpp',
11 'src/gpio_monitor.cpp',
[all …]

12345678910>>...50