/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/syslog-ng/ |
H A D | syslog-ng_4.6.0.bb | 2 DESCRIPTION = "syslog-ng, as the name shows, is a syslogd replacement, \ 34 CVE_STATUS[CVE-2022-38725] = "cpe-incorrect: cve-check wrongly matches cpe:2.3:a:oneidentity:syslog… 133 FILES:${PN}-staticdev += "${libdir}/${BPN}/libtest/*.a"
|
/openbmc/openbmc/poky/meta/recipes-support/pinentry/pinentry-1.3.0/ |
H A D | gpg-error_pkconf.patch | 16 diff --git a/m4/gpg-error.m4 b/m4/gpg-error.m4 18 --- a/m4/gpg-error.m4 156 dnl If a prefix option is not used, the config script is first
|
/openbmc/linux/drivers/media/pci/bt8xx/ |
H A D | dvb-bt8xx.c | 191 int i, a, n, pump; in cx24108_tuner_set_params() local 219 a=n%32; n/=32; if(a==0) n--; in cx24108_tuner_set_params() 224 ((a&0x1f)<<11); in cx24108_tuner_set_params() 227 dprintk("cx24108 debug: pump=%d, n=%d, a=%d\n", pump, n, a); in cx24108_tuner_set_params()
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | release-notes-4.1.3.rst | 42 - bitbake-layers: fix a typo 131 - oeqa qemurunner.py: try to avoid reading one character at a time 132 - oeqa qemurunner: read more data at a time from serial 136 - oeqa/qemurunner: do not use Popen.poll() when terminating runqemu with a signal 163 - sdkext/cases/devtool: pass a logger to HTTPService
|
/openbmc/linux/include/linux/ |
H A D | efi.h | 76 #define EFI_GUID(a, b, c, d...) (efi_guid_t){ { \ argument 77 (a) & 0xff, ((a) >> 8) & 0xff, ((a) >> 16) & 0xff, ((a) >> 24) & 0xff, \
|
H A D | mmzone.h | 1113 static inline bool zone_device_pages_have_same_pgmap(const struct page *a, in zone_device_pages_have_same_pgmap() argument 1116 if (is_zone_device_page(a) != is_zone_device_page(b)) in zone_device_pages_have_same_pgmap() 1118 if (!is_zone_device_page(a)) in zone_device_pages_have_same_pgmap() 1120 return a->pgmap == b->pgmap; in zone_device_pages_have_same_pgmap() 1130 static inline bool zone_device_pages_have_same_pgmap(const struct page *a, in zone_device_pages_have_same_pgmap() argument
|
/openbmc/linux/drivers/remoteproc/ |
H A D | imx_dsp_rproc.c | 606 int a; in imx_dsp_rproc_add_carveout() local 610 for (a = 0; a < dcfg->att_size; a++) { in imx_dsp_rproc_add_carveout() 611 const struct imx_rproc_att *att = &dcfg->att[a]; in imx_dsp_rproc_add_carveout()
|
/openbmc/linux/arch/arm64/boot/dts/nvidia/ |
H A D | tegra210-p2371-2180.dts | 812 mixer_out1_port: port@a { 855 xbar_i2s1_port: port@a { 983 xbar_mvc1_in_port: port@1a { 1111 port@2a { 1239 xbar_mixer_in9_port: port@3a {
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | sdm845-oneplus-common.dtsi | 76 * rmtfs_mem region to trigger an XPU violation, causing a crash. 129 * is always-on; model it as a fixed regulator. 145 * The touchscreen regulator seems to be controlled somehow by a gpio. 146 * Model it as a fixed regulator and keep it on. Without schematics we 170 qcom,pmic-id = "a";
|
/openbmc/linux/drivers/infiniband/hw/mlx4/ |
H A D | sysfs.c | 381 struct attribute *a; in mlx4_port_release() local 384 for (i = 0; (a = p->pkey_group.attrs[i]); ++i) in mlx4_port_release() 385 kfree(a); in mlx4_port_release() 387 for (i = 0; (a = p->gid_group.attrs[i]); ++i) in mlx4_port_release() 388 kfree(a); in mlx4_port_release()
|
/openbmc/linux/crypto/ |
H A D | algapi.c | 1004 static inline void crypto_inc_byte(u8 *a, unsigned int size) in crypto_inc_byte() argument 1006 u8 *b = (a + size); in crypto_inc_byte() 1017 void crypto_inc(u8 *a, unsigned int size) in crypto_inc() argument 1019 __be32 *b = (__be32 *)(a + size); in crypto_inc() 1031 crypto_inc_byte(a, size); in crypto_inc()
|
/openbmc/openbmc-test-automation/security/ |
H A D | test_bmc_expire_password.robot | 60 # Change to a valid password. 93 # Change to a valid password. 183 # Change to a valid password. 211 # Update a valid acceptable password. 288 # Change to a valid password.
|
/openbmc/openbmc/poky/meta/recipes-devtools/rust/ |
H A D | rust_1.75.0.bb | 65 if [ ! -z "${UNINATIVE_LOADER}" -a -e "${UNINATIVE_LOADER}" ]; then 191 # CFLAGS, LDFLAGS, CXXFLAGS, CPPFLAGS are used by rust's build for a 203 …if [ ${RUST_ALTERNATE_EXE_PATH_NATIVE} != ${RUST_ALTERNATE_EXE_PATH} -a ! -f ${RUST_ALTERNATE_EXE_… 329 ## Rust is self-hosting and bootstraps itself with a pre-built previous version of itself. 360 # musl builds include libunwind.a
|
/openbmc/linux/sound/usb/caiaq/ |
H A D | input.c | 131 static unsigned int decode_erp(unsigned char a, unsigned char b) in decode_erp() argument 139 weight_b = abs(mid_value - a) - (range / 2 - 100) / 2; in decode_erp() 149 if (a < mid_value) { in decode_erp() 161 pos_a = a - LOW_PEAK; in decode_erp() 164 pos_a = HIGH_PEAK - a + DEG180; in decode_erp()
|
/openbmc/qemu/crypto/ |
H A D | akcipher-gcrypt.c.inc | 17 * You should have received a copy of the GNU Lesser General Public 259 /* S-expression of cipher: (enc-val (rsa (a a-mpi))) */ 260 cipher_sexp_item = gcry_sexp_find_token(cipher_sexp, "a", 0); 334 "(enc-val (flags %s) (rsa (a %b) ))",
|
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/ |
H A D | 0003-wayland-Add-Wayland-example.patch | 23 diff --git a/host_applications/linux/apps/hello_pi/CMakeLists.txt b/host_applications/linux/apps/he… 25 --- a/host_applications/linux/apps/hello_pi/CMakeLists.txt 35 diff --git a/host_applications/linux/apps/hello_pi/Makefile b/host_applications/linux/apps/hello_pi… 37 --- a/host_applications/linux/apps/hello_pi/Makefile 39 @@ -24,6 +24,7 @@ apps: libs/ilclient/libilclient.a libs/vgfont/libvgfont.a libs/revision/librevis 53 diff --git a/host_applications/linux/apps/hello_pi/hello_wayland/CMakeLists.txt b/host_applications… 67 diff --git a/host_applications/linux/apps/hello_pi/hello_wayland/Djenne_128_128.raw b/host_applicat… 83 diff --git a/host_applications/linux/apps/hello_pi/hello_wayland/Makefile b/host_applications/linux… 94 diff --git a/host_applications/linux/apps/hello_pi/hello_wayland/cube_texture_and_coords.h b/host_a… 200 diff --git a/host_applications/linux/apps/hello_pi/hello_wayland/triangle.c b/host_applications/lin… [all …]
|
/openbmc/linux/drivers/net/wireless/broadcom/b43/ |
H A D | phy_g.c | 702 s32 a, b; in b43_calc_nrssi_threshold() local 720 a = 0xE; in b43_calc_nrssi_threshold() 723 a = 0x13; in b43_calc_nrssi_threshold() 726 a = 0xE; in b43_calc_nrssi_threshold() 730 a = a * (gphy->nrssi[1] - gphy->nrssi[0]); in b43_calc_nrssi_threshold() 731 a += (gphy->nrssi[0] << 6); in b43_calc_nrssi_threshold() 732 if (a < 32) in b43_calc_nrssi_threshold() 733 a += 31; in b43_calc_nrssi_threshold() 735 a += 32; in b43_calc_nrssi_threshold() 736 a = a >> 6; in b43_calc_nrssi_threshold() [all …]
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | devices.txt | 27 /dev/initrd refers to a RAM disk which was preloaded 46 master multiplex (/dev/ptmx) to acquire a PTY on 61 4 = /dev/fd?d360 5.25" 360K in a 360K drive(1) 63 48 = /dev/fd?h410 5.25" 410K in a 1200K drive 64 64 = /dev/fd?h420 5.25" 420K in a 1200K drive 65 24 = /dev/fd?h720 5.25" 720K in a 1200K drive 69 56 = /dev/fd?h1476 5.25" 1476K in a 1200K drive 70 72 = /dev/fd?h1494 5.25" 1494K in a 1200K drive 247 The metadisk driver is used to span a 458 0 = /dev/sonycd Sony CDU-31a CD-ROM [all …]
|
/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/fan-policy/swift/ |
H A D | fan-errors.yaml | 3 # * Create a NotPresent error if fan 0, 1, 2, or 3 is not present for more 5 # * Create a Nonfunctional error if fan 0, 1, 2, or 3 is not 44 'Swift has a single chassis to monitor.' 53 'Swift has a single chassis to monitor.' 478 'If this condition passes the chassis is air cooled and will create a 492 'If this condition passes the chassis is air cooled and will create a
|
/openbmc/u-boot/drivers/net/ |
H A D | Kconfig | 20 Generally if you have any networking support this is a given 55 This is an abstract framework which provides a generic interface 151 This driver is a bridge from the bottom of the network stack 217 and integrates a link list DMA engine with direct M-Bus 462 The PHY does not have a RXERR line (RMII only). 487 The PHY does not have a RXERR line (RMII only).
|
/openbmc/linux/arch/x86/math-emu/ |
H A D | fpu_trig.c | 235 FPU_REG a; in f2xm1() local 244 FPU_to_exp16(st0_ptr, &a); in f2xm1() 247 poly_2xm1(getsign(st0_ptr), &a, st0_ptr); in f2xm1() 1320 FPU_REG *st1_ptr = &st(1), a, b; in fyl2xp1() local 1330 FPU_to_exp16(st0_ptr, &a); in fyl2xp1() 1333 if (poly_l2p1(sign, sign1, &a, &b, st1_ptr)) in fyl2xp1()
|
/openbmc/openbmc/poky/bitbake/lib/bb/server/ |
H A D | process.py | 761 a = array.array('i') 762 bytes_size = a.itemsize * size 773 if len(cmsg_data) % a.itemsize != 0: 775 a.frombytes(cmsg_data) 776 assert len(a) % 256 == msg[0] 777 return list(a)
|
/openbmc/linux/drivers/usb/misc/sisusbvga/ |
H A D | sisusbvga.c | 1345 #define SETIREGAND(r, i, a) sisusb_setidxregand(sisusb, r, i, a) argument 1346 #define SETIREGANDOR(r, i, a, o) sisusb_setidxregandor(sisusb, r, i, a, o) argument 1347 #define READL(a, d) sisusb_read_memio_long(sisusb, SISUSB_TYPE_MEM, a, d) argument 1348 #define WRITEL(a, d) sisusb_write_memio_long(sisusb, SISUSB_TYPE_MEM, a, d) argument 1349 #define READB(a, d) sisusb_read_memio_byte(sisusb, SISUSB_TYPE_MEM, a, d) argument 1350 #define WRITEB(a, d) sisusb_write_memio_byte(sisusb, SISUSB_TYPE_MEM, a, d) argument
|
/openbmc/openbmc-test-automation/lib/ |
H A D | common_utils.robot | 183 ${temp_msg}= Catenate Could not execute a command on the operating 255 [Documentation] Get the system to a boot progress state of 'FW Progress, 293 [Documentation] Return a command string to start OS console logging. 363 # data to the caller as a unicode string. 402 # data to the caller as a unicode string. 419 # Because we are forking this command, we essentially will never get a 436 [Documentation] Start capturing journal log to a file in /tmp using 663 [Documentation] Set current boot time as a reference and increment 804 # Skip delete if entry URI is a callout. 834 [Documentation] Return PNOR software attributes as a dictionary. [all …]
|
/openbmc/linux/fs/hpfs/ |
H A D | dnode.c | 440 int a; in move_to_top() local 507 a = hpfs_add_to_dnode(i, to, nde->name, nde->namelen, nde, from); in move_to_top() 509 if (a) return 0; in move_to_top() 734 dnode_secno a = move_to_top(i, down, dno); in hpfs_remove_dirent() local 736 if (a) delete_empty_dnode(i, a); in hpfs_remove_dirent() 737 return !a; in hpfs_remove_dirent()
|