Lines Matching defs:reply_mp
114 mblk_t *reply_mp;
564 if (state->reply_mp != NULL) {
565 freemsg(state->reply_mp);
566 state->reply_mp = NULL;
653 mp = state->reply_mp;
655 state->reply_mp = NULL;
700 if (state->reply_mp == NULL)
701 state->reply_mp = allocb(2, BPRI_MED);
705 if (state->reply_mp == NULL || state->reset_ack_mp == NULL) {
711 state->bc_id = qbufcall(q, (state->reply_mp == NULL) ? 2 : 1,
1026 if (state->reply_mp != NULL) {
1027 mp = state->reply_mp;
1035 state->reply_mp = NULL;