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