HomeSort by: relevance | last modified time | path
    Searched defs:msgdone (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
aic79xx.c 3791 int msgdone; local in function:ahd_handle_message_phase
3850 msgdone = ahd->msgout_index == ahd->msgout_len;
3851 if (msgdone) {
3958 int msgdone; local in function:ahd_handle_message_phase
3999 msgdone = ahd->msgout_index == ahd->msgout_len;
4000 if (msgdone) {
4017 int msgdone; local in function:ahd_handle_message_phase
4037 msgdone = ahd_parse_msg(ahd, &devinfo);
4038 if (msgdone == MSGLOOP_TERMINATED) {
4052 * and use msgdone to detect it
    [all...]
aic7xxx.c 2655 int msgdone; local in function:ahc_handle_message_phase
2703 msgdone = ahc->msgout_index == ahc->msgout_len;
2704 if (msgdone) {
2810 int msgdone; local in function:ahc_handle_message_phase
2846 msgdone = ahc->msgout_index == ahc->msgout_len;
2847 if (msgdone) {
2864 int msgdone; local in function:ahc_handle_message_phase
2879 msgdone = ahc_parse_msg(ahc, &devinfo);
2880 if (msgdone == MSGLOOP_TERMINATED) {
2894 * and use msgdone to detect it
    [all...]

Completed in 16 milliseconds