/linux-4.1.27/lib/ |
D | test-hexdump.c | 46 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 …]
|
D | hexdump.c | 108 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/ |
D | header.S | 94 .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/ |
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)
|
/linux-4.1.27/Documentation/filesystems/ |
D | sysfs-pci.txt | 34 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
|
D | hpfs.txt | 70 an ascii string identifying that attribute and value is any string of bytes of
|
/linux-4.1.27/drivers/acpi/acpica/ |
D | tbinstal.c | 265 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()
|
D | utdecode.c | 281 acpi_ut_repair_name(node->name.ascii); in acpi_ut_get_node_name() 285 return (node->name.ascii); in acpi_ut_get_node_name()
|
D | tbdata.c | 80 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()
|
D | dsmethod.c | 190 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()
|
D | exdebug.c | 224 name.ascii); in acpi_ex_do_debug_object()
|
D | exresnte.c | 128 node->name.ascii, node)); in acpi_ex_resolve_node_to_value()
|
D | nspredef.c | 238 return_object->node.name.ascii, in acpi_ns_check_object_type()
|
D | tbxfload.c | 377 (acpi_gbl_root_table_list.tables[i].signature.ascii, in ACPI_EXPORT_SYMBOL()
|
D | psxface.c | 255 info->node->name.ascii, info->node, info->obj_desc)); in acpi_ps_execute_method()
|
D | nseval.c | 135 acpi_ut_match_predefined_method(info->node->name.ascii); in acpi_ns_evaluate()
|
D | nsrepair.c | 358 if (ACPI_COMPARE_NAME(node->name.ascii, this_name->name)) { in acpi_ns_match_simple_repair()
|
D | nsinit.c | 403 if (!ACPI_COMPARE_NAME(node->name.ascii, METHOD_NAME__INI)) { in acpi_ns_find_ini_methods()
|
D | evgpeblk.c | 411 gpe_device->name.ascii, gpe_block->register_count, in acpi_ev_create_gpe_block()
|
D | exdump.c | 576 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()
|
D | dsobject.c | 131 node->name.ascii)); in acpi_ds_build_internal_object()
|
D | nsrepair2.c | 225 if (ACPI_COMPARE_NAME(node->name.ascii, this_name->name)) { in acpi_ns_match_complex_repair()
|
/linux-4.1.27/fs/isofs/ |
D | joliet.c | 17 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/ |
D | shadow_console.c | 99 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/ |
D | keys-trusted-encrypted.txt | 9 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/ |
D | printk.h | 427 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)
|
D | dynamic_debug.h | 99 groupsize, buf, len, ascii) \ argument 106 buf, len, ascii); \
|
D | fb.h | 68 __u8 ascii[14]; /* ? */ member
|
/linux-4.1.27/drivers/video/logo/ |
D | logo_m32r_clut224.ppm | 4 # Note: how to convert ppm to pnm(ascii). 8 # pnm2asc - pnm to ascii-pnm format converter
|
/linux-4.1.27/arch/arm/mm/ |
D | proc-arm1020.S | 485 .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/ |
D | head_32.S | 721 .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/ |
D | edid.S | 246 start1: .ascii "Linux #0" 268 start3: .ascii TIMING_NAME
|
/linux-4.1.27/arch/arm/lib/ |
D | io-acorn.S | 21 .ascii KERN_WARNING "insl/outsl not implemented, called from %08lX\0"
|
/linux-4.1.27/arch/arm/vfp/ |
D | vfphw.S | 33 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/ |
D | wil6210.h | 643 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
|
D | fw_inc.c | 24 groupsize, buf, len, ascii) \ argument 27 groupsize, buf, len, ascii)
|
/linux-4.1.27/arch/cris/arch-v10/lib/ |
D | hw_settings.S | 17 .ascii "HW_PARAM_MAGIC" ; Magic number
|
/linux-4.1.27/Documentation/ioctl/ |
D | ioctl-decoding.txt | 15 15-8 ascii character supposedly
|
/linux-4.1.27/arch/cris/arch-v32/mach-a3/ |
D | hw_settings.S | 15 .ascii "HW_PARAM_MAGIC" ; Magic number
|
/linux-4.1.27/tools/testing/selftests/powerpc/switch_endian/ |
D | switch_endian_test.S | 6 .ascii "success: switch_endian_test\n\0"
|
/linux-4.1.27/arch/x86/xen/ |
D | xen-head.S | 110 …ELFNOTE(Xen, XEN_ELFNOTE_FEATURES, .ascii "!writable_page_tables|pae_pgdir_above_4gb"; .asci…
|
/linux-4.1.27/arch/cris/arch-v32/mach-fs/ |
D | hw_settings.S | 15 .ascii "HW_PARAM_MAGIC" ; Magic number
|
/linux-4.1.27/arch/arm64/kernel/ |
D | head.S | 132 .ascii "PE" 196 .ascii ".reloc" 210 .ascii ".text"
|
/linux-4.1.27/arch/mips/txx9/generic/ |
D | 7segled.c | 58 static DEVICE_ATTR(ascii, 0200, NULL, ascii_store);
|
/linux-4.1.27/arch/arm/configs/ |
D | spear6xx_defconfig | 68 CONFIG_FAT_DEFAULT_IOCHARSET="ascii"
|
D | spear3xx_defconfig | 79 CONFIG_FAT_DEFAULT_IOCHARSET="ascii"
|
D | spear13xx_defconfig | 98 CONFIG_FAT_DEFAULT_IOCHARSET="ascii"
|
/linux-4.1.27/arch/nios2/boot/compressed/ |
D | head.S | 107 .ascii "HdrS"
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-bus-usb-devices-usbsevseg | 26 ascii: each character is between '0'-'9' and 'A'-'F'.
|
/linux-4.1.27/Documentation/filesystems/nfs/ |
D | nfsd-admin-interfaces.txt | 16 - an ascii-encoded file descriptor, which should refer to a
|
/linux-4.1.27/arch/microblaze/kernel/ |
D | entry-nommu.S | 597 .ascii "SYSCALL\0" 599 .ascii "IRQ\0" 601 .ascii "IRQ (PREEMPTED)\0" 603 .ascii " SYSCALL (PREEMPTED)\0"
|
D | entry.S | 980 .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/ |
D | head_32.S | 111 .ascii "HdrS" ! header signature
|
/linux-4.1.27/Documentation/zh_CN/ |
D | email-clients.txt | 147 然而,把"send_charset"设置为"us-ascii::utf-8"也是一个不错的主意。
|
D | SubmittingPatches | 193 Content-Type: text/plain; charset=us-ascii; format=flowed
|
/linux-4.1.27/include/acpi/ |
D | actbl.h | 360 char ascii[4]; member
|
/linux-4.1.27/arch/m32r/boot/compressed/ |
D | head.S | 165 .ascii "HdrS"
|
/linux-4.1.27/Documentation/s390/ |
D | s390dbf.txt | 64 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)
|
D | Debugging390.txt | 198 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/ |
D | gef_sbc310_defconfig | 161 CONFIG_FAT_DEFAULT_IOCHARSET="ascii"
|
D | gef_ppc9a_defconfig | 163 CONFIG_FAT_DEFAULT_IOCHARSET="ascii"
|
/linux-4.1.27/arch/sh/configs/ |
D | sh2007_defconfig | 117 CONFIG_FAT_DEFAULT_IOCHARSET="ascii"
|
/linux-4.1.27/arch/powerpc/configs/85xx/ |
D | ge_imp3a_defconfig | 180 CONFIG_FAT_DEFAULT_IOCHARSET="ascii"
|
/linux-4.1.27/arch/sparc/kernel/ |
D | head_32.S | 36 .ascii " " 74 .ascii "HdrS"
|
D | head_64.S | 57 .ascii "HdrS"
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/omap/ |
D | omap.txt | 17 - ti,hwmods: list of hwmod names (ascii strings), that comes from the OMAP
|
/linux-4.1.27/fs/fat/ |
D | dir.c | 141 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/ |
D | c2k_defconfig | 324 CONFIG_FAT_DEFAULT_IOCHARSET="ascii"
|
D | ppc6xx_defconfig | 1063 CONFIG_FAT_DEFAULT_IOCHARSET="ascii"
|
/linux-4.1.27/arch/tile/configs/ |
D | tilegx_defconfig | 292 CONFIG_FAT_DEFAULT_IOCHARSET="ascii"
|
D | tilepro_defconfig | 401 CONFIG_FAT_DEFAULT_IOCHARSET="ascii"
|
/linux-4.1.27/drivers/video/fbdev/core/ |
D | fbmon.c | 969 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/ |
D | taskstats.txt | 85 attribute payload. The cpumask is specified as an ascii string of
|
/linux-4.1.27/drivers/block/ |
D | cciss_scsi.c | 268 print_bytes (unsigned char *c, int len, int hex, int ascii) 286 if (ascii)
|
/linux-4.1.27/drivers/net/wan/ |
D | wanxlfw.S | 876 .ascii "wanXL firmware\n"
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | timestamping.txt | 39 ascii-art, this could be represented as follows (for the playback
|
/linux-4.1.27/Documentation/ |
D | email-clients.txt | 182 set send_charset="us-ascii:utf-8"
|
/linux-4.1.27/arch/parisc/kernel/ |
D | entry.S | 663 .ascii "cows can fly" 706 .ascii "cows can fly"
|
/linux-4.1.27/arch/xtensa/kernel/ |
D | entry.S | 787 .ascii "Unrecoverable error in exception handler\0"
|
/linux-4.1.27/arch/arm64/kvm/ |
D | hyp.S | 1117 .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/ |
D | ChangeLog.1992-1997 | 1733 * constants.c, constants.h: New files with ascii descriptions of
|
/linux-4.1.27/init/ |
D | Kconfig | 1403 using paths with ascii names is now the primary path to this
|
/linux-4.1.27/drivers/staging/speakup/ |
D | spkguide.txt | 878 The numbers 90 and 122 in the above echo commands are the ascii numeric
|