Home
last modified time | relevance | path

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

/netbsd-src/tests/dev/audio/
H A Daudiotest.c2586 const char *protstr; in test_mmap_mode() local
2594 protstr = "NONE"; in test_mmap_mode()
2596 protstr = "READ"; in test_mmap_mode()
2598 protstr = "WRITE"; in test_mmap_mode()
2600 protstr = "READWRITE"; in test_mmap_mode()
2604 TEST("mmap_%s_%s", openmode_str[mode] + 2, protstr); in test_mmap_mode()