Home
last modified time | relevance | path

Searched refs:moffset (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/net/
H A Dbpf_zerocopy.c293 u_int count, moffset, page, poffset; in bpf_zerocopy_append_mbuf() local
317 moffset = 0; in bpf_zerocopy_append_mbuf()
325 count = min(m->m_len - moffset, len); in bpf_zerocopy_append_mbuf()
327 bcopy(mtod(m, u_char *) + moffset, in bpf_zerocopy_append_mbuf()
338 moffset += count; in bpf_zerocopy_append_mbuf()
339 if (moffset == m->m_len) { in bpf_zerocopy_append_mbuf()
341 moffset = 0; in bpf_zerocopy_append_mbuf()
/freebsd/lib/libc/regex/
H A Dregcomp.c297 g->moffset = -1; in regcomp_internal()
1889 g->moffset = 0;
1938 g->moffset += offset;
1941 g->moffset = offset;
1953 g->moffset += offset;
1956 g->moffset = offset;
1971 g->moffset += offset;
1974 g->moffset = offset;
1994 g->moffset += offset;
1996 g->moffset = offset;
[all …]
H A Dregex2.h189 int moffset; /* latest point at which must may be located */ member
H A Dengine.c283 if (dp != NULL && g->moffset > -1) { in matcher()
286 nstart = stepback(start, dp, g->moffset); in matcher()
/freebsd/sys/fs/fuse/
H A Dfuse_kernel.h987 uint64_t moffset; member
997 uint64_t moffset; member
/freebsd/sys/geom/raid3/
H A Dg_raid3.c1739 off_t boffset, moffset; in g_raid3_sync_request() local
1806 moffset = sc->sc_mediasize; in g_raid3_sync_request()
1812 if (boffset < moffset) in g_raid3_sync_request()
1813 moffset = boffset; in g_raid3_sync_request()
1815 if (sync->ds_offset_done + maxphys * 100 < moffset) { in g_raid3_sync_request()
1817 sync->ds_offset_done = moffset; in g_raid3_sync_request()
/freebsd/contrib/file/src/
H A Dsoftmagic.c59 file_private int moffset(struct magic_set *, struct magic *,
336 switch (moffset(ms, m, bb.flen, offset, in match()
472 switch (moffset(ms, m, bb.flen, offset, in match()
863 moffset(struct magic_set *ms, struct magic *m, size_t nbytes, in moffset() function