Home
last modified time | relevance | path

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

12345678910>>...25

/linux-6.12.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.c146 * ASCII characters. Instead, the arguments are saved in a 32 bit
150 * the conversion into the ASCII string within the buffer.
253 * seq_buf_putmem_hex - write raw memory into the buffer in ASCII hex
255 * @mem: The raw memory to write its hex ASCII representation of
259 * raw memory into the buffer it writes its ASCII representation of it
389 * @ascii: include ASCII after the hex output
396 * 2 - spaces separating hex dump and ASCII representation
397 * 32 - ASCII representation
404 const void *buf, size_t len, bool ascii) argument
419 linebuf, sizeof(linebuf), ascii);
/linux-6.12.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-6.12.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-6.12.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-6.12.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-6.12.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-6.12.1/Documentation/ABI/testing/
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
Dconfigfs-acpi31 - ASCII table signature
40 - ASCII OEM identification
43 - ASCII OEM table identification
49 - ASCII ASL compiler vendor ID
/linux-6.12.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-6.12.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-6.12.1/rust/kernel/
Dstr.rs38 /// Formats printable ASCII characters, escaping the rest.
42 /// let ascii = b_str!("Hello, BStr!");
43 /// let s = CString::try_from_fmt(fmt!("{}", ascii)).unwrap();
67 /// Formats printable ASCII characters with a double quote on either end,
73 /// let ascii = b_str!("Hello, \"BStr\"!");
74 /// let s = CString::try_from_fmt(fmt!("{:?}", ascii)).unwrap();
112 /// `b_str!` converts the supplied string literal to byte string, so non-ASCII
313 /// Converts this [`CStr`] to its ASCII lower case equivalent in-place.
315 /// ASCII letters 'A' to 'Z' are mapped to 'a' to 'z',
316 /// but non-ASCII letters are unchanged.
[all …]
/linux-6.12.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-6.12.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-6.12.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-6.12.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-6.12.1/Documentation/security/keys/
Dtrusted-encrypted.rst10 system. All user level blobs, are displayed and loaded in hex ASCII for
213 keyhandle= ascii hex value of sealing key
216 keyauth= ascii hex auth for sealing key default 0x00...i
217 (40 ascii zeros)
218 blobauth= ascii hex auth for sealed data default 0x00...
219 (40 ascii zeros)
220 pcrinfo= ascii hex of PCR_INFO or PCR_INFO_LONG (no default)
234 "keyctl print" returns an ascii hex copy of the sealed key, which is in standard
248 "keyctl print" returns an ASCII hex copy of the sealed key, which is in format
261 "keyctl print" returns an ASCII hex copy of the sealed key, which is in a
[all …]
/linux-6.12.1/kernel/trace/
Dtrace_seq.c101 * trace_seq_bitmask - write a bitmask array in its ASCII representation
106 * Writes a ASCII representation of a bitmask string into @s.
167 * ASCII characters. Instead, the arguments are saved in a 32 bit
171 * the conversion into the ASCII string within the buffer.
274 * trace_seq_putmem_hex - write raw memory into the buffer in ASCII hex
276 * @mem: The raw memory to write its hex ASCII representation of
280 * raw memory into the buffer it writes its ASCII representation of it
381 const void *buf, size_t len, bool ascii) in trace_seq_hex_dump() argument
397 buf, len, ascii); in trace_seq_hex_dump()
/linux-6.12.1/drivers/firmware/efi/libstub/
Dzboot-header.S18 .ascii "zimg" // image type
114 .ascii ".text\0\0\0"
126 .ascii ".data\0\0\0"
147 .ascii "NB10" // Signature
/linux-6.12.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-6.12.1/fs/xfs/
DKconfig51 bool "Support deprecated case-insensitive ascii (ascii-ci=1) format"
55 The ASCII case insensitivity filesystem feature only works correctly
66 beginning with "ascii-ci=". If the string "ascii-ci=1" is found, the
74 To continue supporting case-insensitivity (ascii-ci=1), say Y.
/linux-6.12.1/fs/smb/client/
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-6.12.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

12345678910>>...25