acache_t
acache_t ac;
sizeof (acache_t),
OFFSETOF(acache_t, next)
acache_t *ap;
while (ap != (acache_t *)hp) {
acache_t *ap;
acache_t *nap;
while (ap != (acache_t *)hp) {
nap->prev = (acache_t *)hp;
acache_t *ap;
acache_t *tmpap;
acache_t *rplist;
acache[i].next = (acache_t *)&acache[i];
acache[i].prev = (acache_t *)&acache[i];
sizeof (acache_t), 0, NULL, NULL, NULL, NULL, NULL, 0);
acache_t *r_acache; /* list of access cache entries */