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

/freebsd-9.3-release/sys/geom/journal/
H A Dg_journal.c1477 g_journal_read_find(struct bio *head, int sorted, struct bio *pbp, off_t ostart, argument
1486 cstart = MAX(ostart, bp->bio_offset);
1488 if (cend <= ostart)
1522 g_journal_read_queue_find(struct bio_queue *head, struct bio *pbp, off_t ostart, argument
1529 cstart = MAX(ostart, bp->bio_offset);
1531 if (cend <= ostart)
1567 g_journal_read(struct g_journal_softc *sc, struct bio *pbp, off_t ostart, argument
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, oen
[all...]
/freebsd-9.3-release/sbin/sunlabel/
H A Dsunlabel.c260 uint64_t ostart; local
312 ostart = (uint64_t)sl->sl_part[j].sdkp_cyloffset *
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/makefs/ffs/
H A Dffs_alloc.c537 int ostart, olen; local
549 ostart = start;
565 ostart, olen,
/freebsd-9.3-release/usr.sbin/pmcannotate/
H A Dpmcannotate.c680 uintptr_t tmppc, ostart, oend; local
754 ostart = (uintptr_t)hstart;
763 obj = entry_create(fname, tmppc, ostart, oend);
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Drdataslab.c591 unsigned char *ocurrent, *ostart, *ncurrent, *tstart, *tcurrent, *data; local
621 ostart = ocurrent;
744 ocurrent = ostart;
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dcoffgen.c149 bfd_vma ostart = bfd_get_start_address (abfd); local
221 bfd_get_start_address (abfd) = ostart;

Completed in 81 milliseconds