/openbmc/u-boot/arch/arm/lib/ |
H A D | interrupts_64.c | 45 * do_bad_sync handles the impossible case in the Synchronous Abort vector. 56 * do_bad_irq handles the impossible case in the Irq vector. 67 * do_bad_fiq handles the impossible case in the Fiq vector. 78 * do_bad_error handles the impossible case in the Error vector. 89 * do_sync handles the Synchronous Abort exception. 100 * do_irq handles the Irq exception. 111 * do_fiq handles the Fiq exception. 122 * do_error handles the Error exception.
|
/openbmc/pldm/oem/ibm/libpldmresponder/ |
H A D | platform_oem_ibm.hpp | 20 * list of BIOS attribute handles. 24 * @param[in] handles - List of BIOS attribute handles 29 const std::vector<uint16_t>& handles,
|
H A D | platform_oem_ibm.cpp | 22 const std::vector<uint16_t>& handles, in sendBiosAttributeUpdateEvent() argument 68 1 + (handles.size() * sizeof(uint16_t)), in sendBiosAttributeUpdateEvent() 75 handles.size(), reinterpret_cast<const uint8_t*>(handles.data()), in sendBiosAttributeUpdateEvent()
|
/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/ |
H A D | 0001-testsuite-use-www.example.org-for-wget-test-cases.patch | 14 testsuite/wget/wget-handles-empty-path | 2 +- 30 diff --git a/testsuite/wget/wget-handles-empty-path b/testsuite/wget/wget-handles-empty-path 32 --- a/testsuite/wget/wget-handles-empty-path 33 +++ b/testsuite/wget/wget-handles-empty-path
|
/openbmc/u-boot/lib/efi_selftest/ |
H A D | efi_selftest_hii.c | 153 * against different package types. We will get an array of handles. 159 efi_hii_handle_t handle1 = NULL, handle2 = NULL, *handles; in test_hii_database_list_package_lists() local 184 handles = NULL; in test_hii_database_list_package_lists() 188 &handles_size, handles); in test_hii_database_list_package_lists() 195 (void **)&handles); in test_hii_database_list_package_lists() 202 &handles_size, handles); in test_hii_database_list_package_lists() 208 ret = boottime->free_pool(handles); in test_hii_database_list_package_lists() 215 handles = NULL; in test_hii_database_list_package_lists() 219 &handles_size, handles); in test_hii_database_list_package_lists() 227 (void **)&handles); in test_hii_database_list_package_lists() [all …]
|
H A D | efi_selftest_manageprotocols.c | 63 * Create two handles and install two out of three protocol interfaces on each 216 * These are the handles with a guid1 protocol interface installed: in execute() 224 efi_st_error("LocateHandleBuffer failed to locate new handles\n"); in execute() 255 efi_st_error("LocateHandle failed to locate new handles\n"); in execute() 261 efi_st_error("LocateHandle failed to locate new handles\n"); in execute() 266 efi_st_error("LocateHandle failed to locate new handles\n"); in execute()
|
H A D | efi_selftest_devicepath.c | 53 * Create three handles. Install a new protocol on two of them and 278 efi_handle_t *handles; in execute() local 284 NULL, &no_handles, &handles); in execute() 292 ret = boottime->open_protocol(handles[i], &guid_device_path, in execute() 316 ret = boottime->free_pool(handles); in execute()
|
H A D | efi_selftest_block_device.c | 300 efi_handle_t *handles; in execute() local 323 &no_handles, &handles); in execute() 325 efi_st_error("Failed to locate handles\n"); in execute() 330 ret = boottime->open_protocol(handles[i], &guid_device_path, in execute() 342 handle_partition = handles[i]; in execute() 345 ret = boottime->free_pool(handles); in execute()
|
/openbmc/openbmc/poky/meta/recipes-extended/quota/quota/ |
H A D | 0001-Fix-building-on-musl.patch | 70 @@ -176,7 +177,7 @@ static void copy_prototype(int argc, char **argv, struct quota_handle **handles) 71 protoprivs = getprivs(protoid, handles, 0); 74 - curprivs = getprivs(id, handles, !dirname); 75 + curprivs = getprivs(id, handles, !dir_name); 83 - handles = create_handle_list(dirname ? 1 : 0, dirname ? &dirname : NULL, quotatype, fmt, 84 + handles = create_handle_list(dir_name ? 1 : 0, dir_name ? &dir_name : NULL, quotatype, fmt, 87 if (!handles[0]) { 92 - curprivs = getprivs(id, handles, !dirname); 93 + curprivs = getprivs(id, handles, !dir_name);
|
/openbmc/qemu/hw/vfio/ |
H A D | pci-quirks.h | 20 * vfio_generic_window_address_quirk handles the address register and 21 * vfio_generic_window_data_quirk handles the data register. These ops 56 * The generic mirror quirk handles devices which expose PCI config space
|
/openbmc/openbmc/poky/meta-poky/conf/templates/default/ |
H A D | conf-notes.txt | 18 - 'bitbake-layers' handles common layer tasks 19 - 'oe-pkgdata-util' handles common target package tasks
|
/openbmc/u-boot/cmd/ |
H A D | efidebug.c | 66 efi_handle_t *handles; in do_efi_show_devices() local 72 &num, &handles)); in do_efi_show_devices() 82 if (!efi_get_device_handle_info(handles[i], &dev_path_text)) { in do_efi_show_devices() 83 printf("%p %ls\n", handles[i], dev_path_text); in do_efi_show_devices() 88 EFI_CALL(BS->free_pool(handles)); in do_efi_show_devices() 145 efi_handle_t *handles; in do_efi_show_drivers() local 152 NULL, &num, &handles)); in do_efi_show_drivers() 164 if (!efi_get_driver_handle_info(handles[i], &driver_name, in do_efi_show_drivers() 167 printf("%p %-20ls %ls\n", handles[i], in do_efi_show_drivers() 171 handles[i], driver_name); in do_efi_show_drivers() [all …]
|
/openbmc/u-boot/drivers/bios_emulator/x86emu/ |
H A D | ops.c | 175 Handles illegal opcodes. 202 Handles opcodes 0x00, 0x08, 0x10, 0x18, 0x20, 0x28, 0x30, 0x38 242 Handles opcodes 0x01, 0x09, 0x11, 0x19, 0x21, 0x29, 0x31, 0x39 308 Handles opcodes 0x02, 0x0a, 0x12, 0x1a, 0x22, 0x2a, 0x32, 0x3a 344 Handles opcodes 0x03, 0x0b, 0x13, 0x1b, 0x23, 0x2b, 0x33, 0x3b 401 Handles opcodes 0x04, 0x0c, 0x14, 0x1c, 0x24, 0x2c, 0x34, 0x3c 422 Handles opcodes 0x05, 0x0d, 0x15, 0x1d, 0x25, 0x2d, 0x35, 0x3d 453 Handles opcode 0x06 467 Handles opcode 0x07 481 Handles opcode 0x0e [all …]
|
H A D | ops2.c | 55 Handles illegal opcodes. 73 Handles opcode 0x0f,0x80-0x8F 165 Handles opcode 0x0f,0x90-0x9F 261 Handles opcode 0x0f,0xa0 275 Handles opcode 0x0f,0xa1 289 Handles opcode 0x0f,0xa3 352 Handles opcode 0x0f,0xa4 423 Handles opcode 0x0f,0xa5 485 Handles opcode 0x0f,0xa8 499 Handles opcode 0x0f,0xa9 [all …]
|
/openbmc/openbmc/meta-security/recipes-scanners/arpwatch/files/ |
H A D | host_contam_fix.patch | 20 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that $CC handles ansi prototypes" >&5 21 $as_echo_n "checking that $CC handles ansi prototypes... " >&6; }
|
/openbmc/libpldm/include/libpldm/oem/ibm/ |
H A D | platform.h | 37 * @param[in] num_handles - Number of BIOS handles with an update 38 * @param[in] list_of_handles - Pointer to the list of BIOS attribute handles
|
/openbmc/qemu/include/io/ |
H A D | channel.h | 212 * @fds: pointer to an array that will received file handles 260 * @fds: an array of file handles to send 261 * @nfds: number of file handles in @fds 278 * array should be non-NULL and provide the handles. 388 * receiving of file handles. 403 * sending of file handles. 418 * receiving of file handles, and only supports reading into 434 * sending of file handles, and only supports writing from a 560 * sending of file handles as well as beginning the write at the 596 * receiving of file handles as well as beginning the read at the [all …]
|
/openbmc/bmcweb/http/routing/ |
H A D | websocketrule.cpp | 23 BMCWEB_LOG_DEBUG("Websocket handles upgrade"); in handleUpgrade() 37 BMCWEB_LOG_DEBUG("Websocket handles upgrade"); in handleUpgrade()
|
/openbmc/pldm/host-bmc/ |
H A D | host_pdr_handler.hpp | 63 * tree. A PLDM event containing the record handles of the updated entity 101 * @param[in] recordHandles - list of record handles pointing to host's 108 * @param[in] recordHandles - list of record handles pointing to remote 114 * handles of PDRs that the host firmware has to fetch. 134 /** @brief Handles state sensor event 322 /** @brief list of PDR record handles pointing to host's PDRs */ 328 /** @brief list of PDR record handles modified pointing to host PDRs */
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-pyperclip_1.9.0.bb | 1 DESCRIPTION = "A cross-platform clipboard module for Python. (only handles plain text for now)"
|
H A D | python3-flask-login_0.6.3.bb | 3 It handles the common tasks of logging in, logging out, and remembering \
|
/openbmc/bios-bmc-smm-error-logger/include/rde/ |
H A D | rde_handler.hpp | 116 * @brief Handles RDE messages from the BIOS - BMC circular buffer and updates 176 * @brief Handles OperationInit request messages. 184 * @brief Handles MultiPartReceive response messages.
|
/openbmc/phosphor-bmc-code-mgmt/tpm/ |
H A D | README.md | 3 This daemon handles firmware version retrieval and firmware update processes for
|
/openbmc/libpldm/include/libpldm/ |
H A D | bios_table.h | 210 const uint16_t *pv_handle; //!< handles of possible values 258 /** @brief Get possible values string handles and check the validity of the 270 * handles will be decoded. 464 * @param[in, out] handles - Pointer to a buffer to store 470 const struct pldm_bios_attr_val_table_entry *entry, uint8_t *handles, 483 * Attribute Table) of the possible values of string handles for this attribute. 484 * @return PLDM_SUCCESS on success. PLDM_ERROR_INVALID_DATA if entry or handles are NULL, or if 486 * lacks capacity to encode handles into entry. 490 uint8_t attr_type, uint8_t count, const uint8_t *handles);
|
/openbmc/qemu/qga/ |
H A D | vss-win32.h | 16 #include "qga/vss-win32/vss-handles.h"
|