Home
last modified time | relevance | path

Searched refs:display (Results 1 – 25 of 34) sorted by relevance

12

/xen/tools/xenmon/
A Dxenmon.py244 def display(scr, row, col, str, attr=0): function
261 display(scr, row, col-1, "Idle")
263 display(scr, row, col, "%d" % dom)
363 display(stdscr, row, 1, "%s" % ((maxx-2)*'='))
395 display(stdscr, row, col, "Gotten")
410 display(stdscr, row, col, "Allocated")
430 display(stdscr, row, col, "Blocked")
450 display(stdscr, row, col, "Waited")
479 display(stdscr, row, col, "I/O Count")
490 display(stdscr, row, 1, star)
[all …]
/xen/tools/firmware/vgabios/
A Dvbe_display_api.txt6 That means, the display code implementation and the vbebios code depend
11 This document does not describe how the Bochs display code will display gfx based upon this spec.
55 … - Initial version (based upon extended display text of the vbe bochs display patch)
126 The display api works by using a index (VBE_DISPI_IOPORT_INDEX) and
132 This parameter can be used to detect the current display API (both bochs & vbebios).
135 display code is present.
137 This panic can be generated from the bochs display code (NOT the bios, see Notes).
142 This parameter can be used to read/write the vbe display X resolution (in pixels).
150 This parameter can be used to read/write the vbe display Y resolution (in pixels).
158 This parameter can be used to read/write the vbe display BPP.
[all …]
A DTODO12 - display switch interface ah=12 bl=35
24 - have plex86 host side display interface
A DREADME164 . removed display of copyrights.
187 display, this allows for testing & having something on screen as well,
188 at least until bochs host side display is up & running)
A Dvbe.c297 ; get display capabilities
682 ; Has VBE display - Returns true if VBE display detected
698 ; This function does a sanity check on the host side display code interface.
A DChangeLog136 - added special case for the 4 bpp when setting VBE display start
149 - improved VBE display capabilities check (X resulution checked now)
730 - VBE preserve display memory feature implemented - VBE mode
972 - updated the Makefile - removed display of copyrights. -
1106 display
1112 - vbe calls are done only if a vbe display is detected
/xen/tools/libxl/
A Dlibxl_bootloader.c224 bl->display.ao = bl->ao; libxl__datacopier_init(&bl->display); in libxl__bootloader_init()
238 libxl__datacopier_kill(&bl->display); in bootloader_cleanup()
243 if (bl->display.log) { in bootloader_cleanup()
244 fclose(bl->display.log); in bootloader_cleanup()
245 bl->display.log = NULL; in bootloader_cleanup()
299 libxl__datacopier_kill(&bl->display); in bootloader_stop()
361 if (!bl->display.log) { in libxl__bootloader_run()
543 bl->display.ao = ao; in bootloader_gotptys()
545 bl->display.bytes_to_read = -1; in bootloader_gotptys()
546 bl->display.copywhat = in bootloader_gotptys()
[all …]
A Dlibxl_console.c692 GCSPRINTF("%d", vfb->vnc.display)); in libxl__set_xenstore_vfb()
702 if (vfb->sdl.display) { in libxl__set_xenstore_vfb()
703 flexarray_append_pair(back, "display", vfb->sdl.display); in libxl__set_xenstore_vfb()
A Dlibxl_dm.c717 if (vnc->display) { in libxl__build_device_model_args_old()
723 vncarg = GCSPRINTF("%s:%d", vnc->listen, vnc->display); in libxl__build_device_model_args_old()
726 vncarg = GCSPRINTF("127.0.0.1:%d", vnc->display); in libxl__build_device_model_args_old()
752 if (sdl->display) in libxl__build_device_model_args_old()
753 flexarray_append_pair(dm_envs, "DISPLAY", sdl->display); in libxl__build_device_model_args_old()
1299 if (vnc->display) { in libxl__build_device_model_args_new()
1306 vncarg = GCSPRINTF("%s:%d", vnc->listen, vnc->display); in libxl__build_device_model_args_new()
1309 vncarg = GCSPRINTF("127.0.0.1:%d", vnc->display); in libxl__build_device_model_args_new()
1338 if (sdl->display) in libxl__build_device_model_args_new()
1339 flexarray_append_pair(dm_envs, "DISPLAY", sdl->display); in libxl__build_device_model_args_new()
A Dlibxl_types.idl301 ("display", integer),
327 ("display", string),
/xen/docs/man/
A Dxentop.1.pod22 display help and exit
74 toggle display of network information
90 toggle display of VCPU information
94 scroll domain display
A Dxl.cfg.5.pod.in791 Allow access to the display via the VNC protocol. This enables the
798 Note: if you specify the display number here, you should not use
803 Specifies the VNC display number to use. The actual TCP port number
812 The actual display used can be accessed with B<xl vncviewer>.
825 =item B<display=DISPLAY>
844 display. If the input method does not easily support raw keycodes
1343 Specifies the virtual display devices to be provided to the guest.
1357 display protocol for details.
2402 In general, QXL should work with the Spice remote display protocol
2424 The actual display used can be accessed with B<xl vncviewer>.
[all …]
/xen/tools/xenstat/xentop/
A DTODO9 Like Top, f feature, field select of domain columns, toggle the display of
12 field, if not selected for display letter is lowercase, no leading asterisk
24 Support for one than one node display (distributed monitoring
/xen/tools/hotplug/Linux/systemd/
A Dshow_service_dependencies.sh31 ) | dot -Tpng | display -
/xen/tools/xl/
A Dxl_sxp.c114 fprintf(fh, "\t\t\t(vncdisplay %d)\n", b_info->u.hvm.vnc.display); in printf_info_sexp()
216 fprintf(fh, "\t\t\t(vncdisplay %d)\n", d_config->vfbs[i].vnc.display); in printf_info_sexp()
224 fprintf(fh, "\t\t\t(display %s)\n", d_config->vfbs[i].sdl.display); in printf_info_sexp()
A Dxl_parse.c267 vnc->display = l; in parse_top_level_vnc_options()
276 xlu_cfg_replace_string (config, "display", &sdl->display, 0); in parse_top_level_sdl_options()
2302 vfb->vnc.display = atoi(p2 + 1); in parse_config_data()
2313 free(vfb->sdl.display); in parse_config_data()
2314 vfb->sdl.display = strdup(p2 + 1); in parse_config_data()
2691 && b_info->u.hvm.vnc.display in parse_config_data()
/xen/tools/hotplug/Linux/
A Dexternal-device-migrate41 -help : display this help screen
/xen/docs/misc/
A Dxenmon.txt10 For each domain, xenmon reports various metrics. One part of the display is a
12 part of the display shows data measured over 10 seconds. Other measurement
86 - To cycle the display to other physical cpu's, type 'c'
A Dxenstore-paths.pandoc77 display purposes only.
528 for display purposes. No particular meaning should be inferred from the
536 The values written are primarily for display purposes and must not be used
545 The values written are primarily for display purposes and must not be used
A Dkconfig-language.rst71 Every menu entry can have at most one prompt, which is used to display
184 - limiting menu display: "visible if" <expr>
/xen/tools/include/xen-external/
A Dbsd-COPYRIGHT48 must display the following acknowledgement:
115 * must display the following acknowledgement:
/xen/xen/arch/x86/boot/
A Dvideo.S610 movw $0xdf12, %ax # Vertical display end
632 movw $0xdb12, %ax # VGA vertical display end
/xen/tools/python/
A Dpylintrc29 # Tells wether to display a full report or only the messages
/xen/stubdom/grub.patches/
A D10graphics.diff207 + movb %al, %cl /* For now we only want display mode */
278 + inb %dx, %al /* wait vertical active display */
906 /* If the cursor is in the first section, display the first section
1311 + * Initialize a vga16 graphics display with the palette based off of
/xen/
A DSUPPORT.md410 ### PV display (frontend)
412 Guest-side driver capable of speaking the Xen PV display protocol

Completed in 41 milliseconds

12