Home
last modified time | relevance | path

Searched refs:command (Results 1 – 25 of 97) sorted by relevance

1234

/xen/tools/hotplug/Linux/
A Dvif-common.sh24 if [ "$command" != "online" ] &&
25 [ "$command" != "offline" ] &&
26 [ "$command" != "add" ] &&
27 [ "$command" != "remove" ]
29 log err "Invalid command: $command"
58 case "$command" in
90 if [ "$command" == "online" ]
112 if [ "$command" == "add" ]
157 if [ "$command" == "online" -o "$command" == "add" ]
169 if [ \( "$command" == "online" -o "$command" == "add" \) -a $? -ne 0 ]
A Dremus-netbuf-setup82 if [ "$command" != "setup" -a "$command" != "teardown" ]
84 echo "Invalid command: $command"
85 log err "Invalid command: $command"
212 case "$command" in
230 log debug "Successful remus-netbuf-setup $command for $vifname, ifb $REMUS_IFB."
A Dvif-route24 case "${command}" in
64 log debug "Successful vif-route ${command} for ${dev}."
65 if [ "${command}" = "online" ]
A Dcolo-proxy-setup9 if [ "$command" != "setup" -a "$command" != "teardown" ]
11 echo "Invalid command: $command"
12 log err "Invalid command: $command"
120 case "$command" in
143 log debug "Successful colo-proxy-setup $command for $vifname." \
146 log debug "Successful colo-proxy-setup $command for $vifname." \
A Dblock-common.sh23 if [ "$command" != "add" ] &&
24 [ "$command" != "remove" ]
26 log err "Invalid command: $command"
A Dvif-bridge79 case "$command" in
106 log debug "Successful vif-bridge $command for $dev, bridge $bridge."
107 if [ "$type_if" = vif -a "$command" = "online" ]
A Dvif-openvswitch88 case "$command" in
106 log debug "Successful vif-openvswitch $command for $dev."
107 if [ "$type_if" = vif -a "$command" = "online" ]; then
A Dvif230 case "$command" in
51 echo "Unknown command: $command"
A Dvif-nat161 case "$command" in
186 log debug "Successful vif-nat $command for ${dev}."
187 if [ "$command" = "online" ]
A Dvscsi12 case "$command" in
A Dblock-enbd13 case "$command" in
A Dblock-nbd13 case "$command" in
/xen/xen/scripts/
A DKconfig.include14 # $(if-success,<command>,<then>,<else>)
15 # Return <then> if <command> exits with 0, <else> otherwise.
18 # $(success,<command>)
19 # Return y if <command> exits with 0, n otherwise
22 # $(failure,<command>)
23 # Return n if <command> exits with 0, y otherwise
39 $(error-if,$(failure,command -v $(CC)),compiler '$(CC)' not found)
40 $(error-if,$(failure,command -v $(LD)),linker '$(LD)' not found)
A DKbuild.include55 # echo command.
64 # if_changed - execute command if any prerequisite is newer than
65 # target, or command line has changed
89 # Execute command if command has changed or prerequisite(s) are updated.
110 # (4) - due to command line change
116 # (4) The command line stored in the file named dir/.target.cmd
117 # differed from actual command line. This happens when compiler
119 # (5) No dir/.target.cmd file (used to store command line)
128 $(if $(cmd_$@),- due to command line change, \
/xen/docs/misc/
A Dkexec_and_kdump.txt47 need to have kexec-tools installed. This provides the kexec command.
54 the kexec command.
62 XEN_ARGS: command line arguments to the xen hypervisor
64 DOM0_ARGS: command line arguments to the dom0 kernel
67 KEXEC_ARGS: additional kexec-tools command line arguments
79 LINUX_ARGS: command line arguments to the second linux kernel
80 KEXEC_ARGS: additional kexec-tools command line arguments
108 installed. This provides the kexec command.
117 command line parameter to the Xen hypervisor. It has two forms:
169 CRASH_KERNEL_ARGS: command line arguments to the crash kernel
[all …]
A Dstubdom.txt43 - QEMU command line (space separated arguments) is stored in
59 Toolstack can issue command through xenstore. The sequence is (from toolstack POV):
61 2. Write command to /local/domain/<stubdom-id>/device-model/<target-id>/command.
62 3. Wait for command result in /local/domain/<stubdom-id>/device-model/<target-id>/state (command sp…
74 …me domain execution, after loading state from console 2 (require -loadvm command argument), result…
95 - QEMU command line is stored in
106 Environment exposed by stubdomain to qemu (needed to construct appropriate qemu command line and la…
108 - console 2 (incoming domain state) must be connected to an FD and the command
117 3. stubdomain starts qemu with requested command line, plus few stubdomain specific ones - includin…
A Defi.pandoc31 order.) One can override this with a command line option (`-cfg=<filename>`).
53 kernel=vmlinuz-3.0.31-0.4-xen [domain 0 command line options]
62 Specifies the section to use for booting, if none was specified on the command
70 Line Options](xen-command-line.html).
91 `-basevideo` command line option can be used to skip altering video modes.
113 and really not meant to be used together with the `-cfg=` command line option.
117 Extra options to be passed to Xen can also be specified on the command line,
/xen/xen/arch/arm/
A Dvgic-v3-its.c898 static void dump_its_command(uint64_t *command) in dump_its_command() argument
901 its_cmd_get_command(command), in dump_its_command()
902 command[0], command[1], command[2], command[3]); in dump_its_command()
913 uint64_t command[4]; in vgic_its_handle_cmds() local
925 command, sizeof(command), false); in vgic_its_handle_cmds()
929 switch ( its_cmd_get_command(command) ) in vgic_its_handle_cmds()
938 ret = its_handle_int(its, command); in vgic_its_handle_cmds()
941 ret = its_handle_inv(its, command); in vgic_its_handle_cmds()
947 ret = its_handle_mapc(its, command); in vgic_its_handle_cmds()
967 dump_its_command(command); in vgic_its_handle_cmds()
[all …]
/xen/docs/misc/xen-makefiles/
A Dmakefiles.rst108 need an update, or the command line has changed since the last
112 otherwise the command line check will fail, and the target will
128 It stores the executed command in a corresponding .cmd file
163 a shorthand of a command is normally displayed.
167 quiet_cmd_<command> - what shall be echoed
168 cmd_<command> - the command to execute
/xen/tools/xl/
A Dxl.c454 void help(const char *command) in help() argument
459 if (!command || !strcmp(command, "help")) { in help()
469 cmd = cmdtable_lookup(command); in help()
481 printf("command \"%s\" not implemented\n", command); in help()
/xen/docs/misc/arm/
A Dbig.LITTLE.txt24 to the Xen command line [1]. Given the lack of big.LITTLE support in the
29 In the case of dom0, dom0_vcpus_pin needs to be added to the Xen command
45 [1] docs/misc/xen-command-line.markdown
/xen/xen/tools/kconfig/tests/
A Dconftest.py51 command = [CONF_PATH, mode, 'Kconfig']
65 ps = subprocess.Popen(command,
100 print("[command]\n{}\n".format(' '.join(command)))
/xen/tools/xenstore/
A Dxenstore_client.c545 const char *command = _command ? &_command[1] : argv[0]; in main() local
548 if (strncmp(command, "xenstore-", strlen("xenstore-")) == 0) in main()
551 command = command + strlen("xenstore-"); in main()
557 command = argv[1]; in main()
561 mode = lookup_mode(command); in main()
/xen/tools/hotplug/NetBSD/rc.d/
A Dxen-watchdog20 start_cmd="echo Starting ${name}. && PATH=${PATH}:${sbindir} ${command} 30 15"
/xen/xen/drivers/char/
A Dehci-dbgp.c64 u32 command; member
418 u32 cmd = readl(&dbgp->ehci_regs->command); in dbgp_issue_command()
432 writel(cmd, &dbgp->ehci_regs->command); in dbgp_issue_command()
503 &dbgp->ehci_regs->command); in dbgp_check_for_completion()
749 cmd = readl(&dbgp->ehci_regs->command); in ehci_dbgp_startup()
752 writel(cmd, &dbgp->ehci_regs->command); in ehci_dbgp_startup()
782 cmd = readl(&dbgp->ehci_regs->command); in ehci_dbgp_controller_reset()
784 writel(cmd, &dbgp->ehci_regs->command); in ehci_dbgp_controller_reset()
786 cmd = readl(&dbgp->ehci_regs->command); in ehci_dbgp_controller_reset()
896 cmd = readl(&dbgp->ehci_regs->command); in ehci_dbgp_external_startup()
[all …]

Completed in 30 milliseconds

1234