Home
last modified time | relevance | path

Searched refs:a (Results 14201 – 14225 of 22321) sorted by relevance

1...<<561562563564565566567568569570>>...893

/openbmc/u-boot/arch/arm/dts/
H A Dsun50i-a64-olinuxino.dts6 * licensing only applies to this file, and not this project as a
9 * a) This library is free software; you can redistribute it and/or
22 * obtaining a copy of this software and associated documentation
64 type = "a";
/openbmc/u-boot/doc/
H A DREADME.arm-relocation12 At cpu level: modify linker file and add a relocation and fixup loop
49 a) cpu starts
78 we make a weak default function in arch/arm/lib/board.c ?
111 a) start debugger
/openbmc/docs/development/
H A Dweb-ui.md59 connect. OpenBMC is running with a self-signed SSL certificate.
64 provides a web-based interface for an OpenBMC. It uses the
95 Kill your npm run from the previous step using Ctrl^C. Grab a png that you
129 page in the web UI. It has a smaller version of the logo in it which we are
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/byacc/byacc/
H A D0001-byacc-do-not-reorder-CC-and-CFLAGS.patch32 diff --git a/aclocal.m4 b/aclocal.m4
34 --- a/aclocal.m4
44 diff --git a/configure b/configure
46 --- a/configure
/openbmc/openbmc/poky/meta/recipes-core/base-files/
H A Dbase-files_3.0.14.bb2 DESCRIPTION = "The base-files package creates the basic system directory structure and provides a s…
63 # By default the hostname is the machine name. If the hostname is unset then a
73 # In previous versions of base-files, /run was a softlink to /var/run and the
74 # directory was located in /var/volatlie/run. Also, /var/lock was a softlink
/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/openbmc/meta-openembedded/meta-networking/recipes-support/libldb/libldb/
H A D0002-ldb-Add-configure-options-for-packages.patch30 diff --git a/lib/replace/wscript b/lib/replace/wscript
32 --- a/lib/replace/wscript
144 diff --git a/wscript b/wscript
146 --- a/wscript
/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/arch/arm/boot/dts/allwinner/
H A Dsun8i-v40-bananapi-m2-berry.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
64 type = "a";
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dmap_kptr.c129 if (p->a + p->b > 100) in test_kptr_unref()
152 if (p->a + p->b > 100) in test_kptr_ref()
163 if (p->a + p->b > 100) { in test_kptr_ref()
178 if (p->a + p->b > 100) { in test_kptr_ref()
/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/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/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/Documentation/devicetree/bindings/phy/
H A Dphy-stm32-usbphyc.yaml11 The STM32 USBPHYC block contains a dual port High Speed UTMI+ PHY and a UTMI
64 Each port the controller provides must be represented as a sub-node.
263 compatible = "usb-a-connector";
/openbmc/linux/Documentation/devicetree/bindings/net/dsa/
H A Dqca8k.yaml14 describing a port needs to have a valid phandle referencing the internal PHY
101 or greater, a warning will be displayed. When the CPU port is set to
102 SGMII on the QCA8337, it is advised to set this unless a communication
/openbmc/linux/arch/sh/math-emu/
H A Dmath.c54 #define MWRITE(d,a) ({if(put_user(d, (typeof (d) __user *)a)) return -EFAULT;}) argument
55 #define MREAD(d,a) ({if(get_user(d, (typeof (d) __user *)a)) return -EFAULT;}) argument
/openbmc/linux/Documentation/arch/x86/
H A Damd-memory-encryption.rst17 of the guest VM are secured so that a decrypted version is available only
23 A page is encrypted when a page table entry has the encryption bit set (see
33 for a PUD which results in the PUD pointed to by that entry to not be
71 in the physical address space as a result of enabling memory encryption (see
/openbmc/linux/drivers/pwm/
H A Dpwm-fsl-ftm.c75 static bool fsl_pwm_periodcfg_are_equal(const struct fsl_pwm_periodcfg *a, in fsl_pwm_periodcfg_are_equal() argument
78 if (a->clk_select != b->clk_select) in fsl_pwm_periodcfg_are_equal()
80 if (a->clk_ps != b->clk_ps) in fsl_pwm_periodcfg_are_equal()
82 if (a->mod_period != b->mod_period) in fsl_pwm_periodcfg_are_equal()
/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/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/linux/mm/kmsan/
H A Dkmsan_test.c254 static int signed_sum3(int a, int b, int c) in signed_sum3() argument
256 return a + b + c; in signed_sum3()
267 volatile int a; in test_uninit_multiple_params() local
270 USE(signed_sum3(a, b, c)); in test_uninit_multiple_params()
/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/arch/arm/boot/dts/nxp/imx/
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 {
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";
/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.

1...<<561562563564565566567568569570>>...893