Home
last modified time | relevance | path

Searched refs:a (Results 12726 – 12750 of 20303) sorted by relevance

1...<<501502503504505506507508509510>>...813

/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-4.0.15.rst32 - bash: changes to SIGINT handler while waiting for a child
43 - cve-check: don't warn if a patch is remote
48 - goarch: Move Go architecture mapping to a library
68 - sdk-manual: extensible.rst: remove instructions for using SDK functionality directly in a yocto …
/openbmc/linux/drivers/gpu/drm/meson/
H A Dmeson_viu.c55 #define COEFF_NORM(a) ((int)((((a) * 2048.0) + 1) / 2)) argument
58 #define EOTF_COEFF_NORM(a) ((int)((((a) * 4096.0) + 1) / 2)) argument
/openbmc/qemu/crypto/
H A Dcipher-gnutls.c.inc16 * You should have received a copy of the GNU Lesser General Public
97 error_setg(errp, "Length %zu must be a multiple of block size %zu",
157 error_setg(errp, "Length %zu must be a multiple of block size %zu",
322 * in this case, so we just force set a default
/openbmc/linux/include/scsi/
H A Dscsi_transport_iscsi.h436 #define iscsi_cls_session_printk(prefix, _cls_session, fmt, a...) \ argument
437 dev_printk(prefix, &(_cls_session)->dev, fmt, ##a)
439 #define iscsi_cls_conn_printk(prefix, _cls_conn, fmt, a...) \ argument
440 dev_printk(prefix, &(_cls_conn)->dev, fmt, ##a)
/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A De1000.h612 #define E1000_WRITE_REG_ARRAY(a, reg, offset, value) \ argument
613 (__ew32((a), (reg + ((offset) << 2)), (value)))
615 #define E1000_READ_REG_ARRAY(a, reg, offset) \ argument
616 (readl((a)->hw_addr + reg + ((offset) << 2)))
/openbmc/u-boot/board/freescale/t1040qds/
H A DREADME3 The T1040QDS is a Freescale reference board that hosts the T1040 SoC
14 - Four e5500 cores, each with a private 256 KB L2 cache
164 T1022 is a reduced personality of T1040 with less core/clusters.
168 T1042 is a reduced personality of T1040 without Integrated 8-port Gigabit
/openbmc/linux/drivers/media/platform/ti/davinci/
H A Dvpif.h361 unsigned long btm_vbi, unsigned long a, unsigned long b) in ch0_set_vbi_addr() argument
368 unsigned long btm_vbi, unsigned long a, unsigned long b) in ch0_set_hbi_addr() argument
375 unsigned long btm_vbi, unsigned long a, unsigned long b) in ch1_set_vbi_addr() argument
382 unsigned long btm_vbi, unsigned long a, unsigned long b) in ch1_set_hbi_addr() argument
/openbmc/linux/arch/arm/boot/dts/st/
H A Dstm32429i-eval.dts6 * licensing only applies to this file, and not this project as a
9 * a) This file is free software; you can redistribute it and/or
19 * You should have received a copy of the GNU General Public
27 * obtaining a copy of this software and associated documentation
/openbmc/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6q-utilite-pro.dts12 * licensing only applies to this file, and not this project as a
15 * a) This file is free software; you can redistribute it and/or
28 * obtaining a copy of this software and associated documentation
104 type = "a";
H A Dimx53-tx53-x03x.dts6 * licensing only applies to this file, and not this project as a
9 * a) This file is free software; you can redistribute it and/or
21 * obtaining a copy of this software and associated documentation
230 sgtl5000: codec@a {
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/
H A Dmain.py.in16 # You should have received a copy of the GNU General Public License
63 # "To create a single annotation when any one of a set of processes is started, use commas…
96 """Construct a usable filename for outputs"""
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/byacc/byacc/
H A D0001-byacc-do-not-reorder-CC-and-CFLAGS.patch35 diff --git a/aclocal.m4 b/aclocal.m4
37 --- a/aclocal.m4
47 diff --git a/configure b/configure
49 --- a/configure
/openbmc/linux/arch/mips/crypto/
H A Dchacha-core.S124 #define _CONCAT3(a,b,c) a ## b ## c argument
125 #define CONCAT3(a,b,c) _CONCAT3(a,b,c) argument
/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_bmc_network_mac.robot16 # AA:AA:AA:AA:AA:AA series is a valid MAC and does not exist in
61 [Documentation] Configure invalid MAC address which is a string.
195 ... msg=Not allowing the configuration of a valid MAC.
215 ... msg=Not allowing the configuration of a valid MAC.
/openbmc/linux/drivers/virt/acrn/
H A Dhsm.c466 static umode_t acrn_attr_visible(struct kobject *kobj, struct attribute *a, int n) in acrn_attr_visible() argument
468 if (a == &dev_attr_remove_cpu.attr) in acrn_attr_visible()
469 return IS_ENABLED(CONFIG_HOTPLUG_CPU) ? a->mode : 0; in acrn_attr_visible()
471 return a->mode; in acrn_attr_visible()
/openbmc/qemu/tests/qapi-schema/
H A Dargs-array-empty.json1 # we reject an array for data if it does not contain a known type
H A Dargs-member-array-bad.json1 # we reject data if it does not contain a valid array type
H A Dreserved-member-has.err2 reserved-member-has.json:5: 'data' member 'has-a' uses reserved name
/openbmc/linux/drivers/gpu/drm/amd/display/dc/
H A Ddm_event_log.h36 #define EVENT_LOG_CUST_MSG(tag, a, ...) argument
/openbmc/linux/arch/arm/boot/dts/allwinner/
H A Dsun4i-a10-inet1.dts6 * licensing only applies to this file, and not this project as a
9 * a) This file is free software; you can redistribute it and/or
22 * obtaining a copy of this software and associated documentation
/openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/
H A Dldconfig-handle-.dynstr-located-in-separate-segment.patch11 Upstream-Status: Backport [https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=58e8f5fd2ba47b6dc…
19 diff --git a/readelflib.c b/readelflib.c
21 --- a/readelflib.c
/openbmc/u-boot/arch/arm/dts/
H A Dsun5i-a13-empire-electronix-d709.dts6 * licensing only applies to this file, and not this project as a
9 * a) This file is free software; you can redistribute it and/or
22 * obtaining a copy of this software and associated documentation
H A Dsun50i-a64-sopine.dtsi9 * licensing only applies to this file, and not this project as a
12 * a) This library is free software; you can redistribute it and/or
25 * obtaining a copy of this software and associated documentation
/openbmc/linux/Documentation/admin-guide/perf/
H A Dalibaba_pmu.rst31 to count the total access number of either the eight bank groups in a
43 The DDR Controller (DDRCTL) and DDR PHY combine to create a complete solution
104 unsupported. Also attach to a task is unsupported as the events are all
/openbmc/linux/Documentation/devicetree/bindings/net/
H A Dcpsw.txt12 - interrupts : property with a value describing the interrupt
25 a child device instead of a phandle

1...<<501502503504505506507508509510>>...813