Searched refs:ascii (Results 1 – 17 of 17) sorted by relevance
/xen-4.10.0-shim-comet/xen/arch/x86/boot/ |
A D | video.S | 861 # Part of above routine, this one just prints ascii al 955 keymsg: .ascii "Press <RETURN> to see video modes available," 957 .ascii "<SPACE> to continue or wait 30 secs" 961 .ascii "MODE-KEY MODE-ID WIDTHxHEIGHTxDEPTH" 968 unknt: .ascii "Unknown mode ID. Try again." 971 badmdt: .ascii "You passed an undefined mode number." 974 vesaer: .ascii "Error: Scanning of VESA modes failed. Please " 975 .ascii "report to <mj@ucw.cz>." 980 menu_bail_msg: .ascii "<menu truncated>" 983 svga_name: .ascii " "
|
A D | mem.S | 15 movl $SMAP,%edx # ascii 'SMAP'
|
/xen-4.10.0-shim-comet/tools/pygrub/src/ |
A D | pygrub | 21 import curses, _curses, curses.wrapper, curses.textpad, curses.ascii 204 elif curses.ascii.isprint(ch): 207 elif ch == curses.ascii.SOH: # ^a 209 elif ch in (curses.ascii.STX,curses.KEY_LEFT): 212 elif ch in (curses.ascii.BS,curses.KEY_BACKSPACE): 217 elif ch == curses.ascii.EOT: # ^d 220 elif ch == curses.ascii.ENQ: # ^e 222 elif ch in (curses.ascii.ACK, curses.KEY_RIGHT): 225 elif ch == curses.ascii.VT: # ^k
|
/xen-4.10.0-shim-comet/tools/firmware/rombios/ |
A D | apmbios.S | 48 .ascii "Shutdown" 51 .ascii "Suspend" 54 .ascii "Standby"
|
A D | rombios.c | 10490 .ascii "$PnP" 11684 .ascii BIOS_COPYRIGHT_STRING 11710 .ascii BIOS_BUILD_DATE
|
/xen-4.10.0-shim-comet/xen/arch/arm/arm64/ |
A D | head.S | 140 .ascii "PE" 204 .ascii ".reloc" 218 .ascii ".text" 716 hex: .ascii "0123456789abcdef"
|
/xen-4.10.0-shim-comet/xen/include/acpi/ |
A D | aclocal.h | 57 char ascii[4]; member
|
/xen-4.10.0-shim-comet/tools/firmware/vgabios/ |
A D | vgabios.c | 158 .ascii "IBM" 162 .ascii "Plex86/Bochs VGABios" 164 .ascii " (PCI)" 166 .ascii " " 171 .ascii "current-cvs" 173 .ascii VGABIOS_VERS 175 .ascii " " 178 .ascii VGABIOS_DATE 194 .ascii "Please visit :" 207 .ascii "PCIR" [all …]
|
A D | vbe.c | 51 .ascii "Bochs/Plex86 VBE(C) 2003 http://savannah.nongnu.org/projects/vgabios/" 55 .ascii "Bochs/Plex86 Developers" 59 .ascii "Bochs/Plex86 VBE Adapter" 63 .ascii "$Id: vbe.c,v 1.60 2008/03/02 07:47:21 vruppert Exp $" 67 .ascii "Bochs VBE Display Adapter enabled" 73 .ascii "NO Bochs VBE Support available!" 80 .ascii "VBE Bios $Id: vbe.c,v 1.60 2008/03/02 07:47:21 vruppert Exp $"
|
A D | clext.c | 368 .ascii "cirrus-compatible VGA is detected" 373 .ascii "cirrus-compatible VGA is not detected" 380 .ascii "VGABIOS Cirrus extension" 383 .ascii "1.0"
|
/xen-4.10.0-shim-comet/tools/debugger/kdd/ |
A D | kdd.c | 121 uint8_t ascii[17] = {0}; in kdd_log_pkt() local 143 memset(ascii, 0, 17); in kdd_log_pkt() 148 ascii[i % 16] = (isprint(((int)p->payload[i])) ? p->payload[i] : 0x2e); in kdd_log_pkt() 150 fprintf(f, " |%s|\n", ascii); in kdd_log_pkt() 156 fprintf(f, " |%s|\n%8.8x\n", ascii, i); in kdd_log_pkt()
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/ |
A D | dom0_build.c | 838 const char *sig = acpi_gbl_root_table_list.tables[i].signature.ascii; in pvh_setup_acpi_xsdt() 885 const char *sig = acpi_gbl_root_table_list.tables[i].signature.ascii; in pvh_setup_acpi_xsdt() 943 const char *sig = acpi_gbl_root_table_list.tables[i].signature.ascii; in pvh_setup_acpi()
|
/xen-4.10.0-shim-comet/tools/xentrace/ |
A D | xenctx.c | 775 guest_word_t ascii[MAX_BYTES_PER_LINE/4]; in print_lines() local 796 ascii[j++] = word; in print_lines() 813 unsigned char *bytep = (unsigned char *)&ascii[k]; in print_lines()
|
/xen-4.10.0-shim-comet/docs/man/ |
A D | xl-disk-configuration.pod.5 | 90 Future parameter and flag names will start with an ascii letter and 91 contain only ascii alphanumerics, hyphens and underscores, and will
|
/xen-4.10.0-shim-comet/xen/arch/arm/arm32/ |
A D | head.S | 591 hex: .ascii "0123456789abcdef"
|
/xen-4.10.0-shim-comet/tools/python/ |
A D | pylintrc | 277 # * PEP 263: source code with non ascii character but no encoding declaration
|
/xen-4.10.0-shim-comet/docs/features/ |
A D | feature-levelling.pandoc | 86 > `ud2a; .ascii 'xen'; cpuid`
|
Completed in 40 milliseconds