Home
last modified time | relevance | path

Searched refs:ascii (Results 1 – 83 of 83) sorted by relevance

/linux-4.1.27/lib/
Dtest-hexdump.c46 bool ascii) in test_hexdump() argument
56 hex_dump_to_buffer(data_b, l, rs, gs, real, sizeof(real), ascii); in test_hexdump()
91 if (ascii) { in test_hexdump()
106 static void __init test_hexdump_set(int rowsize, bool ascii) in test_hexdump_set() argument
111 test_hexdump(len, rowsize, 4, ascii); in test_hexdump_set()
112 test_hexdump(len, rowsize, 2, ascii); in test_hexdump_set()
113 test_hexdump(len, rowsize, 8, ascii); in test_hexdump_set()
114 test_hexdump(len, rowsize, 1, ascii); in test_hexdump_set()
117 static void __init test_hexdump_overflow(bool ascii) in test_hexdump_overflow() argument
127 r = hex_dump_to_buffer(data_b, 1, 16, 1, buf, l, ascii); in test_hexdump_overflow()
[all …]
Dhexdump.c108 char *linebuf, size_t linebuflen, bool ascii) in hex_dump_to_buffer() argument
181 if (!ascii) in hex_dump_to_buffer()
201 return ascii ? ascii_column + len : (groupsize * 2 + 1) * ngroups - 1; in hex_dump_to_buffer()
239 const void *buf, size_t len, bool ascii) in print_hex_dump() argument
253 linebuf, sizeof(linebuf), ascii); in print_hex_dump()
/linux-4.1.27/arch/x86/boot/
Dheader.S94 .ascii "Use a boot loader.\r\n"
95 .ascii "\n"
96 .ascii "Remove disk and press any key to reboot...\r\n"
101 .ascii "PE"
202 .ascii ".setup"
221 .ascii ".reloc"
237 .ascii ".text"
255 .ascii ".bss"
303 .ascii "HdrS" # header signature
/linux-4.1.27/Documentation/usb/
Dmisc_usbsevseg.txt19 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)
/linux-4.1.27/Documentation/filesystems/
Dsysfs-pci.txt34 class PCI class (ascii, ro)
36 device PCI device (ascii, ro)
37 enable Whether the device is enabled (ascii, rw)
38 irq IRQ number (ascii, ro)
40 remove remove device from kernel's list (ascii, wo)
41 resource PCI resource host addresses (ascii, ro)
45 subsystem_device PCI subsystem device (ascii, ro)
46 subsystem_vendor PCI subsystem vendor (ascii, ro)
47 vendor PCI vendor (ascii, ro)
53 ascii - file contains ascii text
Dhpfs.txt70 an ascii string identifying that attribute and value is any string of bytes of
/linux-4.1.27/drivers/acpi/acpica/
Dtbinstal.c265 new_table_desc.signature.ascii, in acpi_tb_install_standard_table()
289 if ((new_table_desc.signature.ascii[0] != 0x00) && in acpi_tb_install_standard_table()
292 && (ACPI_STRNCMP(new_table_desc.signature.ascii, "OEM", 3))) in acpi_tb_install_standard_table()
299 ascii) ? in acpi_tb_install_standard_table()
301 ascii : "????", in acpi_tb_install_standard_table()
436 old_table_desc->signature.ascii, in acpi_tb_override_table()
Dutdecode.c281 acpi_ut_repair_name(node->name.ascii); in acpi_ut_get_node_name()
285 return (node->name.ascii); in acpi_ut_get_node_name()
Dtbdata.c80 ACPI_MOVE_32_TO_32(table_desc->signature.ascii, table->signature); in acpi_tb_init_table_descriptor()
406 ascii) ? in acpi_tb_verify_temp_table()
407 table_desc->signature.ascii : "????", in acpi_tb_verify_temp_table()
Ddsmethod.c190 walk_state->method_node->name.ascii, in acpi_ds_detect_named_opcodes()
562 method_node->name.ascii, next_walk_state)); in acpi_ds_call_control_method()
802 ascii)); in acpi_ds_terminate_control_method()
Dexdebug.c224 name.ascii); in acpi_ex_do_debug_object()
Dexresnte.c128 node->name.ascii, node)); in acpi_ex_resolve_node_to_value()
Dnspredef.c238 return_object->node.name.ascii, in acpi_ns_check_object_type()
Dtbxfload.c377 (acpi_gbl_root_table_list.tables[i].signature.ascii, in ACPI_EXPORT_SYMBOL()
Dpsxface.c255 info->node->name.ascii, info->node, info->obj_desc)); in acpi_ps_execute_method()
Dnseval.c135 acpi_ut_match_predefined_method(info->node->name.ascii); in acpi_ns_evaluate()
Dnsrepair.c358 if (ACPI_COMPARE_NAME(node->name.ascii, this_name->name)) { in acpi_ns_match_simple_repair()
Dnsinit.c403 if (!ACPI_COMPARE_NAME(node->name.ascii, METHOD_NAME__INI)) { in acpi_ns_find_ini_methods()
Devgpeblk.c411 gpe_device->name.ascii, gpe_block->register_count, in acpi_ev_create_gpe_block()
Dexdump.c576 acpi_os_printf(" [%4.4s]", node->name.ascii); in acpi_ex_dump_object()
691 obj_desc->reference.node->name.ascii); in acpi_ex_dump_operand()
Ddsobject.c131 node->name.ascii)); in acpi_ds_build_internal_object()
Dnsrepair2.c225 if (ACPI_COMPARE_NAME(node->name.ascii, this_name->name)) { in acpi_ns_match_complex_repair()
/linux-4.1.27/fs/isofs/
Djoliet.c17 uni16_to_x8(unsigned char *ascii, __be16 *uni, int len, struct nls_table *nls) in uni16_to_x8() argument
23 op = ascii; in uni16_to_x8()
37 return (op - ascii); in uni16_to_x8()
/linux-4.1.27/arch/blackfin/kernel/
Dshadow_console.c99 char ascii[11] = " 0x"; in early_shadow_reg() local
106 ascii[i] = hex_asc_lo(reg >> 28); in early_shadow_reg()
109 early_shadow_write(NULL, ascii, n); in early_shadow_reg()
/linux-4.1.27/Documentation/security/
Dkeys-trusted-encrypted.txt9 in hex ascii for convenience, and are integrity verified.
30 keyhandle= ascii hex value of sealing key default 0x40000000 (SRK)
31 keyauth= ascii hex auth for sealing key default 0x00...i
32 (40 ascii zeros)
33 blobauth= ascii hex auth for sealed data default 0x00...
34 (40 ascii zeros)
35 blobauth= ascii hex auth for sealed data default 0x00...
36 (40 ascii zeros)
37 pcrinfo= ascii hex of PCR_INFO or PCR_INFO_LONG (no default)
42 "keyctl print" returns an ascii hex copy of the sealed key, which is in standard
/linux-4.1.27/include/linux/
Dprintk.h427 bool ascii);
431 const void *buf, size_t len, bool ascii);
442 const void *buf, size_t len, bool ascii) in print_hex_dump() argument
454 groupsize, buf, len, ascii) \ argument
456 groupsize, buf, len, ascii)
459 groupsize, buf, len, ascii) \ argument
461 groupsize, buf, len, ascii)
Ddynamic_debug.h99 groupsize, buf, len, ascii) \ argument
106 buf, len, ascii); \
Dfb.h68 __u8 ascii[14]; /* ? */ member
/linux-4.1.27/drivers/video/logo/
Dlogo_m32r_clut224.ppm4 # Note: how to convert ppm to pnm(ascii).
8 # pnm2asc - pnm to ascii-pnm format converter
/linux-4.1.27/arch/arm/mm/
Dproc-arm1020.S485 .ascii "ARM1020"
487 .ascii "i"
490 .ascii "d"
492 .ascii "(wt)"
494 .ascii "(wb)"
498 .ascii "B"
501 .ascii "RR"
503 .ascii "\0"
/linux-4.1.27/arch/x86/kernel/
Dhead_32.S721 .ascii "BUG: Int %d: CR2 %p\n"
723 .ascii " EDI %p ESI %p EBP %p EBX %p\n"
724 .ascii " ESP %p ES %p DS %p\n"
725 .ascii " EDX %p ECX %p EAX %p\n"
727 .ascii " vec %p err %p EIP %p CS %p flg %p\n"
728 .ascii "Stack: %p %p %p %p %p %p %p %p\n"
729 .ascii " %p %p %p %p %p %p %p %p\n"
/linux-4.1.27/Documentation/EDID/
Dedid.S246 start1: .ascii "Linux #0"
268 start3: .ascii TIMING_NAME
/linux-4.1.27/arch/arm/lib/
Dio-acorn.S21 .ascii KERN_WARNING "insl/outsl not implemented, called from %08lX\0"
/linux-4.1.27/arch/arm/vfp/
Dvfphw.S33 1: .ascii KERN_DEBUG "VFP: \str\n"
48 1: .ascii KERN_DEBUG "VFP: \str\n"
65 1: .ascii KERN_DEBUG "VFP: \str\n"
/linux-4.1.27/drivers/net/wireless/ath/wil6210/
Dwil6210.h643 groupsize, buf, len, ascii) \ argument
646 groupsize, buf, len, ascii)
649 groupsize, buf, len, ascii) \ argument
652 groupsize, buf, len, ascii)
656 int groupsize, const void *buf, size_t len, bool ascii) in wil_hex_dump_txrx() argument
662 int groupsize, const void *buf, size_t len, bool ascii) in wil_hex_dump_wmi() argument
Dfw_inc.c24 groupsize, buf, len, ascii) \ argument
27 groupsize, buf, len, ascii)
/linux-4.1.27/arch/cris/arch-v10/lib/
Dhw_settings.S17 .ascii "HW_PARAM_MAGIC" ; Magic number
/linux-4.1.27/Documentation/ioctl/
Dioctl-decoding.txt15 15-8 ascii character supposedly
/linux-4.1.27/arch/cris/arch-v32/mach-a3/
Dhw_settings.S15 .ascii "HW_PARAM_MAGIC" ; Magic number
/linux-4.1.27/tools/testing/selftests/powerpc/switch_endian/
Dswitch_endian_test.S6 .ascii "success: switch_endian_test\n\0"
/linux-4.1.27/arch/x86/xen/
Dxen-head.S110 …ELFNOTE(Xen, XEN_ELFNOTE_FEATURES, .ascii "!writable_page_tables|pae_pgdir_above_4gb"; .asci…
/linux-4.1.27/arch/cris/arch-v32/mach-fs/
Dhw_settings.S15 .ascii "HW_PARAM_MAGIC" ; Magic number
/linux-4.1.27/arch/arm64/kernel/
Dhead.S132 .ascii "PE"
196 .ascii ".reloc"
210 .ascii ".text"
/linux-4.1.27/arch/mips/txx9/generic/
D7segled.c58 static DEVICE_ATTR(ascii, 0200, NULL, ascii_store);
/linux-4.1.27/arch/arm/configs/
Dspear6xx_defconfig68 CONFIG_FAT_DEFAULT_IOCHARSET="ascii"
Dspear3xx_defconfig79 CONFIG_FAT_DEFAULT_IOCHARSET="ascii"
Dspear13xx_defconfig98 CONFIG_FAT_DEFAULT_IOCHARSET="ascii"
/linux-4.1.27/arch/nios2/boot/compressed/
Dhead.S107 .ascii "HdrS"
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-bus-usb-devices-usbsevseg26 ascii: each character is between '0'-'9' and 'A'-'F'.
/linux-4.1.27/Documentation/filesystems/nfs/
Dnfsd-admin-interfaces.txt16 - an ascii-encoded file descriptor, which should refer to a
/linux-4.1.27/arch/microblaze/kernel/
Dentry-nommu.S597 .ascii "SYSCALL\0"
599 .ascii "IRQ\0"
601 .ascii "IRQ (PREEMPTED)\0"
603 .ascii " SYSCALL (PREEMPTED)\0"
Dentry.S980 .ascii "SYSCALL\0"
982 .ascii "IRQ\0"
984 .ascii "IRQ (PREEMPTED)\0"
986 .ascii " SYSCALL (PREEMPTED)\0"
/linux-4.1.27/arch/sh/boot/compressed/
Dhead_32.S111 .ascii "HdrS" ! header signature
/linux-4.1.27/Documentation/zh_CN/
Demail-clients.txt147 然而,把"send_charset"设置为"us-ascii::utf-8"也是一个不错的主意。
DSubmittingPatches193 Content-Type: text/plain; charset=us-ascii; format=flowed
/linux-4.1.27/include/acpi/
Dactbl.h360 char ascii[4]; member
/linux-4.1.27/arch/m32r/boot/compressed/
Dhead.S165 .ascii "HdrS"
/linux-4.1.27/Documentation/s390/
Ds390dbf.txt64 Predefined views for hex/ascii, sprintf and raw binary data are provided.
219 Description: writes debug entry in ascii format to active debug area
277 Description: writes debug entry in ascii format to active debug area
498 The hex_ascii view shows the data field in hex and ascii representation
537 area time level exception cpu caller data (hex + ascii)
DDebugging390.txt198 the ascii art.
1098 Help for displaying ascii textstrings
1100 On the very latest VM Nucleus'es VM can now display ascii
1109 program which converts a command line of hex digits to ascii text. It can be
1146 * a useful little tool for converting a hexadecimal command line to ascii
/linux-4.1.27/arch/powerpc/configs/86xx/
Dgef_sbc310_defconfig161 CONFIG_FAT_DEFAULT_IOCHARSET="ascii"
Dgef_ppc9a_defconfig163 CONFIG_FAT_DEFAULT_IOCHARSET="ascii"
/linux-4.1.27/arch/sh/configs/
Dsh2007_defconfig117 CONFIG_FAT_DEFAULT_IOCHARSET="ascii"
/linux-4.1.27/arch/powerpc/configs/85xx/
Dge_imp3a_defconfig180 CONFIG_FAT_DEFAULT_IOCHARSET="ascii"
/linux-4.1.27/arch/sparc/kernel/
Dhead_32.S36 .ascii " "
74 .ascii "HdrS"
Dhead_64.S57 .ascii "HdrS"
/linux-4.1.27/Documentation/devicetree/bindings/arm/omap/
Domap.txt17 - ti,hwmods: list of hwmod names (ascii strings), that comes from the OMAP
/linux-4.1.27/fs/fat/
Ddir.c141 static int uni16_to_x8(struct super_block *sb, unsigned char *ascii, in uni16_to_x8() argument
151 op = ascii; in uni16_to_x8()
178 return op - ascii; in uni16_to_x8()
/linux-4.1.27/arch/powerpc/configs/
Dc2k_defconfig324 CONFIG_FAT_DEFAULT_IOCHARSET="ascii"
Dppc6xx_defconfig1063 CONFIG_FAT_DEFAULT_IOCHARSET="ascii"
/linux-4.1.27/arch/tile/configs/
Dtilegx_defconfig292 CONFIG_FAT_DEFAULT_IOCHARSET="ascii"
Dtilepro_defconfig401 CONFIG_FAT_DEFAULT_IOCHARSET="ascii"
/linux-4.1.27/drivers/video/fbdev/core/
Dfbmon.c969 copy_string(block, specs->ascii); in fb_edid_to_monspecs()
970 DPRINTK(" ASCII Block: %s\n", specs->ascii); in fb_edid_to_monspecs()
/linux-4.1.27/Documentation/accounting/
Dtaskstats.txt85 attribute payload. The cpumask is specified as an ascii string of
/linux-4.1.27/drivers/block/
Dcciss_scsi.c268 print_bytes (unsigned char *c, int len, int hex, int ascii)
286 if (ascii)
/linux-4.1.27/drivers/net/wan/
Dwanxlfw.S876 .ascii "wanXL firmware\n"
/linux-4.1.27/Documentation/sound/alsa/
Dtimestamping.txt39 ascii-art, this could be represented as follows (for the playback
/linux-4.1.27/Documentation/
Demail-clients.txt182 set send_charset="us-ascii:utf-8"
/linux-4.1.27/arch/parisc/kernel/
Dentry.S663 .ascii "cows can fly"
706 .ascii "cows can fly"
/linux-4.1.27/arch/xtensa/kernel/
Dentry.S787 .ascii "Unrecoverable error in exception handler\0"
/linux-4.1.27/arch/arm64/kvm/
Dhyp.S1117 .ascii "HYP panic:\nPS:%08x PC:%p ESR:%p\nFAR:%p HPFAR:%p PAR:%p\nVCPU:%p\n\0"
/linux-4.1.27/Documentation/scsi/
DChangeLog.1992-19971733 * constants.c, constants.h: New files with ascii descriptions of
/linux-4.1.27/init/
DKconfig1403 using paths with ascii names is now the primary path to this
/linux-4.1.27/drivers/staging/speakup/
Dspkguide.txt878 The numbers 90 and 122 in the above echo commands are the ascii numeric