/openbmc/qemu/ |
H A D | version.rc | 16 VALUE "CompanyName", "https://www.qemu.org" 17 VALUE "FileDescription", "QEMU machine emulators and tools" 18 VALUE "FileVersion", QEMU_VERSION 19 …VALUE "LegalCopyright", "Copyright various authors. Released under the GNU General Public License." 20 VALUE "LegalTrademarks", "QEMU is a trademark of Fabrice Bellard." 21 VALUE "ProductName", "QEMU" 26 VALUE "Translation", 0x0409, 1252
|
/openbmc/phosphor-state-manager/ |
H A D | obmcutil | 345 VALUE=$INTERFACE.Transition.Off 348 set_property "$SERVICE" "$OBJECT" $INTERFACE $PROPERTY "s" $VALUE 356 VALUE=$INTERFACE.Transition.On 359 set_property "$SERVICE" "$OBJECT" $INTERFACE $PROPERTY "s" $VALUE 366 VALUE=$INTERFACE.Transition.Off 369 set_property "$SERVICE" "$OBJECT" $INTERFACE $PROPERTY "s" $VALUE 377 VALUE=$INTERFACE.Transition.On 380 set_property "$SERVICE" "$OBJECT" $INTERFACE $PROPERTY "s" $VALUE 445 VALUE=false 446 set_property "$SERVICE" "$OBJECT" $INTERFACE $PROPERTY "b" $VALUE [all …]
|
/openbmc/qemu/tests/qtest/ |
H A D | cmsdk-apb-timer-test.c | 24 #define VALUE 4 macro 39 g_assert_cmpuint(readl(TIMER_BASE + VALUE), ==, 500); in test_timer() 44 g_assert_cmpuint(readl(TIMER_BASE + VALUE), ==, 0); in test_timer() 48 g_assert_cmpuint(readl(TIMER_BASE + VALUE), ==, 1000); in test_timer()
|
H A D | erst-test.c | 46 #define VALUE 8 macro 134 log_address_range = in_reg64(&state, VALUE); in test_acpi_erst_basic() 136 log_address_length = in_reg64(&state, VALUE); in test_acpi_erst_basic() 138 log_address_attr = in_reg32(&state, VALUE); in test_acpi_erst_basic()
|
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/ |
H A D | nginx-cross.patch | 101 + --with-int=VALUE force int size 102 + --with-long=VALUE force long size 103 + --with-long-long=VALUE force long long size 104 + --with-ptr-size=VALUE force pointer size 105 + --with-sig-atomic-t=VALUE force sig_atomic_t size 106 + --with-size-t=VALUE force size_t size 107 + --with-off-t=VALUE force off_t size 108 + --with-time-t=VALUE force time_t size 109 + --with-sys-nerr=VALUE force sys_nerr value 110 + --with-endian=VALUE force system endianess
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-uevent | 11 ACTION [UUID [KEY=VALUE ...] 18 You need to pass UUID first before any KEY=VALUE pairs. 31 The KEY=VALUE pairs can contain alphanumeric characters only. 35 synthetic uevent as ``SYNTH_ARG_KEY=VALUE``. That means the KEY
|
/openbmc/linux/Documentation/translations/zh_CN/admin-guide/ |
H A D | bootconfig.rst | 28 KEY[.WORD[...]] = VALUE[, VALUE2[...]][;] 36 如果你需要在值中使用这些分隔符,可以用双引号( ``"VALUE"`` )或单引号 37 ( ``'VALUE'`` )括起来。注意,引号无法转义。 146 KEY[.WORDS...] = "[VALUE]"[,"VALUE2"...]
|
/openbmc/ipmitool/contrib/ |
H A D | bmclanconf | 116 local VALUE= 120 echo "Setting LAN parameter $PARAM $VALUE" 121 echo "$IPMITOOL -I $IPMIINTF lan set $CHANNEL $PARAM $VALUE" 125 $IPMITOOL -I $IPMIINTF lan set $CHANNEL $PARAM $VALUE
|
/openbmc/linux/tools/bpf/bpftool/Documentation/ |
H A D | bpftool-map.rst | 33 | **bpftool** **map update** *MAP* [**key** *DATA*] [**value** *VALUE*] [*UPDATE_FLAGS*] 40 | **bpftool** **map push** *MAP* **value** *VALUE* 42 | **bpftool** **map enqueue** *MAP* **value** *VALUE* 50 | *VALUE* := { *DATA* | *MAP* | *PROG* } 96 **bpftool map update** *MAP* [**key** *DATA*] [**value** *VALUE*] [*UPDATE_FLAGS*] 144 **bpftool map push** *MAP* **value** *VALUE* 145 Push *VALUE* onto the stack. 150 **bpftool map enqueue** *MAP* **value** *VALUE* 151 Enqueue *VALUE* into the queue.
|
/openbmc/linux/Documentation/driver-api/ |
H A D | parport-lowlevel.rst | 189 RETURN VALUE 312 RETURN VALUE 433 RETURN VALUE 559 RETURN VALUE 644 RETURN VALUE 689 RETURN VALUE 725 RETURN VALUE 759 RETURN VALUE 785 RETURN VALUE 820 RETURN VALUE [all …]
|
/openbmc/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_bo9039.c | 57 NVVAL(NV9039, OFFSET_OUT_UPPER, VALUE, upper_32_bits(dst_offset)), in nvc0_bo_move_m2mf() 62 NVVAL(NV9039, OFFSET_IN_UPPER, VALUE, upper_32_bits(src_offset)), in nvc0_bo_move_m2mf()
|
H A D | nouveau_bo5039.c | 107 NVVAL(NV5039, OFFSET_IN_UPPER, VALUE, upper_32_bits(src_offset)), in nv50_bo_move_m2mf() 110 NVVAL(NV5039, OFFSET_OUT_UPPER, VALUE, upper_32_bits(dst_offset))); in nv50_bo_move_m2mf()
|
/openbmc/qemu/hw/nvram/ |
H A D | xlnx-versal-efuse-ctrl.c | 65 FIELD(TPGM, VALUE, 0, 16) 67 FIELD(TRD, VALUE, 0, 8) 69 FIELD(TSU_H_PS, VALUE, 0, 8) 71 FIELD(TSU_H_PS_CS, VALUE, 0, 8) 73 FIELD(TRDM, VALUE, 0, 8) 75 FIELD(TSU_H_CS, VALUE, 0, 8)
|
H A D | xlnx-zynqmp-efuse.c | 64 FIELD(TPGM, VALUE, 0, 16) 66 FIELD(TRD, VALUE, 0, 8) 68 FIELD(TSU_H_PS, VALUE, 0, 8) 70 FIELD(TSU_H_PS_CS, VALUE, 0, 8) 72 FIELD(TSU_H_CS, VALUE, 0, 4)
|
/openbmc/linux/arch/x86/kernel/cpu/ |
H A D | mkcapflags.sh | 32 VALUE="$(echo "$i" | sed -n 's@.*/\* *\("[^"]*"\).*\*/@\1@p')"
|
/openbmc/linux/tools/testing/selftests/ntb/ |
H A D | ntb_test.sh | 112 VALUE=$1 115 ssh "$REMOTE" "echo \"$VALUE\" > \"$VPATH\"" 117 echo "$VALUE" > "$VPATH"
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | hsv-formats.rst | 11 cylinder, where the angle is the HUE, the height is the VALUE
|
/openbmc/phosphor-hwmon/ |
H A D | interface.hpp | 45 VALUE, enumerator
|
/openbmc/u-boot/arch/arm/include/asm/arch-omap3/ |
H A D | mux.h | 492 #define MUX_VAL(OFFSET, VALUE)\ argument 493 writew((VALUE), OMAP34XX_CTRL_BASE + (OFFSET));
|
/openbmc/qemu/target/hexagon/idef-parser/ |
H A D | idef-parser.y | 682 $5.imm.type == VALUE, 690 $5.imm.type == VALUE, 755 $5.imm.type == VALUE && 757 $7.imm.type == VALUE,
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_core_reloc_size.c | 41 enum { VALUE = 123 } enum_field; enumerator
|
/openbmc/qemu/include/hw/rtc/ |
H A D | xlnx-zynqmp-rtc.h | 50 FIELD(CURRENT_TICK, VALUE, 0, 16)
|
/openbmc/linux/drivers/platform/x86/hp/hp-bioscfg/ |
H A D | string-attributes.c | 116 [VALUE] = ACPI_TYPE_STRING, 180 case VALUE: in hp_populate_string_elements_from_package()
|
H A D | enum-attributes.c | 111 [VALUE] = ACPI_TYPE_STRING, 174 case VALUE: in hp_populate_enumeration_elements_from_package()
|
H A D | int-attributes.c | 125 [VALUE] = ACPI_TYPE_STRING, 187 case VALUE: in hp_populate_integer_elements_from_package()
|