Searched defs:resp (Results 1 - 1 of 1) sorted by relevance

/system/core/fastboot/
H A Dengine.c96 int (*func)(Action *a, int status, char *resp);
180 static int cb_default(Action *a, int status, char *resp) argument
183 fprintf(stderr,"FAILED (%s)\n", resp);
457 static int cb_check(Action *a, int status, char *resp, int invert) argument
465 fprintf(stderr,"FAILED (%s)\n", resp);
479 yes = match(resp, value, count);
490 fprintf(stderr,"Device %s is '%s'.\n", a->cmd + 7, resp);
500 static int cb_require(Action *a, int status, char *resp) argument
502 return cb_check(a, status, resp, 0);
505 static int cb_reject(Action *a, int status, char *resp) argument
523 cb_display(Action *a, int status, char *resp) argument
542 cb_save(Action *a, int status, char *resp) argument
561 cb_do_nothing(Action *a, int status, char *resp) argument
597 char resp[FB_RESPONSE_SZ+1]; local
[all...]

Completed in 41 milliseconds