OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:test_mmap_mode
(Results
1 - 1
of
1
) sorted by relevancy
/src/tests/dev/audio/
audiotest.c
1387
void
test_mmap_mode
(int, int);
2582
test_mmap_mode
(int mode, int prot)
function in typeref:typename:void
2680
DEF(mmap_mode_RDONLY_NONE) {
test_mmap_mode
(O_RDONLY, PROT_NONE); }
2681
DEF(mmap_mode_RDONLY_READ) {
test_mmap_mode
(O_RDONLY, PROT_READ); }
2682
DEF(mmap_mode_RDONLY_WRITE) {
test_mmap_mode
(O_RDONLY, PROT_WRITE); }
2683
DEF(mmap_mode_RDONLY_READWRITE) {
test_mmap_mode
(O_RDONLY, PROT_READWRITE); }
2684
DEF(mmap_mode_WRONLY_NONE) {
test_mmap_mode
(O_WRONLY, PROT_NONE); }
2685
DEF(mmap_mode_WRONLY_READ) {
test_mmap_mode
(O_WRONLY, PROT_READ); }
2686
DEF(mmap_mode_WRONLY_WRITE) {
test_mmap_mode
(O_WRONLY, PROT_WRITE); }
2687
DEF(mmap_mode_WRONLY_READWRITE) {
test_mmap_mode
(O_WRONLY, PROT_READWRITE);
[
all
...]
Completed in 70 milliseconds
Indexes created Tue Sep 30 17:09:57 GMT 2025