/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ctags/ |
H A D | ctags_6.1.20240602.0.bb | 5 DESCRIPTION = "Universal Ctags is a multilanguage reimplementation of the \
|
/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/ |
H A D | TestMetadata.test_summary_presence.fail | 14 diff --git a/meta-selftest/recipes-test/selftest-hello/selftest-hello-extra_1.0.bb b/meta-selftest/…
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/snort/ |
H A D | snort3_3.1.84.0.bb | 2 DESCRIPTION = "snort3 - a free lightweight network intrusion detection system for UNIX and Windows."
|
/openbmc/openbmc-test-automation/lib/ |
H A D | utils.robot | 189 # hard Indicates whether to do a hard vs. soft power off. 272 # variable accordingly. If boot_prog_method is already set (either by a 273 # prior call to this function or via a -v parm), this keyword will simply 305 # wait Indicates whether to wait for a powered on state after issuing 398 [Documentation] Initiate a warm reset. 458 [Documentation] Returns the status of the flash BIOS API as a string. For 484 # keyword will compose a file path name. Otherwise, this 522 # For a given string, look for prefix and suffix for matching expression. 525 …${resp}= Get Matches ${list} regexp=^.*[0-9a-z_].${endpoint}\[_0-9a-z]*$ case_insensitive=${Tr… 1187 [Documentation] Get the BIOS attribute via pldmtool for a given attribute and return value. [all …]
|
/openbmc/linux/arch/x86/net/ |
H A D | bpf_jit_comp.c | 2660 if (a == b) { in emit_bpf_dispatcher() 2665 if (!is_simm32(progs[a])) in emit_bpf_dispatcher() 2668 progs[a]); in emit_bpf_dispatcher() 2670 (void *)progs[a], image + (prog - buf), in emit_bpf_dispatcher() 2684 pivot = (b - a) / 2; in emit_bpf_dispatcher() 2686 if (!is_simm32(progs[a + pivot])) in emit_bpf_dispatcher() 2688 EMIT2_off32(0x81, add_1reg(0xF8, BPF_REG_3), progs[a + pivot]); in emit_bpf_dispatcher() 2699 err = emit_bpf_dispatcher(&prog, a, a + pivot, /* emit lower_part */ in emit_bpf_dispatcher() 2713 err = emit_bpf_dispatcher(&prog, a + pivot + 1, /* emit upper_part */ in emit_bpf_dispatcher() 2722 static int cmp_ips(const void *a, const void *b) in cmp_ips() argument [all …]
|
/openbmc/linux/Documentation/driver-api/media/drivers/ |
H A D | contributors.rst | 127 for merging the nxt2002 and nxt2004 modules into a 130 (If you think you should be in this list, but you are not, drop a
|
/openbmc/linux/drivers/net/wireless/ti/wl12xx/ |
H A D | debugfs.c | 16 #define WL12XX_DEBUGFS_FWSTATS_FILE(a, b, c) \ argument 17 DEBUGFS_FWSTATS_FILE(a, b, c, wl12xx_acx_statistics)
|
/openbmc/linux/drivers/scsi/arm/ |
H A D | acornscsi-io.S | 16 @ Purpose: transfer a block of data from the acorn scsi card to memory 71 @ Purpose: transfer a block of data from memory to the acorn scsi card
|
/openbmc/linux/drivers/misc/sgi-gru/ |
H A D | gruhandles.h | 48 #define GSEG_BASE(a) ((a) & ~(GRU_GSEG_PAGESIZE - 1)) argument
|
/openbmc/linux/Documentation/devicetree/bindings/soc/ti/ |
H A D | keystone-navigator-dma.txt | 37 use them since it has a different address space view to reach all 98 - A DMA channel number as a phandle arg.
|
/openbmc/linux/Documentation/devicetree/bindings/sound/ |
H A D | st,sta32x.txt | 9 - reset-gpios: a GPIO spec for the reset pin. If specified, it will be 12 - power-down-gpios: a GPIO spec for the power down pin. If specified,
|
/openbmc/linux/Documentation/sound/soc/ |
H A D | overview.rst | 22 recording) audio. This is fine for a PC, but tends to waste a lot of
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/ |
H A D | 0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch | 17 diff --git a/inputdrivers/linux_input/linux_input.c b/inputdrivers/linux_input/linux_input.c 19 --- a/inputdrivers/linux_input/linux_input.c
|
/openbmc/qemu/target/avr/ |
H A D | insn.decode | 16 # You should have received a copy of the GNU Lesser General Public 123 # the same trick and append to a zero-bit value.
|
/openbmc/linux/Documentation/misc-devices/ |
H A D | bh1770glc.rst | 36 by using a delayed work. As long as there is proximity threshold above 45 calibrated source of light is needed as a reference. Calibscale factor is set
|
/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/inputfifo/src/ |
H A D | inputfifo.c | 125 unsigned int a, in inputfifo_send_data() argument 130 (a << HIVE_STR_TO_MIPI_DATA_A_LSB) | in inputfifo_send_data()
|
/openbmc/openbmc/meta-facebook/meta-yosemitev2/recipes-bsp/u-boot/u-boot-aspeed-sdk/ |
H A D | 0002-spl-host-console-handle.patch | 54 diff --git a/arch/arm/mach-aspeed/ast2500/platform.S b/arch/arm/mach-aspeed/ast2500/platform.S 56 --- a/arch/arm/mach-aspeed/ast2500/platform.S
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | rtrap_32.S | 74 bz,a ret_trap_continue 265 b,a ret_trap_user_stack_is_bolixed
|
/openbmc/openbmc/poky/scripts/ |
H A D | pythondeps | 51 self.importsfrom.append((node.module, [a.name for a in node.names], node.level))
|
/openbmc/openbmc/poky/meta/lib/ |
H A D | buildstats.py | 119 sums = [ a - b for a, b in zip(diskdata, self.diskstats_data) ]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/liboauth/liboauth/ |
H A D | 0001-Support-OpenSSL-1.1.0.patch | 14 diff --git a/src/hash.c b/src/hash.c 16 --- a/src/hash.c
|
/openbmc/openbmc/poky/meta/recipes-graphics/cairo/ |
H A D | cairo_1.18.0.bb | 2 DESCRIPTION = "Cairo is a multi-platform library providing anti-aliased \ 40 # (otherwise it's determinted by running a small target executable with qemu)
|
/openbmc/linux/Documentation/devicetree/bindings/soc/qcom/ |
H A D | qcom,apr.yaml | 13 This binding describes the Qualcomm APR/GPR, APR/GPR is a IPC protocol for 92 "^service@[1-9a-d]$":
|
/openbmc/linux/net/can/ |
H A D | Kconfig | 9 Controller Area Network (CAN) is a slow (up to 1Mbit/s) serial 63 As CAN frames can only transport a small amount of data bytes
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | fib_nexthop_multiprefix.sh | 39 read a 40 [ "$a" = "q" ] && exit 1
|