Searched refs:xzmap (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/sort/common/ |
H A D | utility.h | 159 extern void *xzmap(void *, size_t, int, int, off_t);
|
H A D | streams_wide.c | 61 str->s_buffer = xzmap(0, WIDE_VBUF_SIZE, PROT_READ |
|
H A D | streams.c | 295 str->s_buffer = xzmap(0, p_new_size, PROT_READ | PROT_WRITE,
|
H A D | streams_stdio.c | 92 str->s_buffer = xzmap(0, STDIO_VBUF_SIZE, PROT_READ |
|
H A D | utility.c | 421 xzmap(void *addr, size_t len, int prot, int flags, off_t off) function
|
Completed in 62 milliseconds