Home
last modified time | relevance | path

Searched refs:term (Results 1 – 25 of 29) sorted by relevance

12

/xen/tools/console/testsuite/
A Dconsole-domU.c31 struct termios term; in main() local
33 tcgetattr(STDIN_FILENO, &term); in main()
34 cfmakeraw(&term); in main()
35 tcsetattr(STDIN_FILENO, TCSAFLUSH, &term); in main()
37 tcgetattr(STDOUT_FILENO, &term); in main()
38 cfmakeraw(&term); in main()
39 tcsetattr(STDOUT_FILENO, TCSAFLUSH, &term); in main()
A Dconsole-dom0.c43 struct termios term; in main() local
45 tcgetattr(STDIN_FILENO, &term); in main()
46 cfmakeraw(&term); in main()
47 tcsetattr(STDIN_FILENO, TCSAFLUSH, &term); in main()
49 tcgetattr(STDOUT_FILENO, &term); in main()
50 cfmakeraw(&term); in main()
51 tcsetattr(STDOUT_FILENO, TCSAFLUSH, &term); in main()
/xen/docs/
A Dglossary.rst11 A :term:`domain`, commonly dom0, with the permission and responsibility
18 The terms :term:`domain` and :term:`guest` are commonly used
27 The numeric identifier of a running :term:`domain`. It is unique to a
32 The term 'guest' has two different meanings, depending on context, and
33 should not be confused with :term:`domain`.
48 A :term:`domain`, commonly dom0, which shares responsibility with Xen
A Dparse-support-md197 my ($term, $defns) = @$defent;
202 @$term;
206 Headline => $term,
/xen/docs/admin-guide/
A Dintroduction.rst10 In Xen terminology, there are :term:`domains<domain>`, commonly abbreviated to
11 dom, which are identified by their numeric :term:`domid`.
19 Dom0 takes the role of :term:`control domain`, responsible for creating and
20 managing other virtual machines, and the role of :term:`hardware domain`,
/xen/tools/firmware/vgabios/
A DTODO1 Short term :
23 Long term:
/xen/stubdom/
A Dstubdom-dm82 term() {
89 trap term SIGHUP
/xen/tools/console/client/
A Dmain.c134 struct termios term; in get_pty_fd() local
147 if (tcgetattr(pty_fd, &term) < 0) { in get_pty_fd()
/xen/stubdom/grub.patches/
A D10graphics.diff330 #include <term.h>
366 + /* if we get back here, we should go back to what our term was before */
406 + /* Fallback to default term */
714 + /* If startup fails, return to previous term */
1195 +#include <term.h>
1805 nbi.h pc_slice.h serial.h shared.h smp-imps.h term.h \
1874 #include <term.h>
2223 + /* if we get back here, we should go back to what our term was before */
2250 diff -Naur grub-0.97.orig/stage2/term.h grub-0.97/stage2/term.h
2251 --- grub-0.97.orig/stage2/term.h 2003-07-09 08:45:53.000000000 -0300
[all …]
A D00cvs73 + * docs/grub.texi: Changed the license term to the GNU Free
76 + * docs/multiboot.texi: Reformatted to show the license term
383 #include <term.h>
A D99minios328 #include <term.h>
/xen/tools/console/daemon/
A Dio.c574 struct termios term; in console_create_tty() local
588 if (tcgetattr(con->slave_fd, &term) < 0) { in console_create_tty()
595 cfmakeraw(&term); in console_create_tty()
596 if (tcsetattr(con->slave_fd, TCSANOW, &term) < 0) { in console_create_tty()
/xen/docs/features/
A Dqemu-deprivilege.pandoc126 implemented at some point but is not a near-term priority.
/xen/docs/misc/
A Dnetif-staging-grants.pandoc421 `staging grants` is a term used in this document to refer to the whole concept
423 staging until completion. Therefore the term should not be confused with a new
A Dkconfig-language.rst692 but also help maintain it long term. Interested developers should visit:
/xen/docs/designs/
A Dargo.pandoc16 This term references inter-VM communication protocols that have this
/xen/tools/xenmon/
A DCOPYING70 the term "modification".) Each licensee is addressed as "you".
/xen/xen/
A DCOPYING97 the term "modification".) Each licensee is addressed as "you".
/xen/
A DCOPYING147 the term "modification".) Each licensee is addressed as "you".
/xen/tools/libxc/
A DCOPYING143 included without limitation in the term "modification".)
/xen/tools/libacpi/
A DCOPYING144 included without limitation in the term "modification".)
/xen/xen/common/libelf/
A DCOPYING143 included without limitation in the term "modification".)
/xen/tools/ocaml/
A DLICENSE70 …her language. (Hereinafter, translation is included without limitation in the term "modification".)
/xen/tools/xenstat/libxenstat/
A DCOPYING136 included without limitation in the term "modification".)
/xen/tools/xenstore/
A DCOPYING141 included without limitation in the term "modification".)

Completed in 496 milliseconds

12