/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | fw-api.h |
|
/openbmc/linux/Documentation/crypto/ |
D | intro.rst |
|
D | architecture.rst |
|
/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 | worker.hpp | 59 * @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 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 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 D | event_logger.hpp | 17 * 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 …]
|
/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/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/linux/Documentation/userspace-api/media/v4l/ |
D | selection-api-vs-crop-api.rst |
|
D | selection-api.rst |
|
/openbmc/linux/Documentation/driver-api/ |
D | reset.rst |
|
/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 …]
|
/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/linux/drivers/net/ethernet/intel/ixgbevf/ |
D | mbx.h |
|
/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/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/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);
|
/openbmc/linux/Documentation/sound/kernel-api/ |
D | alsa-driver-api.rst |
|
/openbmc/linux/Documentation/admin-guide/media/ |
D | intro.rst |
|
/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/openpower-vpd-parser/vpd-manager/oem-handler/ |
H A D | ibm_handler.hpp | 50 * @brief API to collect all FRUs VPD. 52 * This api will call worker API to perform VPD collection for all FRUs 70 * multiple threads at a given time. The API creates a timer which on 79 * @brief API to process VPD collection thread failed EEPROMs. 84 * @brief API to check and update PowerVS VPD. 86 * The API will read the existing data from the DBus and if found 96 * @brief API to handle configuration w.r.t. PowerVS systems. 98 * Some FRUs VPD is specific to powerVS system. The API detects the 104 * @brief API to perform initial setup before manager claims Bus name. 113 * @brief API to prime system blueprint. [all …]
|
/openbmc/linux/drivers/net/ethernet/huawei/hinic/ |
D | hinic_hw_api_cmd.c |
|
/openbmc/openpower-vpd-parser/wait-vpd-parser/include/ |
H A D | prime_inventory.hpp | 35 * @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/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 …]
|