Home | History | Annotate | Download | only in ic

Lines Matching defs:msgdone

2655 		int msgdone;
2703 msgdone = ahc->msgout_index == ahc->msgout_len;
2704 if (msgdone) {
2810 int msgdone;
2846 msgdone = ahc->msgout_index == ahc->msgout_len;
2847 if (msgdone) {
2864 int msgdone;
2879 msgdone = ahc_parse_msg(ahc, &devinfo);
2880 if (msgdone == MSGLOOP_TERMINATED) {
2894 * and use msgdone to detect it.
2896 if (msgdone == MSGLOOP_MSGCOMPLETE) {