Lines Matching defs:datamp
928 * datamp: Points to the head of a chain of mblks containing data
931 * prevmp: Points to the last mblk on the datamp chain, used to add
932 * to the chain headed by datamp.
942 mblk_t *protomp, *newmp, *datamp, *prevmp;
948 datamp = mp;
977 datamp = mp->b_cont;
979 if (datamp == NULL) {
991 mp = datamp;
1015 msgsize = msgdsize(datamp);
1016 recover(q, datamp, msgsize);
1038 datamp = 0;
1040 if (datamp) {
1041 putnext(q, datamp);
1108 putnext(q, datamp);