Searched refs:aio_hash_t (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libc/inc/
H A Dasyncio.h72 typedef struct aio_hash aio_hash_t; typedef in typeref:struct:aio_hash
254 void *hash_pad; /* ensure sizeof (aio_hash_t) == 32 */
258 extern aio_hash_t *_aio_hash;
/illumos-gate/usr/src/lib/libc/port/aio/
H A Daio.c99 aio_hash_t *_aio_hash;
184 _aio_hash = (aio_hash_t *)mmap(NULL,
185 HASHSZ * sizeof (aio_hash_t), PROT_READ | PROT_WRITE,
2044 aio_hash_t *hashp;
2070 aio_hash_t *hashp;
2097 aio_hash_t *hashp;
H A Daio_alloc.c317 (void) munmap((void *)_aio_hash, HASHSZ * sizeof (aio_hash_t));

Completed in 61 milliseconds