| /kernel/linux/linux-5.10/lib/ |
| D | test_hexdump.c | 69 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 …]
|
| D | hexdump.c | 21 * @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 …]
|
| D | seq_buf.c | 106 * ASCII characters. Instead, the arguments are saved in a 32 bit 110 * the conversion into the ASCII string within the buffer. 211 * seq_buf_putmem_hex - write raw memory into the buffer in ASCII hex 213 * @mem: The raw memory to write its hex ASCII representation of 217 * raw memory into the buffer it writes its ASCII representation of it 348 * @ascii: include ASCII after the hex output 355 * 2 - spaces separating hex dump and ascii representation 356 * 32 - ascii representation 363 const void *buf, size_t len, bool ascii) argument 378 linebuf, sizeof(linebuf), ascii);
|
| /kernel/linux/linux-6.6/lib/ |
| D | test_hexdump.c | 69 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 …]
|
| D | hexdump.c | 21 * @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 …]
|
| D | seq_buf.c | 136 * 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);
|
| /kernel/linux/linux-6.6/Documentation/translations/zh_CN/PCI/ |
| D | sysfs-pci.rst | 48 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 …]
|
| /kernel/linux/linux-6.6/drivers/acpi/acpica/ |
| D | uthex.c | 4 * 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
|
| /kernel/linux/linux-5.10/drivers/acpi/acpica/ |
| D | uthex.c | 4 * 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
|
| /kernel/linux/linux-6.6/Documentation/PCI/ |
| D | sysfs-pci.rst | 39 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 …]
|
| /kernel/linux/linux-5.10/Documentation/PCI/ |
| D | sysfs-pci.rst | 39 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 …]
|
| /kernel/linux/linux-6.6/arch/s390/include/asm/ |
| D | ebcdic.h | 3 * 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 */
|
| /kernel/linux/linux-5.10/arch/s390/include/asm/ |
| D | ebcdic.h | 3 * 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 */
|
| /kernel/linux/linux-6.6/Documentation/admin-guide/device-mapper/ |
| D | dm-ima.rst | 52 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 …]
|
| /kernel/linux/linux-6.6/Documentation/ABI/testing/ |
| D | sysfs-secvar | 33 <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
|
| D | configfs-acpi | 31 - ASCII table signature 40 - ASCII OEM identification 43 - ASCII OEM table identification 49 - ASCII ASL compiler vendor ID
|
| /kernel/linux/linux-5.10/drivers/target/ |
| D | target_core_fabric_lib.c | 62 * 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 …]
|
| /kernel/linux/linux-6.6/drivers/target/ |
| D | target_core_fabric_lib.c | 62 * 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 …]
|
| /kernel/linux/linux-6.6/Documentation/usb/ |
| D | misc_usbsevseg.rst | 26 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)
|
| /kernel/linux/linux-5.10/Documentation/usb/ |
| D | misc_usbsevseg.rst | 26 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)
|
| /kernel/linux/linux-5.10/Documentation/ABI/testing/ |
| D | configfs-acpi | 31 - ASCII table signature 40 - ASCII OEM identification 43 - ASCII OEM table identification 49 - ASCII ASL compiler vendor ID
|
| /kernel/linux/linux-5.10/Documentation/security/keys/ |
| D | trusted-encrypted.rst | 11 in hex ascii for convenience, and are integrity verified. 55 keyhandle= ascii hex value of sealing key 58 keyauth= ascii hex auth for sealing key default 0x00...i 59 (40 ascii zeros) 60 blobauth= ascii hex auth for sealed data default 0x00... 61 (40 ascii zeros) 62 pcrinfo= ascii hex of PCR_INFO or PCR_INFO_LONG (no default) 76 "keyctl print" returns an ascii hex copy of the sealed key, which is in standard
|
| /kernel/linux/linux-5.10/fs/isofs/ |
| D | joliet.c | 15 * 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()
|
| /kernel/linux/linux-6.6/fs/isofs/ |
| D | joliet.c | 15 * 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()
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | kbuild.h | 6 asm volatile("\n.ascii \"->" #sym " %0 " #val "\"" : : "i" (val)) 8 #define BLANK() asm volatile("\n.ascii \"->\"" : : ) 14 asm volatile("\n.ascii \"->#" x "\"")
|