Searched defs:cache_t (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/print/libpapi-lpd/common/
H A Dpapi_impl.h66 } cache_t; typedef in typeref:struct:__anon4335
71 cache_t *cache; /* printer/job cache */
/illumos-gate/usr/src/lib/libpkg/common/
H A Dnhash.h54 typedef struct cache_t { struct
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Disns_cache.h66 } cache_t; typedef in typeref:struct:cache
/illumos-gate/usr/src/cmd/lvm/rpc.metamedd/
H A Dmed_hash.h49 typedef struct cache_t { struct
/illumos-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;
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dfilesys_rcm.c84 } cache_t; typedef in typeref:struct:__anon1301
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...]
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...]
/illumos-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...]

Completed in 74 milliseconds