Searched refs:jstart (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/sparc64/sparc64/
H A Djbusppm.c115 u_long tcount, tstart, jcount, jstart; local
142 if (bus_get_resource(dev, SYS_RES_MEMORY, i, &jstart,
195 jstart - tstart, jcount, &sc->sc_bh[i]);
/freebsd-11-stable/sys/ufs/ffs/
H A Dffs_softdep.c10748 ufs2_daddr_t jstart; local
10824 jstart = jnewblk->jn_blkno + jnewblk->jn_oldfrags;
10826 if ((blkno >= jstart && blkno < jend) ||
10827 (end > jstart && end <= jend)) {
10834 blkno, end, frags, jstart, jend);

Completed in 128 milliseconds