Home
last modified time | relevance | path

Searched refs:CommandParameters (Results 1 – 1 of 1) sorted by relevance

/bootable/recovery/updater/
Dblockimg.c1006 } CommandParameters; typedef
1025 static int LoadSrcTgtVersion3(CommandParameters* params, RangeSet** tgt, int* src_blocks, in LoadSrcTgtVersion3()
1123 static int PerformCommandMove(CommandParameters* params) { in PerformCommandMove()
1184 static int PerformCommandStash(CommandParameters* params) { in PerformCommandStash()
1193 static int PerformCommandFree(CommandParameters* params) { in PerformCommandFree()
1205 static int PerformCommandZero(CommandParameters* params) { in PerformCommandZero()
1260 static int PerformCommandNew(CommandParameters* params) { in PerformCommandNew()
1312 static int PerformCommandDiff(CommandParameters* params) { in PerformCommandDiff()
1424 static int PerformCommandErase(CommandParameters* params) { in PerformCommandErase()
1486 typedef int (*CommandFunction)(CommandParameters*);
[all …]