Home
last modified time | relevance | path

Searched refs:anoff_t (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/uts/common/vm/
H A Danon.h55 typedef unsigned long anoff_t; /* anon offsets */ typedef
89 anoff_t an_off; /* offset of anon page */
90 anoff_t an_poff; /* offset in vnode */
384 extern struct anon *anon_alloc(struct vnode *, anoff_t);
H A Dvm_anon.c979 anon_alloc(struct vnode *vp, anoff_t off) in anon_alloc()
1056 anoff_t off; in anon_decref()
1158 anoff_t off; in anon_decref_pages()
1671 anoff_t off; in anon_disclaim()
1906 anoff_t off; in anon_getpage()
1984 anoff_t off; in anon_map_getpages()
2403 anoff_t off; in anon_private()
2548 anoff_t off; in anon_map_privatepages()
2793 anoff_t off; in anon_zero()
2855 anoff_t ap_off; in anon_map_createpages()
H A Dseg_kp.c493 anoff_t off; in segkp_get_internal()
646 anoff_t off; in segkp_release_internal()
1123 anoff_t off; in segkp_load()
1185 anoff_t off; in segkp_unlock()
H A Dvm_usage.c905 anoff_t off; in vmu_amp_update_incore_bounds()
1201 anoff_t off; in vmu_calculate_seg()
H A Dseg_vn.c6507 anoff_t aoff; in segvn_claim_pages()
/titanic_41/usr/src/uts/common/sys/
H A Dswap.h195 (AP)->an_off = (anoff_t)((((uintptr_t)(AP)) >> \
/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_gcore.h216 anoff_t an_off;
/titanic_41/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vnops.c1773 anoff_t toff = (anoff_t)off; in tmp_getpage()
1800 for (toff = (anoff_t)off; toff < (anoff_t)off + len; in tmp_getpage()