/openbmc/u-boot/tools/ |
H A D | k3_x509template.txt | 28 destAddr = FORMAT:HEX,OCT:TEST_BOOT_ADDR 33 shaValue = FORMAT:HEX,OCT:TEST_IMAGE_SHA_VAL 39 # initalVector = FORMAT:HEX,OCT:TEST_IMAGE_ENC_IV 40 # randomString = FORMAT:HEX,OCT:TEST_IMAGE_ENC_RS 42 # salt = FORMAT:HEX,OCT:TEST_IMAGE_KEY_DERIVE_SALT 45 debugUID = FORMAT:HEX,OCT:0000000000000000000000000000000000000000000000000000000000000000
|
/openbmc/ipmitool/contrib/ |
H A D | bmclanconf | 99 local HEX B1 B2 B3 B4; 100 HEX=`echo $1 | tr '[:lower:]' '[:upper:]'`; 101 H1=`echo $HEX | cut -c1-2` 102 H2=`echo $HEX | cut -c3-4` 103 H3=`echo $HEX | cut -c5-6` 104 H4=`echo $HEX | cut -c7-8`
|
/openbmc/linux/tools/testing/selftests/ftrace/test.d/trigger/ |
H A D | trigger-hist-mod.tc | 27 HEX=`printf %x $PID` 28 grep "parent_pid: $HEX" events/sched/sched_process_fork/hist > /dev/null || \
|
/openbmc/pldm/libpldmresponder/ |
H A D | bios_string_attribute.hpp | 29 HEX = 0x02, enumerator 40 {"Hex", Encoding::HEX},
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-intelhex_2.3.0.bb | 1 SUMMARY = "Python library for Intel HEX files manipulations"
|
/openbmc/linux/drivers/target/iscsi/ |
H A D | iscsi_target_nego.h | 6 #define HEX 1 macro
|
H A D | iscsi_target_auth.c | 310 if (type == HEX) { in chap_server_compute_hash() 332 case HEX: in chap_server_compute_hash() 430 if (type == HEX) in chap_server_compute_hash() 457 case HEX: in chap_server_compute_hash()
|
H A D | iscsi_target_nego.c | 79 *type = HEX; in extract_param()
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-pci-drivers-janz-cmodio | 6 Value representing the HEX switch S2 of the janz carrier board CMOD-IO or CAN-PCI2
|
H A D | sysfs-bus-iio | 2164 An example format is 16-bytes, 2-digits-per-byte, HEX-string
|
/openbmc/u-boot/tools/buildman/ |
H A D | kconfiglib.py | 2000 elif self.type == INT or self.type == HEX: 2006 base = 16 if self.type == HEX else 10 2060 self.type == HEX else str(clamped_val)) 2068 new_val = (hex(low) if self.type == HEX else str(low)) 2482 (self.type == HEX and _is_base_n(v, 16) )): 2528 elif self.type == INT or self.type == HEX: 3518 UNKNOWN, BOOL, TRISTATE, STRING, HEX, INT = range(6) variable 3522 STRING: "string", HEX: "hex", INT: "int"} 3526 T_INT: INT, T_HEX: HEX} 3530 DEFAULT_VALUE = {BOOL: "n", TRISTATE: "n", STRING: "", INT: "", HEX: ""}
|
/openbmc/linux/net/mac80211/ |
H A D | debugfs_netdev.c | 192 HEX); 194 HEX); 232 IEEE80211_IF_FILE(flags, flags, HEX); 541 IEEE80211_IF_FILE(multicast_to_unicast, u.ap.multicast_to_unicast, HEX);
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-click-spinner/ |
H A D | 0001-Update-Versioneer-to-0.22.patch | 297 + # if there isn't one, this yields HEX[-dirty] (no NUM) 348 + # parse describe_out. It will be like TAG-NUM-gHEX[-dirty] or HEX[-dirty] 358 + # now we have TAG-NUM-gHEX or HEX 387 + # HEX: no tags 424 + 1: no tags. git_describe was just HEX. 0+untagged.DISTANCE.gHEX[.dirty] 590 + 1: no tags. HEX[-dirty] (note: no 'g' prefix) 611 + 1: no tags. HEX[-dirty] (note: no 'g' prefix) 1512 # if there isn't one, this yields HEX[-dirty] (no NUM) 1580 # HEX: no tags 1914 # if there isn't one, this yields HEX[-dirty] (no NUM) [all …]
|
/openbmc/qemu/docs/system/ |
H A D | generic-loader.rst | 76 U-Boot, and Intel HEX executable formats as well as raw images. The syntax is
|
/openbmc/linux/kernel/trace/ |
H A D | trace.h | 1228 C(HEX, "hex"), \
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | README.md | 594 User Data section itself (in HEX). All should be converted to lowercase.
|
/openbmc/qemu/tests/data/qobject/ |
H A D | qdict.txt | 1314 atmsar11.HEX: 19191 1861 bitstream.HEX: 192281
|