Searched refs:command (Results 1 – 25 of 32) sorted by relevance
12
24 if [ "$command" != "online" ] &&25 [ "$command" != "offline" ] &&26 [ "$command" != "add" ] &&27 [ "$command" != "remove" ]29 log err "Invalid command: $command"58 case "$command" in90 if [ "$command" == "online" ]112 if [ "$command" == "add" ]157 if [ "$command" == "online" -o "$command" == "add" ]169 if [ \( "$command" == "online" -o "$command" == "add" \) -a $? -ne 0 ]
82 if [ "$command" != "setup" -a "$command" != "teardown" ]84 echo "Invalid command: $command"85 log err "Invalid command: $command"212 case "$command" in230 log debug "Successful remus-netbuf-setup $command for $vifname, ifb $REMUS_IFB."
24 case "${command}" in60 log debug "Successful vif-route ${command} for ${dev}."61 if [ "${command}" = "online" ]
9 if [ "$command" != "setup" -a "$command" != "teardown" ]11 echo "Invalid command: $command"12 log err "Invalid command: $command"120 case "$command" in143 log debug "Successful colo-proxy-setup $command for $vifname." \146 log debug "Successful colo-proxy-setup $command for $vifname." \
79 case "$command" in94 log debug "Successful vif-bridge $command for $dev, bridge $bridge."95 if [ "$type_if" = vif -a "$command" = "online" ]
23 if [ "$command" != "add" ] &&24 [ "$command" != "remove" ]26 log err "Invalid command: $command"
88 case "$command" in106 log debug "Successful vif-openvswitch $command for $dev."107 if [ "$type_if" = vif -a "$command" = "online" ]; then
159 case "$command" in184 log debug "Successful vif-nat $command for ${dev}."185 if [ "$command" = "online" ]
12 case "$command" in
13 case "$command" in
250 case "$command" in372 ${XEN_SCRIPT_DIR}/block-"$t" "$command"
480 void help(const char *command) in help() argument485 if (!command || !strcmp(command, "help")) { in help()495 cmd = cmdtable_lookup(command); in help()507 printf("command \"%s\" not implemented\n", command); in help()
221 void help(const char *command);
20 start_cmd="echo Starting ${name}. && PATH=${PATH}:${sbindir} ${command} 30 15"
26 * Battery command port - 0xb2137 * 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 0xb2169 * Helper method 3. 0x7d written to battery command port 0xb2200 * battery command port and receiving battery data length in port 0x86.
679 const char *command = _command ? &_command[1] : argv[0]; in main() local682 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()
6 # you can set the parameters for the cpupool on the xm command line.
25 # Kernel command line options
22 # Kernel command line options
11 # command (add|remove|online|offline)
20 ways. procpipe is used to connect the two. I use the following command for
168 unsigned char command[sizeof(CMD_TPM_Startup_0x01_IPB.tpmoperandin)]; in MA_InitTPM() local172 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()
53 `afl-harness-cov` can take several test inputs on its command-line;
177 let debug command con =178 sync (Queueop.debug command) con
Completed in 60 milliseconds