/openbmc/openpower-hw-diags/util/ |
H A D | bin_stream.hpp | 48 * @brief Extracts n characters from the stream and stores them in the array 74 /** @brief Extracts big-endian data to host uint8_t. */ 82 /** @brief Extracts big-endian data to host uint16_t. */ 91 /** @brief Extracts big-endian data to host uint32_t. */ 100 /** @brief Extracts big-endian data to host uint64_t. */
|
/openbmc/linux/include/net/ |
H A D | llc_pdu.h | 261 * This function extracts source address(MAC) of input frame. 269 * llc_pdu_decode_da - extracts dest address of input frame 273 * This function extracts destination address(MAC) of input frame. 281 * llc_pdu_decode_ssap - extracts source SAP of input frame 285 * This function extracts source SAP of input frame. Right bit of SSAP is 294 * llc_pdu_decode_dsap - extracts dest SAP of input frame 298 * This function extracts destination SAP of input frame. right bit of
|
/openbmc/docs/designs/management-console/ |
H A D | Authorities_List_Management.md | 19 2. It only extracts the first certificate given a PEM encoded file with multiple 80 It only extracts the first certificate even if the PEM contains multiple root
|
/openbmc/linux/net/llc/ |
H A D | llc_pdu.c | 59 * This function extracts poll/final bit from LLC header (based on type of 344 * llc_pdu_get_pf_bit - extracts p/f bit of input PDU 347 * This function extracts p/f bit of input PDU. at first examines type of 348 * PDU and then extracts p/f bit. Returns the p/f bit.
|
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpni.c | 36 extr = &dpni_ext->extracts[i]; in dpni_prepare_key_cfg() 38 switch (cfg->extracts[i].type) { in dpni_prepare_key_cfg() 40 extr->prot = cfg->extracts[i].extract.from_hdr.prot; in dpni_prepare_key_cfg() 42 cfg->extracts[i].extract.from_hdr.type); in dpni_prepare_key_cfg() 43 extr->size = cfg->extracts[i].extract.from_hdr.size; in dpni_prepare_key_cfg() 44 extr->offset = cfg->extracts[i].extract.from_hdr.offset; in dpni_prepare_key_cfg() 46 cfg->extracts[i].extract.from_hdr.field); in dpni_prepare_key_cfg() 48 cfg->extracts[i].extract.from_hdr.hdr_index; in dpni_prepare_key_cfg() 51 extr->size = cfg->extracts[i].extract.from_data.size; in dpni_prepare_key_cfg() 53 cfg->extracts[i].extract.from_data.offset; in dpni_prepare_key_cfg() [all …]
|
/openbmc/docs/architecture/ |
H A D | ipmi-architecture.md | 268 - bool (extracts a single bit, same as uint1_t) 271 - std::optional<T> - extracts T if there are enough remaining bits/bytes 272 - std::array<T, N> - extracts N elements of T if possible 273 - std::vector<T> - extracts elements of T from the remaining bytes
|
/openbmc/linux/sound/soc/xilinx/ |
H A D | Kconfig | 7 mode, IP receives audio in AES format, extracts PCM and sends
|
/openbmc/linux/arch/m68k/fpsp040/ |
H A D | binstr.S | 29 | extracts and shifts. The three msbs from d2 will go into 55 | d6: temp for bit-field extracts
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_lwt_reroute.c | 9 /* This function extracts the last byte of the daddr, and uses it
|
/openbmc/openbmc/poky/meta/recipes-support/itstool/ |
H A D | itstool_2.0.7.bb | 2 DESCRIPTION = "It extracts messages from XML files and outputs PO template \
|
/openbmc/openpower-hw-diags/analyzer/ |
H A D | util.hpp | 14 /** @brief Extracts big-endian data to host RegisterId_t. */
|
/openbmc/u-boot/scripts/ |
H A D | get_default_envs.sh | 7 # This file extracts default envs from built u-boot
|
/openbmc/openbmc/poky/meta/recipes-devtools/intltool/ |
H A D | intltool_0.51.0.bb | 3 DESCRIPTION = "Utility scripts for internationalizing XML. This tool automatically extracts transla…
|
/openbmc/linux/Documentation/scsi/ |
H A D | wd719x.rst | 14 This script downloads and extracts the firmware, creating wd719x-risc.bin and
|
/openbmc/linux/drivers/memory/ |
H A D | of_memory.c | 92 * of_get_ddr_timings() - extracts the ddr timings and updates no of 244 * of_lpddr3_get_ddr_timings() - extracts the lpddr3 timings and updates no of 307 * of_lpddr2_get_info() - extracts information about the lpddr2 chip.
|
/openbmc/openbmc/poky/scripts/ |
H A D | runqemu.README | 39 - The script extracts the root filesystem specified under pseudo and sets up a userspace
|
H A D | runqemu-extract-sdk | 3 # This utility extracts an SDK image tarball using pseudo, and stores
|
/openbmc/qemu/tests/functional/qemu_test/ |
H A D | linuxkernel.py | 34 Extracts a file from a deb package into the test workdir
|
/openbmc/openpower-hw-diags/test/ |
H A D | test-bin-stream.cpp | 10 /** @brief Extracts big-endian data to host RegisterId_t. */
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | extable_fixup_types.h | 8 * so that FIELD_GET() will DTRT and sign extend the value when it extracts it.
|
/openbmc/linux/Documentation/networking/ |
H A D | bareudp.rst | 57 bareudp device extracts and stores the tunnel information in SKB dst field before
|
/openbmc/linux/Documentation/virt/kvm/s390/ |
H A D | s390-pv-dump.rst | 34 and extracts dump keys with which the VM dump data will be encrypted.
|
/openbmc/linux/arch/alpha/kernel/ |
H A D | err_impl.h | 38 * EXTRACT(u, f) - extracts the field and places it at bit position 0
|
/openbmc/phosphor-fan-presence/control/ |
H A D | gen-fan-zone-defs.py | 330 Extracts and constructs a section's parameters 367 Extracts and constructs an init trigger for the event's groups 397 Extracts and constructs for each group member a signal 438 Extracts and constructs the required parameters for an 454 Extracts and constructs the make_action function call for
|
/openbmc/linux/arch/csky/kernel/vdso/ |
H A D | Makefile | 57 # Extracts symbol offsets from the VDSO, converting them into an assembly file
|