Home
last modified time | relevance | path

Searched full:api (Results 1 – 25 of 1570) sorted by relevance

12345678910>>...63

/openbmc/openpower-vpd-parser/vpd-manager/include/
H A Dbios_handler.hpp22 * @brief API to back up or restore BIOS attributes.
24 * Concrete class should implement the API and read the backed up data from
31 * @brief Callback API to be triggered on BIOS attribute change.
33 * Concrete class should implement the API to extract the attribute and its
60 * @brief API to back up or restore BIOS attributes.
62 * The API will read the backed up data from the VPD keyword and based on
68 * @brief Callback API to be triggered on BIOS attribute change.
70 * The API to extract the required attribute and its value from DBus message
79 * @brief API to read given attribute from BIOS table.
88 * @brief API to process "hb_field_core_override" attribute.
[all …]
H A Dworker.hpp59 * @brief An API to check if system VPD is already published.
66 * @brief API to process all FRUs presnt in config JSON file.
68 * This API based on config JSON passed/selected for the system, will
72 * to make use of this API.
78 * @brief API to parse VPD data
85 * @brief An API to populate DBus interfaces for a FRU.
87 * Note: Call this API to populate D-Bus. Also caller should handle empty
99 * @brief An API to delete FRU VPD over DBus.
108 * @brief API to get status of VPD collection process.
118 * @brief API to get system config JSON object
[all …]
H A Dlistener.hpp40 * @brief API to register callback for Host state change.
46 * @brief API to register callback for "AssetTag" property change.
51 * @brief API to register "Present" property change callback
53 * This API registers "Present" property change callback for FRUs for
59 * @brief API to register callback for all correlated properties.
61 * This API registers properties changed callback for all the interfaces in
72 * @brief API to register properties changed callback.
74 * This API registers a properties changed callback for a specific interface
75 * under a service by constructing a match object. This API also saves the
90 * @brief API to process host state change callback.
[all …]
H A Devent_logger.hpp17 * Provide separate async API's for calling out inventory_path, device_path and
24 * @brief API to get Error type.
34 * @brief API to get Error msg.
44 * @brief API to get string representation of a Error type enum.
55 * @brief An API to create a PEL with inventory path callout.
57 * This API calls an async method to create PEL, and also handles inventory
62 * API.
65 * API.
94 * @brief An API to create a PEL with device path callout.
116 * @brief An API to create a PEL with I2c bus callout.
[all …]
H A Dsingle_fab.hpp20 * @brief API to support single FAB feature.
22 * This API updates the IM value to the P11 series or creates PEL in invalid
35 * @brief API to get IM value from persisted location.
42 * @brief API to get IM value from system planar EEPROM path.
49 * @brief API to update IM value on system planar EEPROM path.
58 * @brief API to check is field mode enabled.
65 * @brief API to update IM value on system planar EEPROM path to P11 series.
73 * @brief API to check if it is a P10 system.
100 * @brief API to check if it is a P11 system.
127 * @brief API to check if it is a valid IM series.
[all …]
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/
H A Dfix_missing_use_directives.patch14 use Bastille::API;
15 +use Bastille::API::AccountPermission;
16 use Bastille::API::FileContent;
17 use Bastille::API::ServiceAdmin;
26 use Bastille::API;
27 +use Bastille::API::AccountPermission;
28 use Bastille::API::HPSpecific;
29 use Bastille::API::ServiceAdmin;
30 use Bastille::API::FileContent;
38 use Bastille::API;
[all …]
/openbmc/openpower-vpd-parser/vpd-tool/include/
H A Dvpd_tool.hpp15 * The class provides API's to,
29 * For a given object path of a FRU, this API returns the following
38 * If FRU's "Present" property is false, this API returns an empty JSON.
39 * Note: The caller of this API should handle empty JSON.
46 * @brief API to populate FRU JSON.
48 * The API will create FRUs JSON, which will have property value pairs for
61 * @brief API to populate JSON for an interface.
63 * The API will create interface JSON, which will have property value pairs
80 * API to get any property of a FRU in JSON format. Given an object path,
81 * interface and property name, this API does a D-Bus read property on PIM
[all …]
/openbmc/qemu/scripts/tracetool/format/
H A Dh.py31 event = e.api(e.QEMU_EVENT))
34 out('extern uint16_t %s;' % e.api(e.QEMU_DSTATE))
54 '#define %(api)s() ( \\',
55 api=e.api(e.QEMU_BACKEND_DSTATE))
64 'static inline void %(api)s(%(args)s)',
66 api=e.api(e.QEMU_TRACE_NOCHECK),
77 'static inline void %(api)s(%(args)s)',
83 api=e.api(),
84 api_nocheck=e.api(e.QEMU_TRACE_NOCHECK),
/openbmc/webui-vue/src/store/modules/Logs/
H A DDumpsStore.js1 import api, { getResponseCount } from '@/store/api';
26 return api
28 .then((response) => api.get(response.data.LogServices['@odata.id']))
29 .then((response) => api.get(`${response.data['@odata.id']}/Dump`))
30 .then((response) => api.get(response.data.Entries['@odata.id']))
34 return api
36 .then((response) => api.get(response.data.LogServices['@odata.id']))
37 .then((response) => api.get(`${response.data['@odata.id']}/Dump`))
38 .then((response) => api.get(response.data.Entries['@odata.id']))
42 return await api
[all …]
H A DEventLogStore.js1 import api, { getResponseCount } from '@/store/api';
44 return await api
82 return await api
99 api.delete(uri).catch((error) => {
104 return await api
111 api.spread((...responses) => {
137 api.patch(log.uri, { Resolved: true }).catch((error) => {
142 return await api
149 api.spread((...responses) => {
172 api.patch(log.uri, { Resolved: false }).catch((error) => {
[all …]
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/
H A D0009-Remove-PLATFORM_HAS_ATTEST_PK-define-from-IAT-test.patch9 deployments/psa-api-test/initial_attestation/iat-api-test.cmake | 2 +-
12 … --git a/deployments/psa-api-test/initial_attestation/iat-api-test.cmake b/deployments/psa-api-tes…
14 --- a/deployments/psa-api-test/initial_attestation/iat-api-test.cmake
15 +++ b/deployments/psa-api-test/initial_attestation/iat-api-test.cmake
/openbmc/webui-vue/src/store/modules/HardwareStatus/
H A DFanStore.js1 import api from '@/store/api';
37 return await api
40 api.all(
42 api.get(member['@odata.id']).then((response) => response.data),
51 return await api
57 return await api
60 return api.get(`${response.data.Fans['@odata.id']}`);
64 api.get(member['@odata.id']),
66 return api.all(promises);
H A DPowerSupplyStore.js1 import api from '@/store/api';
50 return await api
60 return await api
72 return await api
75 return api.get(`${response.data.PowerSupplies['@odata.id']}`);
79 api.get(member['@odata.id']),
81 return api.all(promises);
/openbmc/webui-vue/src/store/modules/Settings/
H A DSnmpAlertsStore.js1 import api, { getResponseCount } from '@/store/api';
21 return await api
23 .then((response) => api.get(response.data.EventService['@odata.id']))
24 .then((response) => api.get(response.data.Subscriptions['@odata.id']))
30 return await api
35 .then((userIds) => api.all(userIds.map((user) => api.get(user))))
50 return await api
72 return api.delete(`${snmpAlertUrl}/${id}`).catch((error) => {
77 return await api
84 api.spread((...responses) => {
[all …]
/openbmc/openbmc/meta-arm/meta-arm/recipes-security/packagegroups/
H A Dpackagegroup-ts-tests.bb22 ${@bb.utils.contains('MACHINE_FEATURES', 'ts-crypto', 'ts-psa-crypto-api-test', '' , d)} \
23 ${@bb.utils.contains('MACHINE_FEATURES', 'ts-its', 'ts-psa-its-api-test', '' , d)} \
24 ${@bb.utils.contains('MACHINE_FEATURES', 'ts-storage', 'ts-psa-ps-api-test', '' , d)} \
25 ${@bb.utils.contains('MACHINE_FEATURES', 'ts-attestation', 'ts-psa-iat-api-test', '' , d)} \
27 … 'ts-psa-crypto-api-test ts-psa-its-api-test ts-psa-ps-api-test ts-psa-iat-api-test', '' , d)} \
/openbmc/u-boot/api/
H A DKconfig1 menu "API" menu
3 config API config
4 bool "Enable U-Boot API"
7 This option enables the U-Boot API. See api/README for more information.
/openbmc/openpower-vpd-parser/vpd-manager/oem-handler/
H A Dibm_handler.hpp51 * @brief API to collect all FRUs VPD.
53 * This api will call worker API to perform VPD collection for all FRUs
71 * multiple threads at a given time. The API creates a timer which on
80 * @brief API to process VPD collection thread failed EEPROMs.
85 * @brief API to check and update PowerVS VPD.
87 * The API will read the existing data from the DBus and if found
97 * @brief API to handle configuration w.r.t. PowerVS systems.
99 * Some FRUs VPD is specific to powerVS system. The API detects the
105 * @brief API t
[all...]
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/webrtc-audio-processing/webrtc-audio-processing-1/
H A D0001-task_queue-fix-build-with-gcc-15.patch8 …../webrtc-audio-processing-1.3/webrtc/api/task_queue/task_queue_base.h:53:32: error: 'uint32_t' ha…
16 webrtc/api/task_queue/task_queue_base.h | 1 +
19 diff --git a/webrtc/api/task_queue/task_queue_base.h b/webrtc/api/task_queue/task_queue_base.h
21 --- a/webrtc/api/task_queue/task_queue_base.h
22 +++ b/webrtc/api/task_queue/task_queue_base.h
30 #include "api/task_queue/queued_task.h"
/openbmc/openpower-vpd-parser/wait-vpd-parser/include/
H A Dprime_inventory.hpp35 * @brief API to prime system blueprint.
37 * The API will traverse the system config JSON and will prime all the FRU
45 * @brief API to check if priming is required.
47 * The API will traverse the system config JSON and counts the FRU
58 * @brief API to prime inventory Objects.
67 * @brief API to populate all required interface for a FRU.
79 * @brief API to check if present property should be handled for given FRU.
83 * This API assumes "handlePresence" tag is a subset of "synthesized" tag.
97 * @brief API to update "Functional" property.
99 * The API sets the default value for "Functional" property once if the
[all …]
/openbmc/qemu/scripts/tracetool/backend/
H A Dsimple.py32 out('void _simple_%(api)s(%(args)s);',
33 api=event.api(),
42 ' _simple_%(api)s(%(args)s);',
44 api=event.api(),
62 out('void _simple_%(api)s(%(args)s)',
65 api=event.api(),
84 event_obj=event.api(event.QEMU_EVENT),
/openbmc/u-boot/arch/arm/include/asm/
H A Domap_sec_common.h14 * Invoke secure ROM API on high-security (HS) device variants. It formats
21 * Invoke a secure ROM API on high-secure (HS) device variants that can be used
36 * Invoke a secure HAL API that allows configuration of the external memory
44 * Invoke a secure HAL API on high-secure (HS) device variants that reserves a
46 * firewalls that prevent public world access. This API is intended to setaside
52 * Invoke a secure HAL API to lock the external memory firewall configurations.
53 * After this API is called, none of the HAL APIs for configuring the that
60 * Invoke a secure HAL API to authenticate and install a Trusted Execution
/openbmc/webui-vue/src/store/modules/SecurityAndAccess/
H A DSessionsStore.js1 import api, { getResponseCount } from '@/store/api';
18 return await api
24 api.all(sessionUris.map((sessionUri) => api.get(sessionUri))),
46 api.delete(uri).catch((error) => {
51 return await api
58 api.spread((...responses) => {
H A DUserManagementStore.js1 import api, { getResponseCount } from '@/store/api';
69 return await api
74 .then((userIds) => api.all(userIds.map((user) => api.get(user))))
88 api
105 api
122 return await api
151 return await api
172 return await api
193 return api
200 return await api
[all …]
/openbmc/u-boot/arch/arm/include/asm/arch-imx8/sci/
H A Dsci.h10 #include <asm/arch/sci/svc/misc/api.h>
11 #include <asm/arch/sci/svc/pad/api.h>
12 #include <asm/arch/sci/svc/pm/api.h>
13 #include <asm/arch/sci/svc/rm/api.h>
58 /* PM API*/
72 /* MISC API */
80 /* RM API */
86 /* PAD API */
/openbmc/openbmc/poky/meta/recipes-graphics/libva/
H A Dlibva.inc1 SUMMARY = "Video Acceleration (VA) API for Linux"
2 DESCRIPTION = "Video Acceleration API (VA API) is a library (libVA) \
3 and API specification which enables and provides access to graphics \
8 Media Accelerator) series of GPU hardware, the API is however not \
10 manufacturers can also freely use this API for hardware accelerated \

12345678910>>...63