Home | History | Annotate | Download | only in ltpscsi

Lines Matching defs:buffp

252 	unsigned char *buffp;
645 unsigned char *buffp = inqBuff + OFF;
814 f = (int)*(buffp + 7);
815 printf(" %.8s %.16s %.4s ", buffp + 8, buffp + 16,
816 buffp + 32);
819 (*buffp & 0xe0) >> 5);
4641 unsigned char *buffp = rbBuff + OFF;
4709 *(buf_capacity) = ((buffp[1] << 16) | (buffp[2] << 8) | buffp[3]);
4710 buf_granul = (unsigned char)buffp[0];
4713 buffp[0], buffp[1], buffp[2], buffp[3],
4714 buffp[4], buffp[5], buffp[6], buffp[7]);
4859 //unsigned char * buffp = rbBuff + OFF;
6816 rep->buffp =
6934 while (((res = read(clp->infd, rep->buffp,
6938 memset(rep->buffp, 0, rep->num_blks * rep->bs);
6976 while (((res = write(clp->outfd, rep->buffp,
7031 memset(rep->buffp, 0, rep->num_blks * rep->bs);
7158 hp->dxferp = rep->buffp;