Home
last modified time | relevance | path

Searched full:handles (Results 1 – 25 of 477) sorted by relevance

12345678910>>...20

/openbmc/u-boot/arch/arm/lib/
H A Dinterrupts_64.c45 * 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 Dplatform_oem_ibm.hpp20 * list of BIOS attribute handles.
24 * @param[in] handles - List of BIOS attribute handles
29 const std::vector<uint16_t>& handles,
H A Dplatform_oem_ibm.cpp22 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 D0001-testsuite-use-www.example.org-for-wget-test-cases.patch14 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 Defi_selftest_hii.c153 * 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 Defi_selftest_manageprotocols.c63 * 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 Defi_selftest_devicepath.c53 * 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 Defi_selftest_block_device.c300 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 D0001-Fix-building-on-musl.patch70 @@ -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 Dpci-quirks.h20 * 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 Dconf-notes.txt18 - 'bitbake-layers' handles common layer tasks
19 - 'oe-pkgdata-util' handles common target package tasks
/openbmc/u-boot/cmd/
H A Defidebug.c66 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 Dops.c175 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 Dops2.c55 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 Dhost_contam_fix.patch20 { $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 Dplatform.h37 * @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 Dchannel.h212 * @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 Dwebsocketrule.cpp23 BMCWEB_LOG_DEBUG("Websocket handles upgrade"); in handleUpgrade()
37 BMCWEB_LOG_DEBUG("Websocket handles upgrade"); in handleUpgrade()
/openbmc/pldm/host-bmc/
H A Dhost_pdr_handler.hpp63 * 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 Dpython3-pyperclip_1.9.0.bb1 DESCRIPTION = "A cross-platform clipboard module for Python. (only handles plain text for now)"
H A Dpython3-flask-login_0.6.3.bb3 It handles the common tasks of logging in, logging out, and remembering \
/openbmc/bios-bmc-smm-error-logger/include/rde/
H A Drde_handler.hpp116 * @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 DREADME.md3 This daemon handles firmware version retrieval and firmware update processes for
/openbmc/libpldm/include/libpldm/
H A Dbios_table.h210 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 Dvss-win32.h16 #include "qga/vss-win32/vss-handles.h"

12345678910>>...20