Lines Matching full:variable
31 const char *variable; member
35 .variable = "version",
38 .variable = "bootloader-version",
41 .variable = "version-bootloader",
44 .variable = "downloadsize",
47 .variable = "max-download-size",
50 .variable = "serialno",
53 .variable = "version-baseband",
56 .variable = "product",
59 .variable = "current-slot",
62 .variable = "slot-suffixes",
65 .variable = "has_slot",
69 .variable = "partition-type",
74 .variable = "partition-size",
187 * fastboot_getvar() - Writes variable indicated by cmd_parameter to response.
192 * Look up cmd_parameter first as an environment variable of the form
196 * Otherwise lookup the name of variable and execute the appropriate
220 if (!strcmp(getvar_dispatch[i].variable, in fastboot_getvar()
227 pr_warn("WARNING: unknown variable: %s\n", cmd_parameter); in fastboot_getvar()
228 fastboot_fail("Variable not implemented", response); in fastboot_getvar()