Home
last modified time | relevance | path

Searched refs:commands (Results 1 – 25 of 44) sorted by relevance

12

/xen/tools/pygrub/src/
A DGrubConf.py147 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 DLiloConf.py35 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 DExtLinuxConf.py73 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 Dmakefiles.rst100 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 DREADME.incompatibilities4 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 Dxentop.1.pod13 continually-updating manner. Command-line options and interactive commands
64 All interactive commands are case-insensitive.
A Dxen-vtpm.7.pod199 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 Dxenpvnetboot20 import commands
61 (status, output) = commands.getstatusoutput(cmd)
158 (status, output) = commands.getstatusoutput(cmd)
/xen/tools/include/xen-external/
A DREADME11 Obtained from the FreeBSD SVN using the following commands:
/xen/tools/ocaml/libs/xs/
A Dqueueop.ml29 let debug commands con =
30 Xb.queue con (Xb.Packet.create 0 0 Xb.Op.Debug (data_concat commands))
A Dxs.ml45 debug = (fun commands -> Xsraw.debug commands con);
/xen/tools/hotplug/Linux/init.d/
A Dsysconfig.xendomains.in119 # 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 DKbuild.include60 # printing commands
69 # Check if both commands are the same including their order. Result is empty
/xen/docs/features/
A Dhypervisorfs.pandoc53 require new sub-commands in order to allow the hypervisor to decide which
A Dsched_credit.pandoc73 run some basic workload (e.g., login into them and run simple commands),
A Dsched_credit2.pandoc68 run some basic workload (e.g., login into them and run simple commands),
A Dsched_rtds.pandoc81 and run simple commands),
/xen/docs/process/
A Dtags.pandoc18 outputting the above style in the ``git log`` or ``git show`` commands:
/xen/tools/fuzz/
A DREADME.afl18 2. run the following commands to build:
/xen/m4/
A Dax_compare_version.m440 # 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 Dxenstore.txt313 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 Dpvcalls.pandoc64 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 D9pfs.pandoc6 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 Dkconfig.rst242 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 Dvtpm-deepquote.patch147 /* VTPM-only commands: */

Completed in 22 milliseconds

12