/xen/tools/pygrub/src/ |
A D | GrubConf.py | 147 if com in self.commands: 148 if self.commands[com] is not None: 163 commands = { "root": "root", variable in GrubImage 219 if com in self.commands: 253 commands = { "default": "default", variable in _GrubConfigFile 262 commands[c] = None 306 if com in self.commands: 338 if com in self.commands: 355 commands = {'set:root': 'root', variable in Grub2Image 438 if com in self.commands: [all …]
|
A D | LiloConf.py | 35 if com in self.commands: 36 if self.commands[com] is not None: 37 setattr(self, self.commands[com], re.sub('^"(.+)"$', r"\1", arg.strip())) 80 commands = { "label": "title", variable in LiloImage 133 if com in self.commands: 134 if self.commands[com] is not None: 135 setattr(self, self.commands[com], arg.strip()) 168 commands = { "default": "default", variable in LiloConfigFile
|
A D | ExtLinuxConf.py | 73 if com is not None and com in self.commands: 74 if self.commands[com] is not None: 75 setattr(self, self.commands[com], re.sub('^"(.+)"$', r"\1", arg.strip())) 118 commands = { variable in ExtLinuxImage 173 if com in self.commands: 174 if self.commands[com] is not None: 175 setattr(self, self.commands[com], arg.strip()) 202 commands = { "default": "default", variable in ExtLinuxConfigFile
|
/xen/docs/misc/xen-makefiles/ |
A D | makefiles.rst | 100 if_changed is the infrastructure used for the following commands. 114 if_changed may be used in conjunction with custom commands as 115 defined in "Custom commands". 131 changed commands trigger execution of commands. 159 Custom commands 164 To enable this behaviour for custom commands, two variables are
|
/xen/tools/examples/ |
A D | README.incompatibilities | 4 Known incompatibilities with various commands on various distributions, and 30 Newer ip commands (from iproute2) do not accept the abbreviated syntax "ip r a
|
/xen/docs/man/ |
A D | xentop.1.pod | 13 continually-updating manner. Command-line options and interactive commands 64 All interactive commands are case-insensitive.
|
A D | xen-vtpm.7.pod | 199 INFO[VTPM]: Waiting for commands from vTPM's: 352 Enable to disable the TPM maintenance commands. 353 These commands are used by tpm manufacturers and thus
|
/xen/tools/misc/ |
A D | xenpvnetboot | 20 import commands 61 (status, output) = commands.getstatusoutput(cmd) 158 (status, output) = commands.getstatusoutput(cmd)
|
/xen/tools/include/xen-external/ |
A D | README | 11 Obtained from the FreeBSD SVN using the following commands:
|
/xen/tools/ocaml/libs/xs/ |
A D | queueop.ml | 29 let debug commands con = 30 Xb.queue con (Xb.Packet.create 0 0 Xb.Op.Debug (data_concat commands))
|
A D | xs.ml | 45 debug = (fun commands -> Xsraw.debug commands con);
|
/xen/tools/hotplug/Linux/init.d/ |
A D | sysconfig.xendomains.in | 119 # On xendomains stop, a number of xm commands (xm migrate, save, shutdown, 120 # shutdown --all) may be executed. In the worst case, these commands may 123 # for every of these xm commands and time it out after the number of seconds
|
/xen/xen/scripts/ |
A D | Kbuild.include | 60 # printing commands 69 # Check if both commands are the same including their order. Result is empty
|
/xen/docs/features/ |
A D | hypervisorfs.pandoc | 53 require new sub-commands in order to allow the hypervisor to decide which
|
A D | sched_credit.pandoc | 73 run some basic workload (e.g., login into them and run simple commands),
|
A D | sched_credit2.pandoc | 68 run some basic workload (e.g., login into them and run simple commands),
|
A D | sched_rtds.pandoc | 81 and run simple commands),
|
/xen/docs/process/ |
A D | tags.pandoc | 18 outputting the above style in the ``git log`` or ``git show`` commands:
|
/xen/tools/fuzz/ |
A D | README.afl | 18 2. run the following commands to build:
|
/xen/m4/ |
A D | ax_compare_version.m4 | 40 # When the condition is true, shell commands ACTION-IF-TRUE are run, 41 # otherwise shell commands ACTION-IF-FALSE are run. The environment
|
/xen/docs/misc/ |
A D | xenstore.txt | 313 The set of commands and their semantics is implementation 317 Current commands are: 332 help <supported-commands> 333 return list of supported commands for CONTROL
|
A D | pvcalls.pandoc | 64 calls. Unimplemented commands return ENOTSUP. 221 to the backend. We shall refer to this ring as **commands ring** to 228 The list of commands below is in calling order. 300 identify one specific request/response pair of commands. Not to be 302 across multiple commands, see [Socket]. 740 It is possible to introduce new commands without changing the protocol 742 advertise the availability of a new set of commands.
|
A D | 9pfs.pandoc | 6 simple and describes a series of commands and responses. It is 48 the client to send commands to the server. The PV backend is used by the 49 9pfs server to receive commands from clients and send back responses.
|
A D | kconfig.rst | 242 keys across the bottom of the terminal (window) that execute commands. 244 commands unless you are in a data entry window. E.g., instead of F6
|
/xen/stubdom/ |
A D | vtpm-deepquote.patch | 147 /* VTPM-only commands: */
|