Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sort/common/
H A Dstreams_mmap.h53 extern const stream_ops_t stream_mmap_ops;
H A Dstreams_mmap.c209 const stream_ops_t stream_mmap_ops = { variable
H A Dstreams.c79 str->s_ops = stream_mmap_ops; in stream_set()