Home
last modified time | relevance | path

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

12

/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
60 log debug "Successful vif-route ${command} for ${dev}."
61 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 Dvif-bridge79 case "$command" in
94 log debug "Successful vif-bridge $command for $dev, bridge $bridge."
95 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 Dvif-nat159 case "$command" in
184 log debug "Successful vif-nat $command for ${dev}."
185 if [ "$command" = "online" ]
A Dvscsi12 case "$command" in
A Dblock-nbd13 case "$command" in
A Dblock-enbd13 case "$command" in
A Dblock250 case "$command" in
372 ${XEN_SCRIPT_DIR}/block-"$t" "$command"
/tools/xl/
A Dxl.c480 void help(const char *command) in help() argument
485 if (!command || !strcmp(command, "help")) { in help()
495 cmd = cmdtable_lookup(command); in help()
507 printf("command \"%s\" not implemented\n", command); in help()
A Dxl.h221 void help(const char *command);
/tools/hotplug/NetBSD/rc.d/
A Dxen-watchdog20 start_cmd="echo Starting ${name}. && PATH=${PATH}:${sbindir} ${command} 30 15"
/tools/libacpi/
A Dssdt_pm.asl26 * Battery command port - 0xb2
137 * Helper method 1 to write to battery command and data port.
138 * 0x7c written to port 0xb2 indicating battery info type command.
152 * Helper method 2. Value 0x7b written to battery command port 0xb2
169 * Helper method 3. 0x7d written to battery command port 0xb2
200 * battery command port and receiving battery data length in port 0x86.
/tools/xs-clients/
A Dxenstore_client.c679 const char *command = _command ? &_command[1] : argv[0]; in main() local
682 if (strncmp(command, "xenstore-", strlen("xenstore-")) == 0) in main()
685 command = command + strlen("xenstore-"); in main()
691 command = argv[1]; in main()
695 mode = lookup_mode(command); in main()
/tools/examples/
A Dcpupool6 # you can set the parameters for the cpupool on the xm command line.
A Dxlexample.pvhlinux25 # Kernel command line options
A Dxlexample.pvlinux22 # Kernel command line options
/tools/hotplug/Linux/vif-post.d/
A D00-vif-local.hook11 # command (add|remove|online|offline)
/tools/console/testsuite/
A DREADME20 ways. procpipe is used to connect the two. I use the following command for
/tools/firmware/rombios/32bit/tcgbios/
A Dtcgbios.c168 unsigned char command[sizeof(CMD_TPM_Startup_0x01_IPB.tpmoperandin)]; in MA_InitTPM() local
172 memcpy(command, in MA_InitTPM()
175 command[10] = (startupcode >> 8) & 0xff; in MA_InitTPM()
176 command[11] = (startupcode >> 0) & 0xff; in MA_InitTPM()
177 rc = MA_Transmit(command, response, response_size); in MA_InitTPM()
/tools/fuzz/
A DREADME.afl53 `afl-harness-cov` can take several test inputs on its command-line;
/tools/ocaml/libs/xs/
A Dxsraw.ml177 let debug command con =
178 sync (Queueop.debug command) con

Completed in 60 milliseconds

12