Home
last modified time | relevance | path

Searched full:ascii (Results 1 – 25 of 402) sorted by relevance

12345678910>>...17

/openbmc/u-boot/arch/x86/include/asm/fsp/
H A Dfsp_types.h19 * Returns a 16-bit signature built from 2 ASCII characters.
21 * This macro returns a 16-bit value built from the two ASCII characters
24 * @A: The first ASCII character.
25 * @B: The second ASCII character.
27 * @return: A 16-bit value built from the two ASCII characters specified by
33 * Returns a 32-bit signature built from 4 ASCII characters.
35 * This macro returns a 32-bit value built from the four ASCII characters
38 * @A: The first ASCII character.
39 * @B: The second ASCII character.
40 * @C: The third ASCII character.
[all …]
/openbmc/libcper/include/libcper/
H A DBaseTypes.h78 Returns a 16-bit signature built from 2 ASCII characters.
80 This macro returns a 16-bit value built from the two ASCII characters specified
83 @param A The first ASCII character.
84 @param B The second ASCII character.
86 @return A 16-bit value built from the two ASCII characters specified by A and B.
91 Returns a 32-bit signature built from 4 ASCII characters.
93 This macro returns a 32-bit value built from the four ASCII characters specified
96 @param A The first ASCII character.
97 @param B The second ASCII character.
98 @param C The third ASCII character.
[all …]
/openbmc/phosphor-host-ipmid/
H A DREADME.md5 ```ascii
12 ```ascii
23 ```ascii
30 ```ascii
37 ```ascii
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/vpnc/vpnc/
H A Dlong-help8 --id <ASCII string>
10 conf-variable: IPSec ID <ASCII string>
14 conf-variable: IPSec secret <ASCII string>
20 --username <ASCII string>
22 conf-variable: Xauth username <ASCII string>
26 conf-variable: Xauth password <ASCII string>
32 --domain <ASCII string>
34 conf-variable: Domain <ASCII string>
84 --application-version <ASCII string>
87 conf-variable: Application version <ASCII string>
[all …]
/openbmc/u-boot/lib/
H A Dhexdump.c23 * hex_dump_to_buffer - convert a blob of data to "hex ASCII" in memory
30 * @ascii: include ASCII after the hex output
33 * 16 or 32 bytes of input data converted to hex + ASCII output.
36 * to a hex + ASCII dump at the supplied memory location.
53 char *linebuf, size_t linebuflen, bool ascii) in hex_dump_to_buffer() argument
130 if (!ascii) in hex_dump_to_buffer()
150 return ascii ? ascii_column + len : (groupsize * 2 + 1) * ngroups - 1; in hex_dump_to_buffer()
163 * @ascii: include ASCII after the hex output
165 * Given a buffer of u8 data, print_hex_dump() prints a hex + ASCII dump
169 * 16 or 32 bytes of input data converted to hex + ASCII output.
[all …]
/openbmc/u-boot/include/
H A Dhexdump.h32 * @ch: ascii character represents hex digit
48 * hex2bin - convert an ascii hexadecimal string to its binary representation
50 * @src: ascii hexadecimal string
70 * bin2hex - convert binary data to an ascii hexadecimal string
71 * @dst: ascii hexadecimal result
85 char *linebuf, size_t linebuflen, bool ascii);
87 int groupsize, const void *buf, size_t len, bool ascii);
H A Dinput.h24 * This table translates key codes to ASCII. Most of the entries are ASCII
33 const uchar *xlate; /* keycode to ASCII table */
69 * Convert a list of key codes into ASCII and send them
74 * @return number of ascii characters sent, or 0 if none, or -1 for an
93 * @return number of ascii characters sent, or 0 if none, or -1 for an
105 * @param xlate Conversion table from key codes to ASCII
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vsftpd/files/
H A Dvsftpd.conf74 # By default the server will pretend to allow ASCII mode but in fact ignore
75 # the request. Turn on the below options to have the server actually do ASCII
76 # mangling on files when in ASCII mode.
79 # ASCII mode.
80 # These ASCII options are split into upload and download because you may wish
81 # to enable ASCII uploads (to prevent uploaded scripts etc. from breaking),
82 # without the DoS risk of SIZE and ASCII downloads. ASCII mangling should be
/openbmc/u-boot/include/linux/
H A Dkbuild.h10 asm volatile("\n.ascii \"->" #sym " %0 " #val "\"" : : "i" (val))
12 #define BLANK() asm volatile("\n.ascii \"->\"" : : )
18 asm volatile("\n.ascii \"->#" x "\"")
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dascii_string.hpp20 * This represents the ASCII string field in the SRC PEL section.
69 * @brief Return the 32 character ASCII string data
88 * @param[in] offset - The offset into the ascii string
95 * @brief The ASCII string itself
H A Djson_utils.cpp88 char ascii[17]; in dumpHex() local
90 ascii[16] = '\0'; in dumpHex()
108 ascii[i % 16] = ((unsigned char*)data)[i]; in dumpHex()
112 ascii[i % 16] = '.'; in dumpHex()
116 std::string asciiString(ascii); in dumpHex()
144 ascii[(i + 1) % 16] = '\0'; in dumpHex()
153 std::string asciiString2(ascii); in dumpHex()
332 // If PHYP, convert to ASCII in getComponentName()
/openbmc/qemu/tests/tcg/arm/system/
H A Dboot.S278 .ascii "Reset exception occurred.\n\0"
281 .ascii "Undefined Instruction Exception Occurred.\n\0"
284 .ascii "Software Interrupt Occurred.\n\0"
287 .ascii "Prefetch Abort Occurred.\n\0"
290 .ascii "Data Abort Occurred.\n\0"
293 .ascii "IRQ exception occurred.\n\0"
296 .ascii "FIQ exception occurred.\n\0"
299 .ascii "Software maths exception.\n\0"
/openbmc/pldm/libpldmresponder/test/
H A Dlibpldmresponder_bios_string_attribute_test.cpp33 "string_type" : "ASCII", in TEST_F()
47 static_cast<uint8_t>(BIOSStringAttribute::Encoding::ASCII)); in TEST_F()
55 "string_type" : "ASCII", in TEST_F()
82 "string_type" : "ASCII", in TEST_F()
118 "string_type" : "ASCII", in TEST_F()
168 "string_type" : "ASCII", in TEST_F()
/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dexternal_account_provider.hpp30 ASCII, enumerator
63 {TACACSplusPasswordExchangeProtocol::ASCII, "ASCII"},
/openbmc/openpower-hw-diags/test/
H A Dtest-ti-handler.cpp47 EXPECT_EQ(tiMap["0x0a Num. ASCII Words"], "36"); in TEST()
69 EXPECT_EQ(tiMap["0x30 ASCII Data"], "04050607"); in TEST()
71 EXPECT_EQ(tiMap["0x34 ASCII Data"], "08090a0b"); in TEST()
73 EXPECT_EQ(tiMap["0x38 ASCII Data"], "0c0d0e0f"); in TEST()
75 EXPECT_EQ(tiMap["0x3c ASCII Data"], "10111213"); in TEST()
77 EXPECT_EQ(tiMap["0x40 ASCII Data"], "14151617"); in TEST()
79 EXPECT_EQ(tiMap["0x44 ASCII Data"], "18191a1b"); in TEST()
81 EXPECT_EQ(tiMap["0x48 ASCII Data"], "1c1d1e1f"); in TEST()
83 EXPECT_EQ(tiMap["0x4c ASCII Data"], "20212223"); in TEST()
/openbmc/u-boot/board/compulab/common/
H A Deeprom.c406 { "Board Configuration", 64, NULL, DEFINE_PRINT_UPDATE(ascii) },
423 { "Product Name", 16, NULL, DEFINE_PRINT_UPDATE(ascii) },
424 { "Product Options #1", 16, NULL, DEFINE_PRINT_UPDATE(ascii) },
425 { "Product Options #2", 16, NULL, DEFINE_PRINT_UPDATE(ascii) },
426 { "Product Options #3", 16, NULL, DEFINE_PRINT_UPDATE(ascii) },
445 { "Product Name", 16, NULL, DEFINE_PRINT_UPDATE(ascii) },
446 { "Product Options #1", 16, NULL, DEFINE_PRINT_UPDATE(ascii) },
447 { "Product Options #2", 16, NULL, DEFINE_PRINT_UPDATE(ascii) },
448 { "Product Options #3", 16, NULL, DEFINE_PRINT_UPDATE(ascii) },
465 { "Product Name", 16, NULL, DEFINE_PRINT_UPDATE(ascii) },
[all …]
/openbmc/openpower-hw-diags/attn/
H A Dti_handler.cpp89 // Copy all ascii src chars to additional data in handlePhypTi()
90 char srcChar[33]; // 32 ascii chars + null term in handlePhypTi()
208 // Translate hex src value to ascii. This results in an 8 in handleHbTiWithSrc()
294 i_map["0x0a Num. ASCII Words"] = in parsePhypOpalTiInfo()
316 i_map["0x30 ASCII Data"] = in parsePhypOpalTiInfo()
318 i_map["0x34 ASCII Data"] = in parsePhypOpalTiInfo()
320 i_map["0x38 ASCII Data"] = in parsePhypOpalTiInfo()
322 i_map["0x3c ASCII Data"] = in parsePhypOpalTiInfo()
324 i_map["0x40 ASCII Data"] = in parsePhypOpalTiInfo()
326 i_map["0x44 ASCII Data"] = in parsePhypOpalTiInfo()
[all …]
/openbmc/pldm/oem/ibm/configurations/bios/
H A Dbios_attrs.json1119 "string_type": "ASCII",
1135 "string_type": "ASCII",
1145 "string_type": "ASCII",
1155 "string_type": "ASCII",
1165 "string_type": "ASCII",
1175 "string_type": "ASCII",
1185 "string_type": "ASCII",
1195 "string_type": "ASCII",
1205 "string_type": "ASCII",
1215 "string_type": "ASCII",
[all …]
/openbmc/pldm/oem/ibm/configurations/bios/com.ibm.Hardware.Chassis.Model.Everest/
H A Dbios_attrs.json1141 "string_type": "ASCII",
1157 "string_type": "ASCII",
1167 "string_type": "ASCII",
1177 "string_type": "ASCII",
1187 "string_type": "ASCII",
1197 "string_type": "ASCII",
1207 "string_type": "ASCII",
1217 "string_type": "ASCII",
1227 "string_type": "ASCII",
1237 "string_type": "ASCII",
[all …]
/openbmc/pldm/oem/ibm/configurations/bios/com.ibm.Hardware.Chassis.Model.Rainier4U/
H A Dbios_attrs.json1120 "string_type": "ASCII",
1136 "string_type": "ASCII",
1146 "string_type": "ASCII",
1156 "string_type": "ASCII",
1166 "string_type": "ASCII",
1176 "string_type": "ASCII",
1186 "string_type": "ASCII",
1196 "string_type": "ASCII",
1206 "string_type": "ASCII",
1216 "string_type": "ASCII",
[all …]
/openbmc/pldm/oem/ibm/configurations/bios/com.ibm.Hardware.Chassis.Model.Rainier1S4U/
H A Dbios_attrs.json1120 "string_type": "ASCII",
1136 "string_type": "ASCII",
1146 "string_type": "ASCII",
1156 "string_type": "ASCII",
1166 "string_type": "ASCII",
1176 "string_type": "ASCII",
1186 "string_type": "ASCII",
1196 "string_type": "ASCII",
1206 "string_type": "ASCII",
1216 "string_type": "ASCII",
[all …]
/openbmc/pldm/oem/ibm/configurations/bios/com.ibm.Hardware.Chassis.Model.Rainier2U/
H A Dbios_attrs.json1120 "string_type": "ASCII",
1136 "string_type": "ASCII",
1146 "string_type": "ASCII",
1156 "string_type": "ASCII",
1166 "string_type": "ASCII",
1176 "string_type": "ASCII",
1186 "string_type": "ASCII",
1196 "string_type": "ASCII",
1206 "string_type": "ASCII",
1216 "string_type": "ASCII",
[all …]
/openbmc/pldm/tools/fw-update/
H A Dpldm_fwup_pkg_creator.py21 ("ASCII", 1),
106 # Hardcoded string type to ASCII
107 string_type = string_types["ASCII"]
118 package_version_string.encode("ascii"),
281 vendor_desc_title_str_type = string_types["ASCII"]
296 vendor_desc_title_str.encode("ascii"),
371 # ComponentImageSetVersionStringType supports only ASCII for now
372 component_image_set_version_string_type = string_types["ASCII"]
422 component_image_set_version_string.encode("ascii"),
543 component_version_string_type = string_types["ASCII"]
[all …]
/openbmc/qemu/block/
H A Dvhdx.h63 #define VHDX_FILE_SIGNATURE 0x656C696678646876ULL /* "vhdxfile" in ASCII */
65 uint64_t signature; /* "vhdxfile" in ASCII */
96 uint32_t signature; /* "head" in ASCII */
135 #define VHDX_REGION_SIGNATURE 0x69676572 /* "regi" in ASCII */
137 uint32_t signature; /* "regi" in ASCII */
167 uint32_t signature; /* "loge" in ASCII */
191 uint32_t signature; /* "zero" or "desc" in ASCII */
211 uint32_t data_signature; /* "data" in ASCII */
250 #define VHDX_METADATA_SIGNATURE 0x617461646174656DULL /* "metadata" in ASCII */
252 uint64_t signature; /* "metadata" in ASCII */
/openbmc/u-boot/arch/arm/lib/
H A Dcrt0_arm_efi.S19 .ascii "MZ"
23 .ascii "PE"
91 .ascii ".reloc"
104 .ascii ".text"

12345678910>>...17