Home
last modified time | relevance | path

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

12

/illumos-gate/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.c142 struct anon **anon_hash;
231 anon_hash = (struct anon **) in anon_init()
232 kmem_zalloc(sizeof (struct anon *) * anon_hash_size, KM_SLEEP); in anon_init()
233 anon_cache = kmem_cache_create("anon_cache", sizeof (struct anon), in anon_init()
256 anon_addhash(struct anon *ap) in anon_addhash()
267 anon_rmhash(struct anon *ap) in anon_rmhash()
269 struct anon **app; in anon_rmhash()
311 ahp->size * sizeof (struct anon *), kmemflags); in anon_create()
359 kmem_free(ahp->array_chunk, ahp->size * sizeof (struct anon *)); in anon_release()
380 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.c359 struct anon *
362 struct anon *ap; in swap_anon()
1401 struct anon **app, *ap; in swapdel()
1598 struct anon *ap = NULL; in swapslot_free()
1698 struct anon *ap = NULL; /* anon slot for vp, off */ in swap_newphysname()
1809 struct anon *ap; in swap_getphysname()
H A Dseg_kp.c516 struct anon *ap; in segkp_get_internal()
648 struct anon *ap; in segkp_release_internal()
1127 struct anon *ap; in segkp_load()
1188 struct anon *ap; in segkp_unlock()
H A Dseg_spt.c447 struct anon *ap; in segspt_shmincore()
767 struct anon *ap; in segspt_free_pages()
984 struct anon *ap; in segspt_dismpagelock()
1341 struct anon *ap; in segspt_shmpagelock()
1734 struct anon *ap = NULL; in segspt_softunlock()
2169 struct anon *ap = NULL; in segspt_shmfault()
2722 struct anon *ap; in spt_unlockpages()
3166 struct anon *ap; in segspt_shmgetmemid()
H A Dseg_vn.c924 struct anon *ap; in segvn_create()
1510 struct anon *ap, *newap; in segvn_dup_pages()
2579 struct anon *ap = NULL; in segvn_softunlock()
2729 struct anon *ap, *oldap; in segvn_faultpage()
5201 struct anon *ap; in segvn_fault()
5249 struct anon *fap = NULL; in segvn_fault()
5352 struct anon *ap; in segvn_fault()
5543 struct anon *ap; in segvn_fault()
5637 struct anon *ap; in segvn_faulta()
5906 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()
1205 struct anon *ap; in vmu_calculate_seg()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dmemory.c1197 struct anon anon; in anon_walk_step() local
1261 mdb_vread(&anon, sizeof (anon), anonptr); in anon_walk_step()
1262 return (wsp->walk_callback(anonptr, &anon, wsp->walk_cbdata)); in anon_walk_step()
1545 const struct anon *const anon = wsp->walk_layer; in segvn_pages_walk_step() local
1551 if (anon->an_vp != NULL || anon->an_off != 0) { in segvn_pages_walk_step()
1552 pp = mdb_page_lookup((uintptr_t)anon->an_vp, in segvn_pages_walk_step()
1553 anon->an_off); in segvn_pages_walk_step()
1558 anon->an_vp, anon->an_off); in segvn_pages_walk_step()
1561 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()
/illumos-gate/usr/src/uts/common/sys/
H A Dvmsystm.h125 struct anon;
152 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
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dui-sun.c137 smb_browse(struct smb_ctx *ctx, int anon) in smb_browse() argument
/illumos-gate/usr/src/uts/common/fs/
H A Dfem.c58 #define FEM_HEAD(_t) femtype[(_t)].head.fn_op.anon
281 *fp = *(void **)((char *)fnod->fn_op.anon + offs0); in _op_find()
282 ptr = (void *)(ap->fa_vnode.anon); in _op_find()
284 } else if ((*fp = *(void **)((char *)fnod->fn_op.anon+offs1)) in _op_find()
2968 sp->feml_nodes[1].fn_op.anon = baseops; in femlist_construct()
3023 if ((nnode->fn_op.anon == NULL) || (nnode->fn_available == NULL)) { in fem_push_node()
3113 void *fn_op = list->feml_nodes[i].fn_op.anon; in fem_push_node()
3128 if (fn_op == nnode->fn_op.anon) { in fem_push_node()
3134 if ((fn_op == nnode->fn_op.anon) && in fem_push_node()
3179 if (fn->fn_op.anon == opset && in remove_node()
[all …]
/illumos-gate/usr/src/cmd/dtrace/demo/
H A Dchapters16 name: anon
/illumos-gate/usr/src/uts/common/fs/swapfs/
H A Dswap_vnops.c227 struct anon *ap; in swap_getapage()
413 struct anon *ap; in swap_getconpage()
/illumos-gate/usr/src/cmd/mdb/common/modules/dtrace/
H A Ddtrace.c1069 dtrace_anon_t anon; in dtrace() local
1110 if (mdb_readvar(&anon, "dtrace_anon") == -1) { in dtrace()
1115 md.dtmd_isanon = ((uintptr_t)anon.dta_state == addr); in dtrace()
1710 dtrace_anon_t anon; in dtrace_state() local
1730 if (mdb_readvar(&anon, "dtrace_anon") == -1) { in dtrace_state()
1735 if ((uintptr_t)anon.dta_state == addr) { in dtrace_state()
/illumos-gate/usr/src/uts/common/os/
H A Dvm_subr.c341 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()
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_standalone.c1313 ns_cred_t anon; in __ns_ldap_getRootDSE() local
1379 (void) memset(&anon, 0, sizeof (ns_cred_t)); in __ns_ldap_getRootDSE()
1380 anon.auth.type = NS_LDAP_AUTH_NONE; in __ns_ldap_getRootDSE()
1389 &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()
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Drtld.msg101 @ MSG_SYS_MMAPANON "mmap anon failed: %s"
/illumos-gate/usr/src/tools/smatch/src/
H A Dparse.c2947 struct symbol *anon = alloc_symbol(token->pos, SYM_NODE); in toplevel_asm_declaration() local
2951 anon->ctype.base_type = fn; in toplevel_asm_declaration()
2957 add_symbol(list, anon); in toplevel_asm_declaration()
/illumos-gate/usr/src/cmd/spell/
H A Dextra202 anon

12