aio_hash_t
extern aio_hash_t *_aio_hash;
_aio_hash = (aio_hash_t *)mmap(NULL,
HASHSZ * sizeof (aio_hash_t), PROT_READ | PROT_WRITE,
aio_hash_t *hashp;
aio_hash_t *hashp;
aio_hash_t *hashp;
aio_hash_t *_aio_hash;
(void) munmap((void *)_aio_hash, HASHSZ * sizeof (aio_hash_t));