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

/freebsd-9.3-release/sys/sparc64/sparc64/
H A Dmem.c88 vm_offset_t ova; local
101 ova = 0;
137 if (ova == 0) {
140 ova = kmem_alloc_wait(kernel_map,
144 va = ova + m->md.color * PAGE_SIZE;
146 va = ova;
181 if (ova != 0)
182 kmem_free_wakeup(kernel_map, ova, PAGE_SIZE * colors);
H A Dtsb.c119 vm_offset_t ova; local
169 ova = TTE_GET_VA(tp);
170 pmap_remove_tte(pm, NULL, tp, ova);
171 tlb_page_demap(pm, ova);
H A Dpmap.c1038 vm_offset_t ova; local
1058 ova = TTE_GET_VA(tp);
1059 if (m == om && va == ova) {
1064 pmap_cache_remove(om, ova);
1065 if (va != ova)
1066 tlb_page_demap(kernel_pmap, ova);
/freebsd-9.3-release/sys/fs/coda/
H A Dcoda_venus.h71 /*out*/ struct CodaFid *VFid, struct vattr *ova);
H A Dcoda_vnops.c1283 struct vattr ova; local
1301 td->td_proc, &VFid, &ova);
1318 VTOC(*vpp)->c_vattr = ova;
H A Dcoda_venus.c577 /*out*/ struct CodaFid *VFid, struct vattr *ova)
596 CNV_VV2V_ATTR(ova, &outp->attr);
575 venus_mkdir(void *mdp, struct CodaFid *fid, const char *nm, int len, struct vattr *va, struct ucred *cred, struct proc *p, struct CodaFid *VFid, struct vattr *ova) argument

Completed in 108 milliseconds