Home
last modified time | relevance | path

Searched refs:a (Results 17001 – 17025 of 22310) sorted by relevance

1...<<681682683684685686687688689690>>...893

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ctags/
H A Dctags_6.1.20240602.0.bb5 DESCRIPTION = "Universal Ctags is a multilanguage reimplementation of the \
/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/
H A DTestMetadata.test_summary_presence.fail14 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 Dsnort3_3.1.84.0.bb2 DESCRIPTION = "snort3 - a free lightweight network intrusion detection system for UNIX and Windows."
/openbmc/openbmc-test-automation/lib/
H A Dutils.robot189 # 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 Dbpf_jit_comp.c2660 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 Dcontributors.rst127 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 Ddebugfs.c16 #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 Dacornscsi-io.S16 @ 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 Dgruhandles.h48 #define GSEG_BASE(a) ((a) & ~(GRU_GSEG_PAGESIZE - 1)) argument
/openbmc/linux/Documentation/devicetree/bindings/soc/ti/
H A Dkeystone-navigator-dma.txt37 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 Dst,sta32x.txt9 - 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 Doverview.rst22 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 D0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch17 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 Dinsn.decode16 # 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 Dbh1770glc.rst36 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 Dinputfifo.c125 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 D0002-spl-host-console-handle.patch54 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 Drtrap_32.S74 bz,a ret_trap_continue
265 b,a ret_trap_user_stack_is_bolixed
/openbmc/openbmc/poky/scripts/
H A Dpythondeps51 self.importsfrom.append((node.module, [a.name for a in node.names], node.level))
/openbmc/openbmc/poky/meta/lib/
H A Dbuildstats.py119 sums = [ a - b for a, b in zip(diskdata, self.diskstats_data) ]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/liboauth/liboauth/
H A D0001-Support-OpenSSL-1.1.0.patch14 diff --git a/src/hash.c b/src/hash.c
16 --- a/src/hash.c
/openbmc/openbmc/poky/meta/recipes-graphics/cairo/
H A Dcairo_1.18.0.bb2 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 Dqcom,apr.yaml13 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 DKconfig9 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 Dfib_nexthop_multiprefix.sh39 read a
40 [ "$a" = "q" ] && exit 1

1...<<681682683684685686687688689690>>...893