Lines Matching defs:xfercntp
199 scsi_rdwr(dir, fd, blkno, secnt, bufaddr, flags, xfercntp)
206 int *xfercntp;
218 if (xfercntp == NULL) {
220 } else if (*xfercntp == 0) {
222 *xfercntp = max_sectors;
224 max_sectors = *xfercntp;
292 if (xfercntp != NULL && max_sectors < *xfercntp) {
295 *xfercntp, max_sectors);
296 *xfercntp = max_sectors;