Home
last modified time | relevance | path

Searched refs:stream_mmap_ops (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sort/
H A Dstreams_mmap.h51 extern const stream_ops_t stream_mmap_ops;
H A Dstreams_mmap.c207 const stream_ops_t stream_mmap_ops = { variable
H A Dstreams.c77 str->s_ops = stream_mmap_ops; in stream_set()