| /kernel/linux/linux-4.19/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 | 24 * @ch: ascii character represents hex digit 41 * hex2bin - convert an ascii hexadecimal string to its binary representation 43 * @src: ascii hexadecimal string 64 * bin2hex - convert binary data to an ascii hexadecimal string 65 * @dst: ascii hexadecimal result 80 * hex_dump_to_buffer - convert a blob of data to "hex ASCII" in memory 87 * @ascii: include ASCII after the hex output 90 * 16 or 32 bytes of input data converted to hex + ASCII output. 93 * to a hex + ASCII dump at the supplied memory location. 110 char *linebuf, size_t linebuflen, bool ascii) in hex_dump_to_buffer() argument [all …]
|
| /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 38 * hex2bin - convert an ascii hexadecimal string to its binary representation 40 * @src: ascii hexadecimal string 61 * bin2hex - convert binary data to an ascii hexadecimal string 62 * @dst: ascii hexadecimal result 77 * hex_dump_to_buffer - convert a blob of data to "hex ASCII" in memory 84 * @ascii: include ASCII after the hex output 87 * 16 or 32 bytes of input data converted to hex + ASCII output. 90 * to a hex + ASCII dump at the supplied memory location. 107 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-4.19/Documentation/filesystems/ |
| D | sysfs-pci.txt | 35 class PCI class (ascii, ro) 37 device PCI device (ascii, ro) 38 enable Whether the device is enabled (ascii, rw) 39 irq IRQ number (ascii, ro) 41 remove remove device from kernel's list (ascii, wo) 42 resource PCI resource host addresses (ascii, ro) 45 revision PCI revision (ascii, ro) 47 subsystem_device PCI subsystem device (ascii, ro) 48 subsystem_vendor PCI subsystem vendor (ascii, ro) 49 vendor PCI vendor (ascii, ro) [all …]
|
| /kernel/linux/linux-4.19/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-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-4.19/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-4.19/Documentation/usb/ |
| D | misc_usbsevseg.txt | 19 The device can accept "text" either in raw, hex, or ascii textmode. 22 ascii expects a value between '0'-'9' and 'A'-'F'. 23 The default is ascii. 35 echo "123ABC" > /sys/bus/usb/.../text (ascii) 36 echo "A1B2" > /sys/bus/usb/.../text (ascii)
|
| /kernel/linux/linux-4.19/Documentation/security/keys/ |
| D | trusted-encrypted.rst | 11 in hex ascii for convenience, and are integrity verified. 33 keyhandle= ascii hex value of sealing key default 0x40000000 (SRK) 34 keyauth= ascii hex auth for sealing key default 0x00...i 35 (40 ascii zeros) 36 blobauth= ascii hex auth for sealed data default 0x00... 37 (40 ascii zeros) 38 pcrinfo= ascii hex of PCR_INFO or PCR_INFO_LONG (no default) 52 "keyctl print" returns an ascii hex copy of the sealed key, which is in standard
|
| /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-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-4.19/Documentation/ABI/testing/ |
| D | configfs-acpi | 29 signature - ASCII table signature 32 oem_id - ASCII OEM identification 33 oem_table_id - ASCII OEM table identification 35 asl_compiler_id - ASCII ASL compiler vendor ID
|
| /kernel/linux/linux-4.19/drivers/target/ |
| D | target_core_fabric_lib.c | 75 * We convert the ASCII formatted N Port name into a binary in fc_get_pr_transport_id() 157 * RFC 3720). The first ISCSI NAME field byte containing an ASCII in iscsi_get_pr_transport_id() 172 * does not contain the ASCII encoded iSCSI Initiator iSID value in iscsi_get_pr_transport_id() 185 * The SEPARATOR field shall contain the five ASCII in iscsi_get_pr_transport_id() 190 * (see RFC 3720) in the form of ASCII characters that are the in iscsi_get_pr_transport_id() 193 * ID field byte containing an ASCII null character in iscsi_get_pr_transport_id() 195 buf[off+len] = 0x2c; off++; /* ASCII Character: "," */ in iscsi_get_pr_transport_id() 196 buf[off+len] = 0x69; off++; /* ASCII Character: "i" */ in iscsi_get_pr_transport_id() 197 buf[off+len] = 0x2c; off++; /* ASCII Character: "," */ in iscsi_get_pr_transport_id() 198 buf[off+len] = 0x30; off++; /* ASCII Character: "0" */ in iscsi_get_pr_transport_id() [all …]
|
| /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-4.19/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-4.19/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 "\"")
|
| /kernel/linux/linux-5.10/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 "\"")
|
| /kernel/linux/linux-4.19/drivers/scsi/qla2xxx/ |
| D | tcm_qla2xxx.h | 5 /* length of ASCII WWPNs including pad */ 22 /* ASCII formatted WWPN for FC Initiator Nport */ 64 /* ASCII formatted WWPN for FC Target Lport */ 66 /* ASCII formatted naa WWPN for VPD page 83 etc */
|
| /kernel/linux/linux-5.10/drivers/scsi/qla2xxx/ |
| D | tcm_qla2xxx.h | 5 /* length of ASCII WWPNs including pad */ 22 /* ASCII formatted WWPN for FC Initiator Nport */ 64 /* ASCII formatted WWPN for FC Target Lport */ 66 /* ASCII formatted naa WWPN for VPD page 83 etc */
|