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

/illumos-gate/usr/src/uts/common/io/rsm/
H A Drsm.c7074 size_t evlistsz32; local
7086 evlistsz32 = sizeof (rsm_poll_event32_t) * msgp->numents;
7098 evlist32 = kmem_zalloc(evlistsz32, KM_SLEEP);
7105 evlistsz32, mode)) {
7107 kmem_free(evlist32, evlistsz32);
7134 kmem_free(evlist32, evlistsz32);
7196 size_t evlistsz32; local
7198 evlistsz32 = sizeof (rsm_poll_event32_t)*msgp->numents;
7200 evlist32 = kmem_zalloc(evlistsz32, KM_SLEEP);
7216 evlistsz32, mod
[all...]

Completed in 58 milliseconds