Searched refs:bend (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/sys/gnu/fs/xfs/FreeBSD/
H A Dxfs_buf.c218 size_t bend, cpoff, csize; local
221 bend = boff + bsize;
222 while (boff < bend) {
/freebsd-9.3-release/sys/compat/linux/
H A Dlinux_getcwd.c416 caddr_t bp, bend, path; local
444 bend = bp;
460 lenused = bend - bp;
/freebsd-9.3-release/sys/kern/
H A Dtty_inq.c349 unsigned int bend = MIN(MIN(TTYINQ_DATASIZE, ti->ti_linestart), local
357 while (boff < bend) {
366 return (bend - ti->ti_begin);
/freebsd-9.3-release/usr.bin/gencat/
H A Dgencat.c237 static char buf[BUFSIZ], *bptr = buf, *bend = buf; local
249 for (; bptr < bend && cptr < cend; ++cptr, ++bptr) {
261 if (bptr == bend) {
270 bend = buf + buflen;
/freebsd-9.3-release/sbin/fsck_ffs/
H A Dsuj.c487 ufs2_daddr_t bend; local
492 bend = bstart + brec->jb_frags;
493 if (start < bend && end > bstart)
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_alloc.c2554 xfs_agblock_t uend, bend; local
2574 bend = bsy->busy_start + bsy->busy_length - 1;
2575 if ((bno > bend) ||
/freebsd-9.3-release/sys/geom/raid/
H A Dg_raid.c1173 off_t bend = bp->bio_offset + bp->bio_length - 1; local
1175 if (bend < lstart)
/freebsd-9.3-release/contrib/amd/doc/
H A Dtexinfo.tex5500 % Concepts from aro-bend problem 15 (see CTAN).
/freebsd-9.3-release/contrib/gcc/doc/include/
H A Dtexinfo.tex5696 % Concepts from aro-bend problem 15 (see CTAN).
/freebsd-9.3-release/contrib/groff/doc/
H A Dtexinfo.tex5572 % Concepts from aro-bend problem 15 (see CTAN).

Completed in 131 milliseconds