Searched refs:cache_t (Results 1 - 11 of 11) sorted by relevance

/opensolaris-onvv-gate/usr/src/stand/lib/fs/common/
H A Dcache.c68 } cache_t; typedef in typeref:struct:cache
71 cache_t *aged[2]; /* .. LRU list */
72 int (*cmp)(cache_t *); /* .. Ptr to comparison function */
83 {{(cache_t *)&h, (cache_t *)&h}, f, sizeof (t), n}
95 static cache_t *
96 get_cache(cache_t *cap, head_t *chp)
126 cap->link[Prev] = (cache_t *)chp->aged;
141 static cache_t *
149 * corresponding "cache_t" struc
[all...]
/opensolaris-onvv-gate/usr/src/lib/libmtmalloc/common/
H A Dmtmalloc_impl.h53 } cache_t; typedef in typeref:struct:cache
66 cache_t *mt_cache;
67 cache_t *mt_hint;
H A Dmtmalloc.c118 static void create_cache(cache_t *, size_t bufsize, uint_t hunks);
126 static void reinit_cache(cache_t *);
253 cache_t *cacheptr;
278 cacheptr = (cache_t *)*(uintptr_t *)mem;
321 cacheptr = (cache_t *)*(uintptr_t *)mem;
347 cache_t *cacheptr;
399 cacheptr = (cache_t *)*(uintptr_t *)mem;
884 create_cache(cache_t *cp, size_t size, uint_t chunksize)
890 cp->mt_freelist = ((caddr_t)cp + sizeof (cache_t));
891 cp->mt_span = chunksize * HUNKSIZE - sizeof (cache_t);
[all...]
/opensolaris-onvv-gate/usr/src/lib/libpkg/common/
H A Dnhash.h54 typedef struct cache_t { struct
/opensolaris-onvv-gate/usr/src/lib/print/libpapi-lpd/common/
H A Dpapi_impl.h66 } cache_t; typedef in typeref:struct:__anon4695
71 cache_t *cache; /* printer/job cache */
H A Dlpd-query.c277 cache_t *cache = NULL;
364 if ((cache = (cache_t *)calloc(1, sizeof (*cache))) == NULL)
498 cache_free(cache_t *item)
/opensolaris-onvv-gate/usr/src/cmd/rcm_daemon/common/
H A Dsvm_rcm.c153 } cache_t; typedef in typeref:struct:cache
162 static deventry_t *cache_dependent(cache_t *cache, char *devname, int devflags,
164 static deventry_t *cache_device(cache_t *cache, char *devname,
170 static int cache_all_devices(cache_t *cache);
171 static int cache_hsp(cache_t *cache, mdhspnamelist_t *nlp, md_hsp_t *hsp);
172 static int cache_trans(cache_t *cache, mdnamelist_t *nlp, md_trans_t *trans);
173 static int cache_mirror(cache_t *cache, mdnamelist_t *nlp,
175 static int cache_raid(cache_t *cache, mdnamelist_t *nlp, md_raid_t *raid);
176 static int cache_stripe(cache_t *cache, mdnamelist_t *nlp,
178 static int cache_sp(cache_t *cach
[all...]
H A Dfilesys_rcm.c84 } cache_t; typedef in typeref:struct:__anon1467
105 static cache_t *cache_create();
106 static int cache_insert(cache_t *, struct mnttab *);
107 static int cache_sync(rcm_handle_t *, cache_t **);
108 static hashentry_t *cache_lookup(cache_t *, char *);
109 static void free_cache(cache_t **);
139 static cache_t *mnt_cache;
690 static cache_t *
694 cache_t *cache;
721 if ((cache = (cache_t *)callo
[all...]
/opensolaris-onvv-gate/usr/src/cmd/isns/isnsd/
H A Dcache.c54 static cache_t *imc;
78 imc = (cache_t *)calloc(sizeof (cache_t), 1);
H A Disns_cache.h66 } cache_t; typedef in typeref:struct:cache
/opensolaris-onvv-gate/usr/src/cmd/lvm/rpc.metamedd/
H A Dmed_hash.h55 typedef struct cache_t { struct

Completed in 71 milliseconds