Searched refs:loff (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/contrib/ntp/scripts/monitoring/
H A Dntp.pl442 undef($loff);
446 if (defined($loff) &&
447 ($loff + length($FRAGS{$loff})) == $off)
449 $FRAGS{$loff} .= $FRAGS{$off};
453 $loff = $off;
/freebsd-9.3-release/sys/gnu/fs/xfs/FreeBSD/
H A Dxfs_frw.c281 xfs_off_t loff; local
317 loff = XFS_FSB_TO_B(mp, last_fsb);
321 error = xfs_iozero(vp, loff + zero_offset, zero_len, end_size);
/freebsd-9.3-release/sys/kern/
H A Dvfs_syscalls.c3977 long loff; local
3980 error = kern_ogetdirentries(td, uap, &loff);
3982 error = copyout(&loff, uap->basep, sizeof(long));
3997 long loff; local
4029 loff = auio.uio_offset = foffset;
4117 *ploff = loff;
4163 long loff; local
4196 loff = auio.uio_offset = foffset;
4224 *basep = loff;
/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-structalias.c1463 unsigned int loff = c->lhs.offset; local
1464 unsigned HOST_WIDE_INT fieldoffset = jvi->offset + loff;
1489 unsigned HOST_WIDE_INT loff = c->lhs.offset; local
1490 if (type_safe (j, &loff) && !(get_varinfo (j)->is_special_var))
1494 unsigned HOST_WIDE_INT fieldoffset = get_varinfo (j)->offset + loff;
/freebsd-9.3-release/sys/compat/freebsd32/
H A Dfreebsd32_misc.c1534 long loff; local
1541 error = kern_ogetdirentries(td, &ap, &loff);
1543 loff_cut = loff;
/freebsd-9.3-release/sys/dev/dc/
H A Dif_dc.c1746 int error, have_mii, i, loff; local
1750 loff = sc->dc_srom[27];
1751 lhdr = (struct dc_leaf_hdr *)&(sc->dc_srom[loff]);

Completed in 112 milliseconds