Home
last modified time | relevance | path

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

12345678910>>...24

/Linux-v6.1/lib/
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 …]
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 …]
Dseq_buf.c106 * 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);
/Linux-v6.1/Documentation/translations/zh_CN/PCI/
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 …]
/Linux-v6.1/drivers/acpi/acpica/
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
Dutstrsuppt.c45 /* Convert each ASCII byte in the input string */ in acpi_ut_convert_octal_string()
49 * Character must be ASCII 0-7, otherwise: in acpi_ut_convert_octal_string()
99 /* Convert each ASCII byte in the input string */ in acpi_ut_convert_decimal_string()
103 * Character must be ASCII 0-9, otherwise: in acpi_ut_convert_decimal_string()
153 /* Convert each ASCII byte in the input string */ in acpi_ut_convert_hex_string()
157 * Character must be ASCII A-F, a-f, or 0-9, otherwise: in acpi_ut_convert_hex_string()
189 * PARAMETERS: string - Pointer to input ASCII string
195 * next character after the final ASCII zero to enable the caller
214 * PARAMETERS: string - Pointer to input ASCII string
220 * next character after the final ASCII zero to enable the caller
[all …]
/Linux-v6.1/Documentation/PCI/
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 …]
/Linux-v6.1/Documentation/admin-guide/device-mapper/
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 …]
/Linux-v6.1/arch/s390/include/asm/
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 */
/Linux-v6.1/drivers/target/
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 …]
/Linux-v6.1/Documentation/usb/
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)
/Linux-v6.1/Documentation/ABI/testing/
Dconfigfs-acpi31 - ASCII table signature
40 - ASCII OEM identification
43 - ASCII OEM table identification
49 - ASCII ASL compiler vendor ID
/Linux-v6.1/fs/isofs/
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()
/Linux-v6.1/drivers/scsi/qla2xxx/
Dtcm_qla2xxx.h5 /* 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 */
/Linux-v6.1/include/linux/
Dkbuild.h6 asm volatile("\n.ascii \"->" #sym " %0 " #val "\"" : : "i" (val))
8 #define BLANK() asm volatile("\n.ascii \"->\"" : : )
14 asm volatile("\n.ascii \"->#" x "\"")
/Linux-v6.1/Documentation/ABI/stable/
Dsysfs-class-ubi54 Contains ASCII "0\n" if the UBI background thread is disabled,
55 and ASCII "1\n" if it is enabled.
115 Contains ASCII "1\n" if the read-only flag is set on this
159 Contains ASCII "0\n" if the UBI volume is OK, and ASCII "1\n"
199 Volume type. Contains ASCII "dynamic\n" for dynamic volumes and
207 Contains ASCII "0\n" if the update marker is not set for this
/Linux-v6.1/kernel/trace/
Dtrace_seq.c104 * trace_seq_bitmask - write a bitmask array in its ASCII representation
109 * Writes a ASCII representation of a bitmask string into @s.
169 * ASCII characters. Instead, the arguments are saved in a 32 bit
173 * the conversion into the ASCII string within the buffer.
276 * trace_seq_putmem_hex - write raw memory into the buffer in ASCII hex
278 * @mem: The raw memory to write its hex ASCII representation of
282 * raw memory into the buffer it writes its ASCII representation of it
379 const void *buf, size_t len, bool ascii) in trace_seq_hex_dump() argument
395 buf, len, ascii); in trace_seq_hex_dump()
/Linux-v6.1/Documentation/security/keys/
Dtrusted-encrypted.rst10 system. All user level blobs, are displayed and loaded in hex ASCII for
182 keyhandle= ascii hex value of sealing key
185 keyauth= ascii hex auth for sealing key default 0x00...i
186 (40 ascii zeros)
187 blobauth= ascii hex auth for sealed data default 0x00...
188 (40 ascii zeros)
189 pcrinfo= ascii hex of PCR_INFO or PCR_INFO_LONG (no default)
203 "keyctl print" returns an ascii hex copy of the sealed key, which is in standard
217 "keyctl print" returns an ASCII hex copy of the sealed key, which is in format
230 "keyctl print" returns an ASCII hex copy of the sealed key, which is in a
/Linux-v6.1/drivers/firmware/efi/libstub/
Dzboot-header.S18 .ascii "zimg" // image type
86 .ascii ".text\0\0\0"
98 .ascii ".data\0\0\0"
131 .ascii "NB10" // Signature
/Linux-v6.1/Documentation/crypto/
Darchitecture.rst249 The following ASCII art decomposes the kernel crypto API layers when
253 For other use cases of AEAD ciphers, the ASCII art applies as well, but
268 following ASCII art applies too. However, the decomposition of GCM into
272 Each block in the following ASCII art is an independent cipher instance
280 The ASCII art picture also indicates the call structure, i.e. who calls
320 the ASCII art above:
364 Generic block ciphers follow the same concept as depicted with the ASCII
368 ASCII art picture above applies as well with the difference that only
375 depicted in the ASCII art picture above.
378 sha256_generic.c. The following ASCII art illustrates the
/Linux-v6.1/fs/cifs/
Dntlmssp.h82 SECURITY_BUFFER DomainName; /* RFC 1001 style and ASCII */
83 SECURITY_BUFFER WorkstationName; /* RFC 1001 and ASCII */
106 SECURITY_BUFFER DomainName; /* RFC 1001 style and ASCII */
107 SECURITY_BUFFER WorkstationName; /* RFC 1001 and ASCII */
/Linux-v6.1/arch/mips/kernel/
Dcps-vec-ns16550.S33 * @a0: ASCII character to write
46 * @a0: pointer to NULL-terminated ASCII string
49 * Write a null-terminated ASCII string to the UART.
161 * @a0: pointer to NULL-terminated ASCII string naming the exception
/Linux-v6.1/arch/arm/mm/
Dproc-arm1020.S471 .ascii "ARM1020"
473 .ascii "i"
476 .ascii "d"
478 .ascii "(wt)"
480 .ascii "(wb)"
484 .ascii "B"
487 .ascii "RR"
489 .ascii "\0"
/Linux-v6.1/arch/x86/include/asm/
Demulate_prefix.h11 #define __XEN_EMULATE_PREFIX 0x0f,0x0b,0x78,0x65,0x6e /* ud2 ; .ascii "xen" */
12 #define __KVM_EMULATE_PREFIX 0x0f,0x0b,0x6b,0x76,0x6d /* ud2 ; .ascii "kvm" */
/Linux-v6.1/tools/arch/x86/include/asm/
Demulate_prefix.h11 #define __XEN_EMULATE_PREFIX 0x0f,0x0b,0x78,0x65,0x6e /* ud2 ; .ascii "xen" */
12 #define __KVM_EMULATE_PREFIX 0x0f,0x0b,0x6b,0x76,0x6d /* ud2 ; .ascii "kvm" */

12345678910>>...24