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

/freebsd-9.3-release/sys/cddl/boot/zfs/
H A Dlz4.c191 BYTE *const oend = op + maxOutputSize; local
212 if ((cpy > oend - COPYLENGTH) ||
214 if (cpy > oend)
279 if (cpy > oend - COPYLENGTH) {
280 if (cpy > oend)
286 LZ4_SECURECOPY(ref, op, (oend - COPYLENGTH));
290 if (op == oend)
/freebsd-9.3-release/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-9.3-release/sys/geom/journal/
H A Dg_journal.c1478 off_t oend)
1487 cend = MIN(oend, bp->bio_offset + bp->bio_length);
1490 else if (cstart >= oend) {
1523 off_t oend)
1530 cend = MIN(oend, bp->bio_offset + bp->bio_length);
1533 else if (cstart >= oend)
1568 off_t oend)
1574 GJ_DEBUG(3, "READ: (%jd, %jd)", ostart, oend);
1612 bp = g_journal_read_queue_find(&sc->sc_delayed_queue.queue, pbp, ostart, oend);
1614 bp = g_journal_read_find(head, sorted, pbp, ostart, oend);
1477 g_journal_read_find(struct bio *head, int sorted, struct bio *pbp, off_t ostart, off_t oend) argument
1522 g_journal_read_queue_find(struct bio_queue *head, struct bio *pbp, off_t ostart, off_t oend) argument
1567 g_journal_read(struct g_journal_softc *sc, struct bio *pbp, off_t ostart, off_t oend) argument
[all...]
/freebsd-9.3-release/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-9.3-release/usr.sbin/pmcannotate/
H A Dpmcannotate.c680 uintptr_t tmppc, ostart, oend; local
755 oend = (uintptr_t)hend;
763 obj = entry_create(fname, tmppc, ostart, oend);

Completed in 109 milliseconds