Lines Matching refs:strcmp
170 } else if (!strcmp("getvar", cmd_string)) { in fastboot_send()
172 } else if (!strcmp("download", cmd_string)) { in fastboot_send()
174 } else if (!strcmp("flash", cmd_string)) { in fastboot_send()
176 } else if (!strcmp("erase", cmd_string)) { in fastboot_send()
178 } else if (!strcmp("boot", cmd_string)) { in fastboot_send()
180 } else if (!strcmp("continue", cmd_string)) { in fastboot_send()
184 } else if (!strcmp("set_active", cmd_string)) { in fastboot_send()
216 if (!strcmp("boot", cmd_string)) { in fastboot_send()
218 } else if (!strcmp("continue", cmd_string)) { in fastboot_send()
243 } else if (!strcmp("version", cmd_parameter)) { in fb_getvar()
245 } else if (!strcmp("bootloader-version", cmd_parameter) || in fb_getvar()
246 !strcmp("version-bootloader", cmd_parameter)) { in fb_getvar()
248 } else if (!strcmp("downloadsize", cmd_parameter) || in fb_getvar()
249 !strcmp("max-download-size", cmd_parameter)) { in fb_getvar()
253 } else if (!strcmp("serialno", cmd_parameter)) { in fb_getvar()
260 } else if (!strcmp("version-baseband", cmd_parameter)) { in fb_getvar()
262 } else if (!strcmp("product", cmd_parameter)) { in fb_getvar()
269 } else if (!strcmp("current-slot", cmd_parameter)) { in fb_getvar()
272 } else if (!strcmp("slot-suffixes", cmd_parameter)) { in fb_getvar()
278 if (!strcmp(part_name, "boot") || !strcmp(part_name, "system")) { in fb_getvar()
409 if (!strcmp("reboot-bootloader", cmd_string)) { in fb_reboot()