endpos            462 kern/fs/sfs/sfs_vnode.c 		off_t endpos = uio->uio_offset + uio->uio_resid;
endpos            469 kern/fs/sfs/sfs_vnode.c 		if (endpos > size) {
endpos            470 kern/fs/sfs/sfs_vnode.c 			extraresid = endpos - size;
endpos             85 user/testbin/psort/psort.c 	int frontpos, readpos, endpos, i, j;
endpos             98 user/testbin/psort/psort.c 	endpos = num;
endpos             99 user/testbin/psort/psort.c 	while (readpos < endpos) {
endpos            108 user/testbin/psort/psort.c 			tmp = v[--endpos];
endpos            109 user/testbin/psort/psort.c 			v[endpos] = v[readpos];
endpos            113 user/testbin/psort/psort.c 	assert(readpos == endpos);
endpos            116 user/testbin/psort/psort.c 	for (i=frontpos; i<endpos; i++) {
endpos            120 user/testbin/psort/psort.c 	for (i=endpos, j=num-1; i<j; i++,j--) {
endpos            127 user/testbin/psort/psort.c 	sortints(&v[endpos], num-endpos);