/openbmc/linux/Documentation/translations/zh_CN/PCI/ |
H A D | sysfs-pci.rst | 48 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 …]
|
/openbmc/linux/lib/ |
H A D | test_hexdump.c | 69 size_t testlen, bool ascii) in test_hexdump_prepare_test() argument 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() 157 test_hexdump(len, rowsize, 1, ascii); in test_hexdump_set() [all …]
|
H A D | hexdump.c | 128 char *linebuf, size_t linebuflen, bool ascii) in hex_dump_to_buffer() argument 205 if (!ascii) in hex_dump_to_buffer() 225 return ascii ? ascii_column + len : (groupsize * 2 + 1) * ngroups - 1; in hex_dump_to_buffer() 263 const void *buf, size_t len, bool ascii) in print_hex_dump() argument 277 linebuf, sizeof(linebuf), ascii); in print_hex_dump()
|
/openbmc/u-boot/board/compulab/common/ |
H A D | eeprom.c | 406 { "Board Configuration", 64, NULL, DEFINE_PRINT_UPDATE(ascii) }, 423 { "Product Name", 16, NULL, DEFINE_PRINT_UPDATE(ascii) }, 424 { "Product Options #1", 16, NULL, DEFINE_PRINT_UPDATE(ascii) }, 425 { "Product Options #2", 16, NULL, DEFINE_PRINT_UPDATE(ascii) }, 426 { "Product Options #3", 16, NULL, DEFINE_PRINT_UPDATE(ascii) }, 445 { "Product Name", 16, NULL, DEFINE_PRINT_UPDATE(ascii) }, 446 { "Product Options #1", 16, NULL, DEFINE_PRINT_UPDATE(ascii) }, 447 { "Product Options #2", 16, NULL, DEFINE_PRINT_UPDATE(ascii) }, 448 { "Product Options #3", 16, NULL, DEFINE_PRINT_UPDATE(ascii) }, 465 { "Product Name", 16, NULL, DEFINE_PRINT_UPDATE(ascii) }, [all …]
|
/openbmc/phosphor-host-ipmid/ |
H A D | README.md | 5 ```ascii 12 ```ascii 23 ```ascii 30 ```ascii 37 ```ascii
|
/openbmc/qemu/tests/tcg/arm/system/ |
H A D | boot.S | 278 .ascii "Reset exception occurred.\n\0" 281 .ascii "Undefined Instruction Exception Occurred.\n\0" 284 .ascii "Software Interrupt Occurred.\n\0" 287 .ascii "Prefetch Abort Occurred.\n\0" 290 .ascii "Data Abort Occurred.\n\0" 293 .ascii "IRQ exception occurred.\n\0" 296 .ascii "FIQ exception occurred.\n\0" 299 .ascii "Software maths exception.\n\0"
|
/openbmc/linux/drivers/acpi/acpica/ |
H A D | tbxfload.c | 121 !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()
|
/openbmc/u-boot/lib/ |
H A D | hexdump.c | 53 char *linebuf, size_t linebuflen, bool ascii) in hex_dump_to_buffer() argument 130 if (!ascii) in hex_dump_to_buffer() 150 return ascii ? ascii_column + len : (groupsize * 2 + 1) * ngroups - 1; in hex_dump_to_buffer() 183 int groupsize, const void *buf, size_t len, bool ascii) in print_hex_dump() argument 197 linebuf, sizeof(linebuf), ascii); in print_hex_dump() 237 size_t len, bool ascii) in print_hex_dump() argument
|
/openbmc/u-boot/arch/arm/lib/ |
H A D | crt0_arm_efi.S | 19 .ascii "MZ" 23 .ascii "PE" 91 .ascii ".reloc" 104 .ascii ".text"
|
H A D | crt0_aarch64_efi.S | 20 .ascii "MZ" 24 .ascii "PE" 91 .ascii ".reloc" 105 .ascii ".text"
|
/openbmc/linux/Documentation/PCI/ |
H A D | sysfs-pci.rst | 39 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 …]
|
/openbmc/linux/Documentation/usb/ |
H A D | misc_usbsevseg.rst | 26 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)
|
/openbmc/u-boot/arch/riscv/lib/ |
H A D | crt0_riscv_efi.S | 33 .ascii "MZ" 37 .ascii "PE" 104 .ascii ".reloc" 118 .ascii ".text"
|
/openbmc/linux/drivers/firmware/efi/libstub/ |
H A D | zboot-header.S | 18 .ascii "zimg" // image type 114 .ascii ".text\0\0\0" 126 .ascii ".data\0\0\0" 147 .ascii "NB10" // Signature
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | json_utils.cpp | 88 char ascii[17]; in dumpHex() local 90 ascii[16] = '\0'; in dumpHex() 108 ascii[i % 16] = ((unsigned char*)data)[i]; in dumpHex() 112 ascii[i % 16] = '.'; in dumpHex() 116 std::string asciiString(ascii); in dumpHex() 144 ascii[(i + 1) % 16] = '\0'; in dumpHex() 153 std::string asciiString2(ascii); in dumpHex()
|
/openbmc/linux/fs/isofs/ |
H A D | joliet.c | 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()
|
/openbmc/linux/include/linux/ |
H A D | printk.h | 711 bool ascii); 715 const void *buf, size_t len, bool ascii); 719 const void *buf, size_t len, bool ascii) in print_hex_dump() argument 732 groupsize, buf, len, ascii) \ argument 734 groupsize, buf, len, ascii) 737 groupsize, buf, len, ascii) \ argument 739 groupsize, buf, len, ascii) 743 const void *buf, size_t len, bool ascii) in print_hex_dump_debug() argument
|
H A D | dynamic_debug.h | 285 groupsize, buf, len, ascii) \ argument 289 rowsize, groupsize, buf, len, ascii) 312 groupsize, buf, len, ascii) \ argument 315 rowsize, groupsize, buf, len, ascii); \
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | efi-header.S | 129 .ascii ".text\0\0\0" 143 .ascii ".data\0\0\0" 162 .ascii "NB10" // Signature
|
/openbmc/qemu/util/ |
H A D | hexdump.c | 85 char ascii[QEMU_HEXDUMP_LINE_BYTES + 1]; in qemu_hexdump() local 93 asciidump_line(ascii, bufptr + b, len); in qemu_hexdump() 96 prefix, b, QEMU_HEXDUMP_LINE_WIDTH, str->str, ascii); in qemu_hexdump()
|
/openbmc/linux/arch/arm/mm/ |
H A D | proc-arm1020.S | 471 .ascii "ARM1020" 473 .ascii "i" 476 .ascii "d" 478 .ascii "(wt)" 480 .ascii "(wb)" 484 .ascii "B" 487 .ascii "RR" 489 .ascii "\0"
|
/openbmc/qemu/include/hw/s390x/ |
H A D | ebcdic.h | 86 static inline void ebcdic_put(uint8_t *p, const char *ascii, int len) in ebcdic_put() argument 91 p[i] = ascii2ebcdic[(uint8_t)ascii[i]]; in ebcdic_put()
|
/openbmc/u-boot/board/imgtec/boston/ |
H A D | lowlevel_init.S | 17 msg_ddr_cal: .ascii "DDR Cal " 18 msg_ddr_ok: .ascii "DDR OK "
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | efi-header.S | 67 .ascii ".text\0\0\0" 81 .ascii ".data\0\0\0"
|
/openbmc/u-boot/include/ |
H A D | hexdump.h | 85 char *linebuf, size_t linebuflen, bool ascii); 87 int groupsize, const void *buf, size_t len, bool ascii);
|