OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:test_audioctl_open_1
(Results
1 - 2
of
2
) sorted by relevancy
/src/tests/dev/audio/
audiotest.c
1407
void
test_audioctl_open_1
(int, int);
6836
test_audioctl_open_1
(int fmode, int cmode)
function in typeref:typename:void
6865
DEF(audioctl_open_1_RDONLY_RDONLY) {
test_audioctl_open_1
(O_RDONLY, O_RDONLY); }
6866
DEF(audioctl_open_1_RDONLY_RWONLY) {
test_audioctl_open_1
(O_RDONLY, O_WRONLY); }
6867
DEF(audioctl_open_1_RDONLY_RDWR) {
test_audioctl_open_1
(O_RDONLY, O_RDWR); }
6868
DEF(audioctl_open_1_WRONLY_RDONLY) {
test_audioctl_open_1
(O_WRONLY, O_RDONLY); }
6869
DEF(audioctl_open_1_WRONLY_RWONLY) {
test_audioctl_open_1
(O_WRONLY, O_WRONLY); }
6870
DEF(audioctl_open_1_WRONLY_RDWR) {
test_audioctl_open_1
(O_WRONLY, O_RDWR); }
6871
DEF(audioctl_open_1_RDWR_RDONLY) {
test_audioctl_open_1
(O_RDWR, O_RDONLY); }
6872
DEF(audioctl_open_1_RDWR_RWONLY) {
test_audioctl_open_1
(O_RDWR, O_WRONLY);
[
all
...]
audiotest.c
1407
void
test_audioctl_open_1
(int, int);
6836
test_audioctl_open_1
(int fmode, int cmode)
function in typeref:typename:void
6865
DEF(audioctl_open_1_RDONLY_RDONLY) {
test_audioctl_open_1
(O_RDONLY, O_RDONLY); }
6866
DEF(audioctl_open_1_RDONLY_RWONLY) {
test_audioctl_open_1
(O_RDONLY, O_WRONLY); }
6867
DEF(audioctl_open_1_RDONLY_RDWR) {
test_audioctl_open_1
(O_RDONLY, O_RDWR); }
6868
DEF(audioctl_open_1_WRONLY_RDONLY) {
test_audioctl_open_1
(O_WRONLY, O_RDONLY); }
6869
DEF(audioctl_open_1_WRONLY_RWONLY) {
test_audioctl_open_1
(O_WRONLY, O_WRONLY); }
6870
DEF(audioctl_open_1_WRONLY_RDWR) {
test_audioctl_open_1
(O_WRONLY, O_RDWR); }
6871
DEF(audioctl_open_1_RDWR_RDONLY) {
test_audioctl_open_1
(O_RDWR, O_RDONLY); }
6872
DEF(audioctl_open_1_RDWR_RWONLY) {
test_audioctl_open_1
(O_RDWR, O_WRONLY);
[
all
...]
Completed in 65 milliseconds
Indexes created Fri Sep 26 08:10:20 GMT 2025