Home
last modified time | relevance | path

Searched refs:xzmap (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/sort/common/
H A Dutility.h159 extern void *xzmap(void *, size_t, int, int, off_t);
H A Dstreams_wide.c61 str->s_buffer = xzmap(0, WIDE_VBUF_SIZE, PROT_READ | in stream_wide_prime()
H A Dstreams_stdio.c92 str->s_buffer = xzmap(0, STDIO_VBUF_SIZE, PROT_READ | in stream_stdio_prime()
H A Dstreams.c295 str->s_buffer = xzmap(0, p_new_size, PROT_READ | PROT_WRITE, in stream_set_size()
H A Dutility.c421 xzmap(void *addr, size_t len, int prot, int flags, off_t off) in xzmap() function