HomeSort by: relevance | last modified time | path
    Searched defs:test_rdwr_fallback (Results 1 - 3 of 3) sorted by relevancy

  /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);

Completed in 42 milliseconds