/illumos-gate/usr/src/uts/common/vm/ |
H A D | anon.h | 86 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 D | vm_anon.c | 142 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 D | Makefile | 31 HDRS= anon.h as.h faultcode.h vpm.h hat.h kpm.h page.h pvn.h rm.h seg.h \
|
H A D | vm_swap.c | 359 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 D | seg_kp.c | 516 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 D | seg_spt.c | 447 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 D | seg_vn.c | 924 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 D | vm_usage.c | 491 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 D | memory.c | 1197 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 D | gcore.c | 363 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 D | vmsystm.h | 125 struct anon; 152 struct anon **, size_t *, int);
|
H A D | swap.h | 213 extern struct anon *swap_anon(struct vnode *vp, u_offset_t off);
|
H A D | fem.h | 116 void *anon; /* anonymous, for updates */ member 127 void *anon; member
|
/illumos-gate/usr/src/lib/libsmbfs/smb/ |
H A D | ui-sun.c | 137 smb_browse(struct smb_ctx *ctx, int anon) in smb_browse() argument
|
/illumos-gate/usr/src/uts/common/fs/ |
H A D | fem.c | 58 #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 D | chapters | 16 name: anon
|
/illumos-gate/usr/src/uts/common/fs/swapfs/ |
H A D | swap_vnops.c | 227 struct anon *ap; in swap_getapage() 413 struct anon *ap; in swap_getconpage()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/dtrace/ |
H A D | dtrace.c | 1069 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 D | vm_subr.c | 341 struct anon **app, size_t *lenp, int cow) in cow_mapin()
|
H A D | shm.c | 1126 struct anon *ap; in lock_again() 1203 struct anon *ap; in shmem_unlock()
|
/illumos-gate/usr/src/lib/libsldap/common/ |
H A D | ns_standalone.c | 1313 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 D | ns_connect.c | 1718 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 D | rtld.msg | 101 @ MSG_SYS_MMAPANON "mmap anon failed: %s"
|
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | parse.c | 2947 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 D | extra | 202 anon
|