Searched defs:base_stream (Results 1 – 1 of 1) sorted by relevance
72 struct base_stream { struct73 void (*init)(void *);74 void (*process)(void *, atf_process_child_t *);75 void (*fini)(void *);81 atf_process_stream_t m_sb;82 atf_process_stream_t *m_sb_ptr;83 enum out_type m_type;