HomeSort by: relevance | last modified time | path
    Searched refs:baseoff (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/sparc/sparc/
cache.c 517 int i, ls, baseoff; local in function:sun4_cache_flush
541 baseoff = (int)base & PGOFSET;
542 i = (baseoff + len + PGOFSET) >> PGSHIFT;
548 p = (char *)((int)base & ~baseoff);
561 baseoff = (u_int)base & SGOFSET;
562 i = (baseoff + len + SGOFSET) >> SGSHIFT;
569 baseoff = (u_int)base & RGOFSET;
570 i = (baseoff + len + RGOFSET) >> RGSHIFT;
773 int i, baseoff; local in function:srmmu_cache_flush
805 baseoff = (u_int)base & SGOFSET
    [all...]
  /src/sys/ufs/lfs/
ulfs_quota2_subr.c 48 lfsquota2_addfreeq2e(struct quota2_header *q2h, void *bp, uint64_t baseoff,
51 uint64_t blkoff = baseoff % bsize;
59 q2h->q2h_free = ulfs_rw64(i * sizeof(*q2e) + baseoff, ns);
  /src/sys/ufs/ufs/
quota2_subr.c 45 quota2_addfreeq2e(struct quota2_header *q2h, void *bp, uint64_t baseoff,
48 uint64_t blkoff = baseoff % bsize;
56 q2h->q2h_free = ufs_rw64(i * sizeof(*q2e) + baseoff, ns);
  /src/sys/arch/amiga/dev/
hyper.c 69 unsigned baseoff; member in struct:hyper_prods
139 hprsc->sc_bst.base = (u_long)zap->va + hprpp->baseoff;
  /src/sbin/fsck_ffs/
quota2.c 83 uint64_t baseoff; local in function:quota2_alloc_quota
87 baseoff = iswap64(DIP(dp, size));
93 quota2_addfreeq2e(q2h, bp->b_un.b_buf, baseoff,

Completed in 13 milliseconds