Home
last modified time | relevance | path

Searched refs:anon (Results 1 – 25 of 29) sorted by relevance

12

/titanic_50/usr/src/uts/common/vm/
H A Danon.h86 struct anon { struct
91 struct anon *an_hash; /* hash table of anon slots */ argument
131 extern struct anon **anon_hash;
384 extern struct anon *anon_alloc(struct vnode *, anoff_t);
396 extern int anon_getpage(struct anon **, uint_t *, struct page **,
409 extern struct page *anon_private(struct anon **, struct seg *,
413 struct anon **, struct cred *);
427 extern void anon_swap_free(struct anon *, struct page *);
428 extern void anon_decref(struct anon *);
435 extern struct anon *anon_get_ptr(struct anon_hdr *, ulong_t);
[all …]
H A Dvm_anon.c143 struct anon **anon_hash;
232 anon_hash = (struct anon **) in anon_init()
233 kmem_zalloc(sizeof (struct anon *) * anon_hash_size, KM_SLEEP); in anon_init()
234 anon_cache = kmem_cache_create("anon_cache", sizeof (struct anon), in anon_init()
257 anon_addhash(struct anon *ap) in anon_addhash()
268 anon_rmhash(struct anon *ap) in anon_rmhash()
270 struct anon **app; in anon_rmhash()
312 ahp->size * sizeof (struct anon *), kmemflags); in anon_create()
360 kmem_free(ahp->array_chunk, ahp->size * sizeof (struct anon *)); in anon_release()
381 struct anon *
[all …]
H A DMakefile31 HDRS= anon.h as.h faultcode.h vpm.h hat.h kpm.h page.h pvn.h rm.h seg.h \
H A Dvm_swap.c354 struct anon *
357 struct anon *ap; in swap_anon()
1374 struct anon **app, *ap; in swapdel()
1571 struct anon *ap = NULL; in swapslot_free()
1671 struct anon *ap = NULL; /* anon slot for vp, off */ in swap_newphysname()
1782 struct anon *ap; in swap_getphysname()
H A Dseg_kp.c515 struct anon *ap; in segkp_get_internal()
647 struct anon *ap; in segkp_release_internal()
1125 struct anon *ap; in segkp_load()
1186 struct anon *ap; in segkp_unlock()
H A Dseg_spt.c300 struct anon *ap; in segspt_shmincore()
622 struct anon *ap; in segspt_free_pages()
836 struct anon *ap; in segspt_dismpagelock()
1193 struct anon *ap; in segspt_shmpagelock()
1586 struct anon *ap = NULL; in segspt_softunlock()
2020 struct anon *ap = NULL; in segspt_shmfault()
2573 struct anon *ap; in spt_unlockpages()
3017 struct anon *ap; in segspt_shmgetmemid()
H A Dseg_vn.c913 struct anon *ap; in segvn_create()
1504 struct anon *ap, *newap; in segvn_dup_pages()
2573 struct anon *ap = NULL; in segvn_softunlock()
2723 struct anon *ap, *oldap; in segvn_faultpage()
5190 struct anon *ap; in segvn_fault()
5238 struct anon *fap = NULL; in segvn_fault()
5341 struct anon *ap; in segvn_fault()
5532 struct anon *ap; in segvn_fault()
5626 struct anon *ap; in segvn_faulta()
5895 struct anon *ap = NULL; in segvn_setprot()
[all …]
H A Dvm_usage.c491 mod_hash_null_valdtor, sizeof (struct anon)); in vmu_alloc_entity()
906 struct anon *ap; in vmu_amp_update_incore_bounds()
1203 struct anon *ap; in vmu_calculate_seg()
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dmemory.c1163 struct anon anon; in anon_walk_step() local
1227 mdb_vread(&anon, sizeof (anon), anonptr); in anon_walk_step()
1228 return (wsp->walk_callback(anonptr, &anon, wsp->walk_cbdata)); in anon_walk_step()
1511 const struct anon *const anon = wsp->walk_layer; in segvn_pages_walk_step() local
1517 if (anon->an_vp != NULL || anon->an_off != 0) { in segvn_pages_walk_step()
1518 pp = mdb_page_lookup((uintptr_t)anon->an_vp, in segvn_pages_walk_step()
1519 anon->an_off); in segvn_pages_walk_step()
1524 anon->an_vp, anon->an_off); in segvn_pages_walk_step()
1527 if (anon->an_pvp == NULL) { in segvn_pages_walk_step()
H A Dgcore.c363 mdb_anon_t anon; in gcore_anon_get() local
368 if (mdb_ctf_vread(&anon, "struct anon", "mdb_anon_t", ap, 0) == in gcore_anon_get()
373 *vp = anon.an_vp; in gcore_anon_get()
374 *off = anon.an_off; in gcore_anon_get()
/titanic_50/usr/src/uts/common/sys/
H A Dvmsystm.h122 struct anon;
149 struct anon **, size_t *, int);
H A Dswap.h213 extern struct anon *swap_anon(struct vnode *vp, u_offset_t off);
H A Dfem.h116 void *anon; /* anonymous, for updates */ member
127 void *anon; member
/titanic_50/usr/src/lib/libsmbfs/smb/
H A Dui-sun.c137 smb_browse(struct smb_ctx *ctx, int anon) in smb_browse() argument
/titanic_50/usr/src/uts/common/avs/ns/rdc/
H A Drdc_dev.c1883 aio_buf_t *anon = NULL; in _rdc_remote_write() local
1962 anon = rdc_aio_buf_get(h, krdc->index); in _rdc_remote_write()
1963 if (anon == NULL) { in _rdc_remote_write()
1972 anon->rdc_abufp); in _rdc_remote_write()
1989 if ((anon == NULL) && h && (h->rdc_flags & RDC_ASYNC_VEC)) { in _rdc_remote_write()
1993 anon = rdc_aio_buf_get(h, krdc->index); in _rdc_remote_write()
1994 if (anon) { in _rdc_remote_write()
1995 (void) nsc_free_buf(anon->rdc_abufp); in _rdc_remote_write()
2189 aio_buf_t *anon; in _rdc_write() local
2372 anon = rdc_aio_buf_get(h, krdc->index); in _rdc_write()
[all …]
/titanic_50/usr/src/tools/scripts/
H A Dhgsetup.sh163 onnv-gate=ssh://anon@hg.opensolaris.org//hg/onnv/onnv-gate
/titanic_50/usr/src/cmd/dtrace/demo/
H A Dchapters16 name: anon
/titanic_50/usr/src/uts/common/fs/
H A Dfem.c58 #define FEM_HEAD(_t) femtype[(_t)].head.fn_op.anon
279 *fp = *(void **)((char *)fnod->fn_op.anon + offs0); in _op_find()
280 ptr = (void *)(ap->fa_vnode.anon); in _op_find()
282 } else if ((*fp = *(void **)((char *)fnod->fn_op.anon+offs1)) in _op_find()
2920 sp->feml_nodes[1].fn_op.anon = baseops; in femlist_construct()
2975 if ((nnode->fn_op.anon == NULL) || (nnode->fn_available == NULL)) { in fem_push_node()
3065 void *fn_op = list->feml_nodes[i].fn_op.anon; in fem_push_node()
3080 if (fn_op == nnode->fn_op.anon) { in fem_push_node()
3086 if ((fn_op == nnode->fn_op.anon) && in fem_push_node()
3130 if (fn->fn_op.anon == opset && in remove_node()
[all …]
/titanic_50/usr/src/uts/common/fs/swapfs/
H A Dswap_vnops.c227 struct anon *ap; in swap_getapage()
413 struct anon *ap; in swap_getconpage()
/titanic_50/usr/src/cmd/mdb/common/modules/dtrace/
H A Ddtrace.c1021 dtrace_anon_t anon; in dtrace() local
1062 if (mdb_readvar(&anon, "dtrace_anon") == -1) { in dtrace()
1067 md.dtmd_isanon = ((uintptr_t)anon.dta_state == addr); in dtrace()
1662 dtrace_anon_t anon; in dtrace_state() local
1682 if (mdb_readvar(&anon, "dtrace_anon") == -1) { in dtrace_state()
1687 if ((uintptr_t)anon.dta_state == addr) { in dtrace_state()
/titanic_50/usr/src/uts/common/os/
H A Dvm_subr.c353 struct anon **app, size_t *lenp, int cow) in cow_mapin()
H A Dshm.c1126 struct anon *ap; in lock_again()
1203 struct anon *ap; in shmem_unlock()
/titanic_50/usr/src/lib/libsldap/common/
H A Dns_standalone.c1312 ns_cred_t anon; in __ns_ldap_getRootDSE() local
1378 (void) memset(&anon, 0, sizeof (ns_cred_t)); in __ns_ldap_getRootDSE()
1379 anon.auth.type = NS_LDAP_AUTH_NONE; in __ns_ldap_getRootDSE()
1388 &anon, in __ns_ldap_getRootDSE()
H A Dns_connect.c1718 ns_cred_t anon; in getConnection() local
1805 (void) memset(&anon, 0, sizeof (ns_cred_t)); in getConnection()
1806 anon.auth.type = NS_LDAP_AUTH_NONE; in getConnection()
1842 rc = makeConnection(&con, server, &anon, in getConnection()
/titanic_50/usr/src/cmd/sgs/rtld/common/
H A Drtld.msg100 @ MSG_SYS_MMAPANON "mmap anon failed: %s"

12