Searched refs:fifo_type (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/bsd/atf/dist/atf-c++/detail/
H A Dfs.hpp224 static const int fifo_type; member in class:atf::fs::file_info
H A Dfs.cpp293 const int impl::file_info::fifo_type = atf_fs_stat_fifo_type; member in class:impl::file_info
/netbsd-current/external/bsd/atf/dist/tools/
H A Dfs.hpp197 static const int fifo_type; member in class:tools::fs::file_info
H A Dfs.cpp415 const int impl::file_info::fifo_type = 4; member in class:impl::file_info
433 case S_IFIFO: m_type = fifo_type; break;

Completed in 128 milliseconds