| /openbmc/openpower-vpd-parser/vpd-manager/include/ |
| H A D | bios_handler.hpp | 22 * @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 D | listener.hpp | 40 * @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 71 * @brief API to register properties changed callback. 73 * This API registers a properties changed callback for a specific interface 74 * under a service by constructing a match object. This API also saves the 89 * @brief API to process host state change callback. [all …]
|
| H A D | worker.hpp | 63 * @brief API to process all FRUs presnt in config JSON file. 65 * This API based on config JSON passed/selected for the system, will 69 * to make use of this API. 75 * @brief API to parse VPD data 82 * @brief An API to populate DBus interfaces for a FRU. 84 * Note: Call this API to populate D-Bus. Also caller should handle empty 96 * @brief An API to delete FRU VPD over DBus. 105 * @brief API to get status of VPD collection process. 115 * @brief API to get system config JSON object 125 * @brief API t [all...] |
| H A D | single_fab.hpp | 20 * @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 update IM value on system planar EEPROM path to P11 series. 66 * @brief API to check if it is a P10 system. 93 * @brief API to check if it is a P11 system. 120 * @brief API to check if it is a valid IM series. 122 * This API checks if the provided IM value is of either P10 or P11 series.
|
| H A D | ipz_parser.hpp | 60 * @brief API to parse IPZ VPD file. 70 * @brief API to check validity of VPD header. 72 * Note: The API throws exception in case of any failure or malformed VDP. 81 * @brief API to read keyword's value from hardware 94 * @brief API to write keyword's value on hardware. 136 * @brief API to read VTOC record. 138 * The API reads VTOC record and returns the length of PT keyword. 149 * @brief API to read PT record. 162 * @brief API to read keyword data based on its encoding type. 173 * @brief API to read keyword and its value under a record. [all …]
|
| /openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/ |
| H A D | fix_missing_use_directives.patch | 14 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 D | vpd_tool.hpp | 15 * 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 D | h.py | 31 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 D | DumpsStore.js | 1 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 D | EventLogStore.js | 1 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 D | 0009-Remove-PLATFORM_HAS_ATTEST_PK-define-from-IAT-test.patch | 9 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 D | FanStore.js | 1 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 D | PowerSupplyStore.js | 1 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 D | SnmpAlertsStore.js | 1 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 D | packagegroup-ts-tests.bb | 22 ${@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 D | Kconfig | 1 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/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/webrtc-audio-processing/webrtc-audio-processing-1/ |
| H A D | 0001-task_queue-fix-build-with-gcc-15.patch | 8 …../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/qemu/scripts/tracetool/backend/ |
| H A D | simple.py | 32 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 D | omap_sec_common.h | 14 * 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/openpower-vpd-parser/wait-vpd-parser/include/ |
| H A D | prime_inventory.hpp | 36 * @brief API to prime system blueprint. 38 * The API will traverse the system config JSON and will prime all the FRU 46 * @brief API to check if priming is required. 48 * The API will traverse the system config JSON and counts the FRU 59 * @brief API to prime inventory Objects. 70 * @brief API to populate all required interface for a FRU. 82 * @brief API to check if present property should be handled for given FRU. 86 * This API assumes "handlePresence" tag is a subset of "synthesized" tag. 100 * @brief API to update "Functional" property. 102 * The API sets the default value for "Functional" property once if the [all …]
|
| /openbmc/webui-vue/src/store/modules/SecurityAndAccess/ |
| H A D | UserManagementStore.js | 1 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 …]
|
| H A D | SessionsStore.js | 1 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) => {
|
| /openbmc/u-boot/arch/arm/include/asm/arch-imx8/sci/ |
| H A D | sci.h | 10 #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/openpower-vpd-parser/vpd-manager/include/utility/ |
| H A D | dbus_utility.hpp | 19 * @brief An API to get Map of service and interfaces for an object path. 21 * The API returns a Map of service name and interfaces for a given pair of 67 * @brief An API to get property map for an interface. 69 * This API returns a map of property and its value with respect to a particular 112 * @brief API to get object subtree from D-bus. 114 * The API returns the map of object, services and interfaces in the 162 * @brief An API to read property from Dbus. 164 * The caller of the API needs to validate the validatity and correctness of the 165 * type and value of data returned. The API will just fetch and retun the data 212 * @brief An API to write property on Dbus. [all …]
|
| /openbmc/openbmc/poky/meta/recipes-graphics/libva/ |
| H A D | libva.inc | 1 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 \
|