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

/illumos-gate/usr/src/cmd/sort/common/
H A Dtypes.h172 int (*sop_is_closable)(struct stream *); member in struct:stream_ops
186 #define SOP_IS_CLOSABLE(s) ((s)->s_ops.sop_is_closable)(s)

Completed in 46 milliseconds