/openbmc/qemu/tests/qapi-schema/ |
H A D | union-base-any.err | 2 union-base-any.json:8: 'base' requires a struct type, built-in type 'any' isn't
|
H A D | union-unknown.json | 1 # we reject a union with unknown type in branch
|
H A D | union-invalid-branch-key.err | 2 union-invalid-branch-key.json:13: branch 'value_wrong' is not a value of enum type 'TestEnum'
|
H A D | features-if-invalid.err | 2 features-if-invalid.json:2: 'if' condition of 'features' member 'f' must be a string or an object
|
H A D | alternate-branch-if-invalid.err | 2 alternate-branch-if-invalid.json:2: 'if' condition ' ' of 'data' member 'branch' is not a valid ide…
|
H A D | event-member-invalid-dict.json | 4 'data': { 'a' : { 'string' : 'str', 'integer': 'int' }, 'b' : 'str' } }
|
H A D | union-branch-if-invalid.err | 2 union-branch-if-invalid.json:4: 'if' condition '' of 'data' member 'branch1' is not a valid identif…
|
H A D | enum-int-member.json | 1 # we reject any enum member that is not a string
|
H A D | nested-struct-data-invalid-dict.json | 4 'data': { 'a' : { 'string' : 'str', 'integer': 'int' }, 'b' : 'str' } }
|
/openbmc/openbmc/poky/meta-selftest/recipes-test/recipetool/files/ |
H A D | add-file.patch | 3 diff --git a/file2 b/file2
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 3685 abi_long a[6]; /* max 6 args */ in do_socketcall() local 3694 if (nargs[num] > ARRAY_SIZE(a)) { in do_socketcall() 3699 if (get_user_ual(a[i], vptr + i * sizeof(abi_long)) != 0) { in do_socketcall() 3706 return do_socket(a[0], a[1], a[2]); in do_socketcall() 3708 return do_bind(a[0], a[1], a[2]); in do_socketcall() 3710 return do_connect(a[0], a[1], a[2]); in do_socketcall() 3712 return get_errno(listen(a[0], a[1])); in do_socketcall() 3714 return do_accept4(a[0], a[1], a[2], 0); in do_socketcall() 3716 return do_getsockname(a[0], a[1], a[2]); in do_socketcall() 3718 return do_getpeername(a[0], a[1], a[2]); in do_socketcall() [all …]
|
/openbmc/openpower-pnor-code-mgmt/ubi/ |
H A D | obmc-flash-bios-cleanup.service | 2 Description=Clean up UBI volumes unattached to a Host version
|
/openbmc/linux/arch/arm/boot/dts/nxp/ls/ |
H A D | Makefile | 4 ls1021a-moxa-uc-8410a.dtb \
|
/openbmc/libmctp/ |
H A D | Makefile.inc | 7 LIBMCTP = $(LIBMCTP_DIR)libmctp.a
|
/openbmc/linux/drivers/of/unittest-data/ |
H A D | overlay_gpio_02b.dtso | 10 line-a {
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/conf/machine/ |
H A D | sgi575.conf | 7 require conf/machine/include/arm/armv8-2a/tune-cortexa75.inc
|
/openbmc/qemu/tcg/arm/ |
H A D | tcg-target.c.inc | 6 * Permission is hereby granted, free of charge, to any person obtaining a copy 375 /* Next, try a simple even shift. */ 413 /* Return true if v16 is a valid 16-bit shifted immediate. */ 428 /* Return true if v32 is a valid 32-bit shifted immediate. */ 451 /* Return true if v32 is a valid 32-bit shifting ones immediate. */ 486 /* Return true if V is a valid 16-bit or 32-bit shifted immediate. */ 496 /* Test if a constant matches the constraint. 586 * true BX semantics; merely a branch to an address held in a register. 789 /* Check a single MOV/MVN before anything else. */ 801 /* Check for a pc-relative address. This will usually be the TB, [all …]
|
/openbmc/linux/arch/um/ |
H A D | Makefile-os-Linux | 6 # To get a definition of F_SETSIG
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/ |
H A D | configure.patch | 3 --- a/configure.in
|
/openbmc/linux/scripts/atomic/fallbacks/ |
H A D | fetch_add_unless | 7 } while (!raw_${atomic}_try_cmpxchg(v, &c, c + a));
|
/openbmc/openbmc/poky/meta-selftest/recipes-test/sysroot-test/ |
H A D | sysroot-pc-test_1.0.bb | 1 SUMMARY = "Produce a broken pc file"
|
/openbmc/openbmc/meta-raspberrypi/conf/machine/ |
H A D | raspberrypi5.conf | 5 require conf/machine/include/arm/armv8-2a/tune-cortexa76.inc
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-kernel-fscaps | 7 when executing a binary
|
/openbmc/linux/include/crypto/ |
H A D | ecc_curve.h | 40 u64 *a; member
|
/openbmc/openbmc/poky/meta/recipes-core/images/ |
H A D | core-image-minimal-dev.bb | 3 DESCRIPTION = "A small image just capable of allowing a device to boot and \
|