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

/freebsd-10-stable/sys/cddl/boot/zfs/
H A Dlz4.c212 BYTE *const oend = op + maxOutputSize; local
233 if ((cpy > oend - COPYLENGTH) ||
235 if (cpy > oend)
300 if (cpy > oend - COPYLENGTH) {
301 if (cpy > oend)
307 LZ4_SECURECOPY(ref, op, (oend - COPYLENGTH));
311 if (op == oend)
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dlz4.c480 const BYTE *const oend = (BYTE *) dest + osize; local
537 (length >> 8) > oend)
587 if unlikely(op + (1 + LASTLITERALS) + (len >> 8) > oend)
630 oend)
675 const BYTE *const oend = (BYTE *) dest + osize; local
730 (length >> 8) > oend)
780 if unlikely(op + (1 + LASTLITERALS) + (len >> 8) > oend)
823 oend)
892 BYTE *const oend = op + maxOutputSize; local
916 if ((cpy > oend
[all...]
/freebsd-10-stable/sbin/sunlabel/
H A Dsunlabel.c262 uint64_t oend; local
314 oend = ostart + sl->sl_part[j].sdkp_nsectors;
315 if ((start <= ostart && end >= oend) ||
316 (start > ostart && start < oend) ||
317 (end > ostart && end < oend)) {
/freebsd-10-stable/usr.sbin/pmcannotate/
H A Dpmcannotate.c678 uintptr_t tmppc, ostart, oend; local
753 oend = (uintptr_t)hend;
761 obj = entry_create(fname, tmppc, ostart, oend);
/freebsd-10-stable/sys/geom/journal/
H A Dg_journal.c1479 off_t oend)
1488 cend = MIN(oend, bp->bio_offset + bp->bio_length);
1491 else if (cstart >= oend) {
1530 off_t oend)
1536 GJ_DEBUG(3, "READ: (%jd, %jd)", ostart, oend);
1567 bp = g_journal_read_find(head, sorted, pbp, ostart, oend);
1573 cend = MIN(oend, bp->bio_offset + bp->bio_length);
1597 if (oend > cend)
1598 g_journal_read(sc, pbp, cend, oend);
1604 GJ_DEBUG(3, "READ(data): (%jd, %jd)", ostart, oend);
1478 g_journal_read_find(struct bio *head, int sorted, struct bio *pbp, off_t ostart, off_t oend) argument
1529 g_journal_read(struct g_journal_softc *sc, struct bio *pbp, off_t ostart, off_t oend) argument
[all...]

Completed in 183 milliseconds