Searched refs:oldoff (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/pf/libevent/
H A Dbuffer.c99 size_t oldoff = inbuf->off; local
108 * buffer if necessary of the changes. oldoff is the amount
111 if (inbuf->off != oldoff && inbuf->cb != NULL)
112 (*inbuf->cb)(inbuf, oldoff, inbuf->off, inbuf->cbarg);
113 if (oldoff && outbuf->cb != NULL)
114 (*outbuf->cb)(outbuf, 0, oldoff, outbuf->cbarg);
133 size_t oldoff = buf->off; local
160 (*buf->cb)(buf, oldoff, buf->off, buf->cbarg);
297 size_t oldoff = buf->off; local
308 (*buf->cb)(buf, oldoff, bu
316 size_t oldoff = buf->off; local
347 size_t oldoff = buf->off; local
[all...]
/freebsd-11-stable/crypto/heimdal/lib/kadm5/
H A Dlog.c864 off_t off, oldoff; local
867 oldoff = krb5_storage_seek(sp, 0, SEEK_CUR);
884 krb5_storage_seek(sp, oldoff, SEEK_SET);
905 krb5_storage_seek(sp, oldoff, SEEK_SET);
914 krb5_storage_seek(sp, oldoff, SEEK_SET);
/freebsd-11-stable/sys/ufs/ufs/
H A Dufs_dirhash.c872 ufsdirhash_move(struct inode *ip, struct direct *dirp, doff_t oldoff, argument
881 KASSERT(oldoff < dh->dh_dirblks * DIRBLKSIZ &&
885 slot = ufsdirhash_findslot(dh, dirp->d_name, dirp->d_namlen, oldoff);
/freebsd-11-stable/contrib/binutils/gas/
H A Dwrite.c2219 addressT oldoff, newoff; local
2221 oldoff = relax_align (was_address + fragP->fr_fix,
2228 if (oldoff > fragP->fr_subtype)
2229 oldoff = 0;
2234 growth = newoff - oldoff;
/freebsd-11-stable/sys/ufs/ffs/
H A Dffs_softdep.c3989 newjmvref(dp, ino, oldoff, newoff)
3992 off_t oldoff;
4002 jmvref->jm_oldoff = oldoff;

Completed in 161 milliseconds