Home
last modified time | relevance | path

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

/netbsd-src/tests/dev/audio/
H A Daudiotest.c1385 void test_rdwr_fallback(int, bool, bool);
2253 test_rdwr_fallback(int openmode, bool expwrite, bool expread) in test_rdwr_fallback() function
2296 DEF(rdwr_fallback_RDONLY) { test_rdwr_fallback(O_RDONLY, false, true); } in DEF()
2297 DEF(rdwr_fallback_WRONLY) { test_rdwr_fallback(O_WRONLY, true, false); } in DEF()
2310 test_rdwr_fallback(O_RDWR, true, expread); in DEF()