Home
last modified time | relevance | path

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

12345678910>>...40

/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.h75 Returns a 16-bit signature built from 2 ASCII characters.
77 This macro returns a 16-bit value built from the two ASCII characters specified
80 @param A The first ASCII character.
81 @param B The second ASCII character.
83 @return A 16-bit value built from the two ASCII characters specified by A and B.
88 Returns a 32-bit signature built from 4 ASCII characters.
90 This macro returns a 32-bit value built from the four ASCII characters specified
93 @param A The first ASCII character.
94 @param B The second ASCII character.
95 @param C The third ASCII character.
[all …]
/openbmc/linux/lib/
H A Dtest_hexdump.c69 size_t testlen, bool ascii) in test_hexdump_prepare_test() argument
110 /* ASCII part */ in test_hexdump_prepare_test()
111 if (ascii) { in test_hexdump_prepare_test()
126 bool ascii) in test_hexdump() argument
135 ascii); in test_hexdump()
139 ascii); in test_hexdump()
149 static void __init test_hexdump_set(int rowsize, bool ascii) in test_hexdump_set() argument
154 test_hexdump(len, rowsize, 4, ascii); in test_hexdump_set()
155 test_hexdump(len, rowsize, 2, ascii); in test_hexdump_set()
156 test_hexdump(len, rowsize, 8, ascii); in test_hexdump_set()
[all …]
H A Dhexdump.c21 * @ch: ascii character represents hex digit
56 * hex2bin - convert an ascii hexadecimal string to its binary representation
58 * @src: ascii hexadecimal string
82 * bin2hex - convert binary data to an ascii hexadecimal string
83 * @dst: ascii hexadecimal result
98 * hex_dump_to_buffer - convert a blob of data to "hex ASCII" in memory
105 * @ascii: include ASCII after the hex output
108 * 16 or 32 bytes of input data converted to hex + ASCII output.
111 * to a hex + ASCII dump at the supplied memory location.
128 char *linebuf, size_t linebuflen, bool ascii) in hex_dump_to_buffer() argument
[all …]
H A Dseq_buf.c136 * ASCII characters. Instead, the arguments are saved in a 32 bit
140 * the conversion into the ASCII string within the buffer.
241 * seq_buf_putmem_hex - write raw memory into the buffer in ASCII hex
243 * @mem: The raw memory to write its hex ASCII representation of
247 * raw memory into the buffer it writes its ASCII representation of it
376 * @ascii: include ASCII after the hex output
383 * 2 - spaces separating hex dump and ascii representation
384 * 32 - ascii representation
391 const void *buf, size_t len, bool ascii) argument
406 linebuf, sizeof(linebuf), ascii);
/openbmc/linux/Documentation/translations/zh_CN/PCI/
H A Dsysfs-pci.rst48 class PCI级别 (ascii, ro)
50 device PCI设备 (ascii, ro)
51 enable 设备是否被启用 (ascii, rw)
52 irq IRQ编号 (ascii, ro)
54 remove 从内核的列表中删除设备 (ascii, wo)
55 resource PCI资源主机地址 (ascii, ro)
58 revision PCI修订版 (ascii, ro)
60 subsystem_device PCI子系统设备 (ascii, ro)
61 subsystem_vendor PCI子系统供应商 (ascii, ro)
62 vendor PCI供应商 (ascii, ro)
[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/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/linux/drivers/acpi/acpica/
H A Duthex.c4 * Module Name: uthex -- Hex/ASCII support functions
16 /* Hex to ASCII conversion table */
30 * RETURN: The converted Ascii character
32 * DESCRIPTION: Convert a hex digit to an Ascii character
48 * PARAMETERS: two_ascii_chars - Pointer to two ASCII characters
53 * DESCRIPTION: Perform ascii-to-hex translation, exactly two ASCII characters
61 /* Both ASCII characters must be valid hex digits */ in acpi_ut_ascii_to_hex_byte()
79 * PARAMETERS: hex_char - Hex character in Ascii. Must be:
82 * RETURN: The binary value of the ascii/hex character
84 * DESCRIPTION: Perform ascii-to-hex translation
/openbmc/linux/Documentation/PCI/
H A Dsysfs-pci.rst39 class PCI class (ascii, ro)
41 device PCI device (ascii, ro)
42 enable Whether the device is enabled (ascii, rw)
43 irq IRQ number (ascii, ro)
45 remove remove device from kernel's list (ascii, wo)
46 resource PCI resource host addresses (ascii, ro)
49 revision PCI revision (ascii, ro)
51 subsystem_device PCI subsystem device (ascii, ro)
52 subsystem_vendor PCI subsystem vendor (ascii, ro)
53 vendor PCI vendor (ascii, ro)
[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/phosphor-host-ipmid/
H A DREADME.md5 ```ascii
12 ```ascii
23 ```ascii
30 ```ascii
37 ```ascii
/openbmc/linux/arch/s390/include/asm/
H A Debcdic.h3 * EBCDIC -> ASCII, ASCII -> EBCDIC conversion routines.
15 extern __u8 _ascebc_500[256]; /* ASCII -> EBCDIC 500 conversion table */
16 extern __u8 _ebcasc_500[256]; /* EBCDIC 500 -> ASCII conversion table */
17 extern __u8 _ascebc[256]; /* ASCII -> EBCDIC conversion table */
18 extern __u8 _ebcasc[256]; /* EBCDIC -> ASCII conversion table */
/openbmc/linux/Documentation/admin-guide/device-mapper/
H A Ddm-ima.rst52 Then IMA ASCII measurement log has the following format:
156 Then IMA ASCII measurement log will have the following entry:
157 (converted from ASCII to text for readability)
197 then IMA ASCII measurement log will have an entry with:
198 (converted from ASCII to text for readability)
235 then IMA ASCII measurement log will have the following entry:
236 (converted from ASCII to text for readability)
269 then IMA ASCII measurement log will have an entry with:
270 (converted from ASCII to text for readability)
302 then IMA ASCII measurement log will have an entry with:
[all …]
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-secvar33 <variable_name>. The variable name is unique and is in ASCII
61 ASCII format. The directory is only created if the backing
68 Description: Config version as reported by the hypervisor in ASCII decimal
77 represented in ASCII decimal format.
89 Description: Total size of the PLPKS in bytes, represented in ASCII decimal
98 in ASCII decimal format.
106 represented as an 8 byte hexadecimal ASCII string. Consult the
116 hexadecimal ASCII string. Consult the hypervisor documentation
H A Dconfigfs-acpi31 - ASCII table signature
40 - ASCII OEM identification
43 - ASCII OEM table identification
49 - ASCII ASL compiler vendor ID
/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/linux/drivers/target/
H A Dtarget_core_fabric_lib.c62 * We convert the ASCII formatted N Port name into a binary in fc_get_pr_transport_id()
149 * The first ISCSI NAME field byte containing an ASCII null character in iscsi_get_pr_transport_id()
170 * The SEPARATOR field shall contain the five ASCII in iscsi_get_pr_transport_id()
175 * (see RFC 3720) in the form of ASCII characters that are the in iscsi_get_pr_transport_id()
178 * ID field byte containing an ASCII null character terminates in iscsi_get_pr_transport_id()
183 buf[off++] = 0x2c; /* ASCII Character: "," */ in iscsi_get_pr_transport_id()
184 buf[off++] = 0x69; /* ASCII Character: "i" */ in iscsi_get_pr_transport_id()
185 buf[off++] = 0x2c; /* ASCII Character: "," */ in iscsi_get_pr_transport_id()
186 buf[off++] = 0x30; /* ASCII Character: "0" */ in iscsi_get_pr_transport_id()
187 buf[off++] = 0x78; /* ASCII Character: "x" */ in iscsi_get_pr_transport_id()
[all …]
/openbmc/linux/Documentation/usb/
H A Dmisc_usbsevseg.rst26 The device can accept "text" either in raw, hex, or ascii textmode.
29 ascii expects a value between '0'-'9' and 'A'-'F'.
30 The default is ascii.
42 echo "123ABC" > /sys/bus/usb/.../text (ascii)
43 echo "A1B2" > /sys/bus/usb/.../text (ascii)
/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/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/linux/fs/isofs/
H A Djoliet.c15 * Convert Unicode 16 to UTF-8 or ASCII.
18 uni16_to_x8(unsigned char *ascii, __be16 *uni, int len, struct nls_table *nls) in uni16_to_x8() argument
24 op = ascii; in uni16_to_x8()
38 return (op - ascii); in uni16_to_x8()
/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/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()

12345678910>>...40