Home
last modified time | relevance | path

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

1234

/xen-4.10.0-shim-comet/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 Dcolo-proxy-setup9 if [ "$command" != "setup" -a "$command" != "teardown" ]
11 echo "Invalid command: $command"
12 log err "Invalid command: $command"
106 case "$command" in
129 log debug "Successful colo-proxy-setup $command for $vifname." \
132 log debug "Successful colo-proxy-setup $command for $vifname." \
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
50 log debug "Successful vif-route ${command} for ${dev}."
51 if [ "${command}" = "online" ]
A Dvif-bridge77 case "$command" in
100 log debug "Successful vif-bridge $command for $dev, bridge $bridge."
101 if [ "$type_if" = vif -a "$command" = "online" ]
A Dblock-common.sh23 if [ "$command" != "add" ] &&
24 [ "$command" != "remove" ]
26 log err "Invalid command: $command"
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 Dvif222 case "$command" in
43 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
A Dblock250 case "$command" in
372 ${XEN_SCRIPT_DIR}/block-"$t" "$command"
/xen-4.10.0-shim-comet/tools/blktap2/vhd/
A Dvhd-util.c45 struct command { struct
50 struct command commands[] = { argument
69 n = sizeof(commands) / sizeof(struct command); \
87 struct command *
88 get_command(char *command) in get_command() argument
92 if (strnlen(command, 25) >= 25) in get_command()
95 n = sizeof(commands) / sizeof (struct command); in get_command()
98 if (!strcmp(command, commands[i].name)) in get_command()
108 struct command *cmd; in main()
/xen-4.10.0-shim-comet/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 Defi.markdown31 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-4.10.0-shim-comet/tools/blktap2/control/
A Dtap-ctl.c39 struct command { struct
705 struct command commands[] = {
725 n = sizeof(commands) / sizeof(struct command); \
741 struct command *
742 get_command(char *command) in get_command() argument
746 if (strnlen(command, 25) >= 25) in get_command()
749 n = sizeof(commands) / sizeof (struct command); in get_command()
752 if (!strcmp(command, commands[i].name)) in get_command()
763 struct command *cmd; in main()
/xen-4.10.0-shim-comet/xen/arch/arm/
A Dvgic-v3-its.c897 static void dump_its_command(uint64_t *command) in dump_its_command() argument
900 its_cmd_get_command(command), in dump_its_command()
901 command[0], command[1], command[2], command[3]); in dump_its_command()
912 uint64_t command[4]; in vgic_its_handle_cmds() local
924 command, sizeof(command), false); in vgic_its_handle_cmds()
928 switch ( its_cmd_get_command(command) ) in vgic_its_handle_cmds()
937 ret = its_handle_int(its, command); in vgic_its_handle_cmds()
940 ret = its_handle_inv(its, command); in vgic_its_handle_cmds()
946 ret = its_handle_mapc(its, command); in vgic_its_handle_cmds()
966 dump_its_command(command); in vgic_its_handle_cmds()
[all …]
/xen-4.10.0-shim-comet/tools/xl/
A Dxl.c413 void help(const char *command) in help() argument
418 if (!command || !strcmp(command, "help")) { in help()
428 cmd = cmdtable_lookup(command); in help()
440 printf("command \"%s\" not implemented\n", command); in help()
/xen-4.10.0-shim-comet/tools/blktap2/drivers/
A Dtd.c76 struct command { struct
82 struct command commands[TD_CMD_INVALID] = { argument
145 struct command *
146 get_command(char *command) in get_command() argument
151 if (!strcmp(command, commands[i].name)) in get_command()
602 struct command *cmd; in main()
/xen-4.10.0-shim-comet/tools/xenstore/
A Dxenstore_client.c513 const char *command = _command ? &_command[1] : argv[0]; in main() local
516 if (strncmp(command, "xenstore-", strlen("xenstore-")) == 0) in main()
519 command = command + strlen("xenstore-"); in main()
525 command = argv[1]; in main()
529 mode = lookup_mode(command); in main()
/xen-4.10.0-shim-comet/tools/hotplug/NetBSD/rc.d/
A Dxen-watchdog20 start_cmd="echo Starting ${name}. && PATH=${PATH}:${sbindir} ${command} 30 15"
/xen-4.10.0-shim-comet/xen/drivers/char/
A Dehci-dbgp.c63 u32 command; member
417 u32 cmd = readl(&dbgp->ehci_regs->command); in dbgp_issue_command()
431 writel(cmd, &dbgp->ehci_regs->command); in dbgp_issue_command()
502 &dbgp->ehci_regs->command); in dbgp_check_for_completion()
747 cmd = readl(&dbgp->ehci_regs->command); in ehci_dbgp_startup()
750 writel(cmd, &dbgp->ehci_regs->command); in ehci_dbgp_startup()
780 cmd = readl(&dbgp->ehci_regs->command); in ehci_dbgp_controller_reset()
782 writel(cmd, &dbgp->ehci_regs->command); in ehci_dbgp_controller_reset()
784 cmd = readl(&dbgp->ehci_regs->command); in ehci_dbgp_controller_reset()
894 cmd = readl(&dbgp->ehci_regs->command); in ehci_dbgp_external_startup()
[all …]
/xen-4.10.0-shim-comet/tools/libacpi/
A Dssdt_pm.asl35 * Battery command port - 0xb2
146 * Helper method 1 to write to battery command and data port.
147 * 0x7c written to port 0xb2 indicating battery info type command.
161 * Helper method 2. Value 0x7b written to battery command port 0xb2
178 * Helper method 3. 0x7d written to battery command port 0xb2
209 * battery command port and receiving battery data length in port 0x86.
/xen-4.10.0-shim-comet/xen/common/
A DKconfig266 string "Built-in hypervisor command string" if EXPERT = "y"
271 will be parsed prior to the bootloader command line. So if a
273 bootloader command line, only the latter one will take effect.
276 bool "Built-in command line overrides bootloader arguments"
281 command line, and use ONLY the built-in command line.

Completed in 41 milliseconds

1234