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

  /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,
  /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...]

Completed in 13 milliseconds