Searched refs:current_all_dispatch (Results 1 – 1 of 1) sorted by relevance
261 static int current_all_dispatch; variable268 while (current_all_dispatch < ARRAY_SIZE(getvar_dispatch)) { in fastboot_getvar_all()269 if (!getvar_dispatch[current_all_dispatch].list) { in fastboot_getvar_all()270 current_all_dispatch++; in fastboot_getvar_all()276 getvar_dispatch[current_all_dispatch].dispatch(NULL, envstr); in fastboot_getvar_all()284 getvar_dispatch[current_all_dispatch].variable, in fastboot_getvar_all()287 current_all_dispatch++; in fastboot_getvar_all()292 current_all_dispatch = 0; in fastboot_getvar_all()313 current_all_dispatch = 0; in fastboot_getvar()
Completed in 6 milliseconds