Lines Matching refs:Command
391 // Parameters for transfer list command functions
779 fprintf(stderr, "missing id and/or src range fields in stash command\n");
803 // data later, this is an unrecoverable error. However, the command
954 // match the hashes, the return value is -1 and the command should be aborted.
956 // If the return value is 1, the command has already been completed according to
959 // If the return value is 0, source blocks have expected content and the command
995 // Target blocks already have expected content, command should be skipped
1021 // Source blocks have expected content, command can proceed
1027 // Overlapping source blocks were previously stashed, command can proceed.
1028 // We are recovering from an interrupted command, so we don't know if the
1029 // stash can safely be deleted after this command.
1097 fprintf(stderr, "missing stash id in free command\n");
1151 // Update only for the zero command, as the erase command will call
1347 // Definitions for transfer list command functions
1350 struct Command {
1358 return strcmp(((const Command*) c1)->name, ((const Command*) c2)->name);
1362 return strcmp(((const Command*) c1)->name, (const char*) c2);
1365 // HashString is used to hash command names for the hash table
1384 const Command* commands, size_t cmdcount, bool dryrun) {
1562 const Command* cmd = reinterpret_cast<const Command*>(mzHashTableLookup(cmdht, cmdhash,
1567 fprintf(stderr, "unexpected command [%s]\n", params.cmdname);
1572 fprintf(stderr, "failed to execute command [%s]\n", line_str.c_str());
1668 // loaded (with a stash command) before it's used in a
1669 // move/bsdiff/imgdiff command.
1671 // Within one command the source and target ranges may overlap so
1684 // command has already been completed and verify the integrity of
1689 const Command commands[] = {
1706 const Command commands[] = {