xcnt             1428 dev/ic/iha.c   	long xcnt;  /* cannot use unsigned!! see code: if (xcnt < 0) */
xcnt             1483 dev/ic/iha.c   	xcnt = pScb->SCB_BufCharsLeft - cnt;	/* xcnt == bytes xferred */
xcnt             1492 dev/ic/iha.c   			xcnt -= pSg->SG_Len;
xcnt             1493 dev/ic/iha.c   			if (xcnt < 0) {
xcnt             1494 dev/ic/iha.c   				xcnt += pSg->SG_Len;
xcnt             1496 dev/ic/iha.c   				pSg->SG_Addr += xcnt;
xcnt             1497 dev/ic/iha.c   				pSg->SG_Len -= xcnt;