/src/tests/dev/audio/ |
audiotest.c | 1385 void test_rdwr_fallback(int, bool, bool); 2253 test_rdwr_fallback(int openmode, bool expwrite, bool expread) function in typeref:typename:void 2296 DEF(rdwr_fallback_RDONLY) { test_rdwr_fallback(O_RDONLY, false, true); } 2297 DEF(rdwr_fallback_WRONLY) { test_rdwr_fallback(O_WRONLY, true, false); } 2310 test_rdwr_fallback(O_RDWR, true, expread);
|
audiotest.c | 1385 void test_rdwr_fallback(int, bool, bool); 2253 test_rdwr_fallback(int openmode, bool expwrite, bool expread) function in typeref:typename:void 2296 DEF(rdwr_fallback_RDONLY) { test_rdwr_fallback(O_RDONLY, false, true); } 2297 DEF(rdwr_fallback_WRONLY) { test_rdwr_fallback(O_WRONLY, true, false); } 2310 test_rdwr_fallback(O_RDWR, true, expread);
|
audiotest.c | 1385 void test_rdwr_fallback(int, bool, bool); 2253 test_rdwr_fallback(int openmode, bool expwrite, bool expread) function in typeref:typename:void 2296 DEF(rdwr_fallback_RDONLY) { test_rdwr_fallback(O_RDONLY, false, true); } 2297 DEF(rdwr_fallback_WRONLY) { test_rdwr_fallback(O_WRONLY, true, false); } 2310 test_rdwr_fallback(O_RDWR, true, expread);
|