Home
last modified time | relevance | path

Searched refs:ascii (Results 1 - 25 of 161) sorted by relevance

1234567

/kernel/linux/linux-5.10/lib/
H A Dtest_hexdump.c69 size_t testlen, bool ascii) in test_hexdump_prepare_test()
111 if (ascii) { in test_hexdump_prepare_test()
126 bool ascii) in test_hexdump()
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()
157 test_hexdump(len, rowsize, 1, ascii); in test_hexdump_set()
67 test_hexdump_prepare_test(size_t len, int rowsize, int groupsize, char *test, size_t testlen, bool ascii) test_hexdump_prepare_test() argument
125 test_hexdump(size_t len, int rowsize, int groupsize, bool ascii) test_hexdump() argument
160 test_hexdump_overflow(size_t buflen, size_t len, int rowsize, int groupsize, bool ascii) test_hexdump_overflow() argument
208 test_hexdump_overflow_set(size_t buflen, bool ascii) test_hexdump_overflow_set() argument
[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
105 * @ascii: include ASCII after the hex output
128 char *linebuf, size_t linebuflen, bool ascii) in hex_dump_to_buffer()
205 if (!ascii) in hex_dump_to_buffer()
225 return ascii ? ascii_column + len : (groupsize * 2 + 1) * ngroups - 1; in hex_dump_to_buffer()
241 * @ascii
127 hex_dump_to_buffer(const void *buf, size_t len, int rowsize, int groupsize, char *linebuf, size_t linebuflen, bool ascii) hex_dump_to_buffer() argument
261 print_hex_dump(const char *level, const char *prefix_str, int prefix_type, int rowsize, int groupsize, const void *buf, size_t len, bool ascii) print_hex_dump() argument
[all...]
/kernel/linux/linux-6.6/lib/
H A Dtest_hexdump.c69 size_t testlen, bool ascii) in test_hexdump_prepare_test()
111 if (ascii) { in test_hexdump_prepare_test()
126 bool ascii) in test_hexdump()
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()
157 test_hexdump(len, rowsize, 1, ascii); in test_hexdump_set()
67 test_hexdump_prepare_test(size_t len, int rowsize, int groupsize, char *test, size_t testlen, bool ascii) test_hexdump_prepare_test() argument
125 test_hexdump(size_t len, int rowsize, int groupsize, bool ascii) test_hexdump() argument
160 test_hexdump_overflow(size_t buflen, size_t len, int rowsize, int groupsize, bool ascii) test_hexdump_overflow() argument
208 test_hexdump_overflow_set(size_t buflen, bool ascii) test_hexdump_overflow_set() argument
[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
105 * @ascii: include ASCII after the hex output
128 char *linebuf, size_t linebuflen, bool ascii) in hex_dump_to_buffer()
205 if (!ascii) in hex_dump_to_buffer()
225 return ascii ? ascii_column + len : (groupsize * 2 + 1) * ngroups - 1; in hex_dump_to_buffer()
241 * @ascii
127 hex_dump_to_buffer(const void *buf, size_t len, int rowsize, int groupsize, char *linebuf, size_t linebuflen, bool ascii) hex_dump_to_buffer() argument
261 print_hex_dump(const char *level, const char *prefix_str, int prefix_type, int rowsize, int groupsize, const void *buf, size_t len, bool ascii) print_hex_dump() argument
[all...]
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Dtbxfload.c121 !ACPI_COMPARE_NAMESEG(table->signature.ascii, ACPI_SIG_DSDT) || in ACPI_EXPORT_SYMBOL_INIT()
174 (table->signature.ascii, ACPI_SIG_SSDT) in ACPI_EXPORT_SYMBOL_INIT()
175 && !ACPI_COMPARE_NAMESEG(table->signature.ascii, in ACPI_EXPORT_SYMBOL_INIT()
177 && !ACPI_COMPARE_NAMESEG(table->signature.ascii, in ACPI_EXPORT_SYMBOL_INIT()
191 table->signature.ascii, in ACPI_EXPORT_SYMBOL_INIT()
198 table->signature.ascii, in ACPI_EXPORT_SYMBOL_INIT()
382 (acpi_gbl_root_table_list.tables[i].signature.ascii, in ACPI_EXPORT_SYMBOL()
H A Ddbnames.c197 name.ascii, subtree_entry); in acpi_db_dump_namespace()
310 obj_handle)->name.ascii[i])) { in acpi_db_walk_and_match_name()
408 predefined = acpi_ut_match_predefined_method(node->name.ascii); in acpi_db_walk_for_predefined_names()
498 node->name.ascii, node->type); in acpi_db_walk_for_object_counts()
800 if (!acpi_ut_valid_nameseg(node->name.ascii)) { in acpi_db_integrity_walk()
H A Dtbdata.c99 ACPI_MOVE_32_TO_32(table_desc->signature.ascii, table->signature); in acpi_tb_init_table_descriptor()
505 ascii) ? in acpi_tb_verify_temp_table()
506 table_desc->signature.ascii : "????", in acpi_tb_verify_temp_table()
525 ascii) ? table_desc-> in acpi_tb_verify_temp_table()
527 ascii : "????", in acpi_tb_verify_temp_table()
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A Dtbxfload.c121 !ACPI_COMPARE_NAMESEG(table->signature.ascii, ACPI_SIG_DSDT) || in ACPI_EXPORT_SYMBOL_INIT()
174 (table->signature.ascii, ACPI_SIG_SSDT) in ACPI_EXPORT_SYMBOL_INIT()
175 && !ACPI_COMPARE_NAMESEG(table->signature.ascii, in ACPI_EXPORT_SYMBOL_INIT()
177 && !ACPI_COMPARE_NAMESEG(table->signature.ascii, in ACPI_EXPORT_SYMBOL_INIT()
191 table->signature.ascii, in ACPI_EXPORT_SYMBOL_INIT()
198 table->signature.ascii, in ACPI_EXPORT_SYMBOL_INIT()
406 (acpi_gbl_root_table_list.tables[i].signature.ascii, in ACPI_EXPORT_SYMBOL()
H A Ddbnames.c197 name.ascii, subtree_entry); in acpi_db_dump_namespace()
310 obj_handle)->name.ascii[i])) { in acpi_db_walk_and_match_name()
408 predefined = acpi_ut_match_predefined_method(node->name.ascii); in acpi_db_walk_for_predefined_names()
498 node->name.ascii, node->type); in acpi_db_walk_for_object_counts()
800 if (!acpi_ut_valid_nameseg(node->name.ascii)) { in acpi_db_integrity_walk()
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/
H A Dzboot-header.S18 .ascii "zimg" // image type
114 .ascii ".text\0\0\0"
126 .ascii ".data\0\0\0"
147 .ascii "NB10" // Signature
/kernel/linux/linux-5.10/include/linux/
H A Dprintk.h574 bool ascii);
578 const void *buf, size_t len, bool ascii);
582 const void *buf, size_t len, bool ascii) in print_hex_dump()
595 groupsize, buf, len, ascii) \
597 groupsize, buf, len, ascii)
600 groupsize, buf, len, ascii) \
602 groupsize, buf, len, ascii)
606 const void *buf, size_t len, bool ascii) in print_hex_dump_debug()
580 print_hex_dump(const char *level, const char *prefix_str, int prefix_type, int rowsize, int groupsize, const void *buf, size_t len, bool ascii) print_hex_dump() argument
604 print_hex_dump_debug(const char *prefix_str, int prefix_type, int rowsize, int groupsize, const void *buf, size_t len, bool ascii) print_hex_dump_debug() argument
H A Ddynamic_debug.h170 groupsize, buf, len, ascii) \
174 rowsize, groupsize, buf, len, ascii)
210 groupsize, buf, len, ascii) \
213 rowsize, groupsize, buf, len, ascii); \
/kernel/linux/linux-5.10/arch/arm64/kernel/
H A Defi-header.S73 .ascii ".text\0\0\0"
87 .ascii ".data\0\0\0"
133 .ascii "NB10" // Signature
/kernel/linux/linux-5.10/fs/isofs/
H A Djoliet.c18 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/
H A Djoliet.c18 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-5.10/arch/loongarch/boot/compressed/
H A Defi-header.S75 .ascii ".text\0\0\0"
89 .ascii ".data\0\0\0"
132 .ascii UTS_RELEASE " (" LINUX_COMPILE_BY "@" LINUX_COMPILE_HOST ") " UTS_VERSION "\0"
/kernel/linux/linux-5.10/arch/arm/mm/
H A 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"
/kernel/linux/linux-6.6/arch/arm/mm/
H A 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"
/kernel/linux/linux-6.6/include/linux/
H A Dprintk.h711 bool ascii);
715 const void *buf, size_t len, bool ascii);
719 const void *buf, size_t len, bool ascii) in print_hex_dump()
732 groupsize, buf, len, ascii) \
734 groupsize, buf, len, ascii)
737 groupsize, buf, len, ascii) \
739 groupsize, buf, len, ascii)
743 const void *buf, size_t len, bool ascii) in print_hex_dump_debug()
717 print_hex_dump(const char *level, const char *prefix_str, int prefix_type, int rowsize, int groupsize, const void *buf, size_t len, bool ascii) print_hex_dump() argument
741 print_hex_dump_debug(const char *prefix_str, int prefix_type, int rowsize, int groupsize, const void *buf, size_t len, bool ascii) print_hex_dump_debug() argument
H A Ddynamic_debug.h285 groupsize, buf, len, ascii) \
289 rowsize, groupsize, buf, len, ascii)
312 groupsize, buf, len, ascii) \
315 rowsize, groupsize, buf, len, ascii); \
/kernel/linux/linux-5.10/arch/riscv/kernel/
H A Defi-header.S79 .ascii ".text\0\0\0"
93 .ascii ".data\0\0\0"
/kernel/linux/linux-6.6/arch/riscv/kernel/
H A Defi-header.S84 .ascii ".text\0\0\0"
98 .ascii ".data\0\0\0"
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/switch_endian/
H A Dswitch_endian_test.S7 .ascii "success: switch_endian_test\n\0"
11 .ascii "failure: switch_endian_test\n\0"
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/switch_endian/
H A Dswitch_endian_test.S7 .ascii "success: switch_endian_test\n\0"
11 .ascii "failure: switch_endian_test\n\0"
/kernel/linux/linux-5.10/arch/x86/boot/
H A Dheader.S92 .ascii "Use a boot loader.\r\n"
93 .ascii "\n"
94 .ascii "Remove disk and press any key to reboot...\r\n"
193 .ascii ".setup"
215 .ascii ".reloc"
254 .ascii ".text"
305 .ascii "HdrS" # header signature

Completed in 14 milliseconds

1234567