Searched refs:is_file_ok (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/libdrm/dist/tests/amdgpu/
H A Dras_tests.c580 static int is_file_ok(char *file, int flags) function in typeref:typename:int
637 if (is_file_ok(name, O_RDONLY))
848 ret = is_file_ok("/sys/module/amdgpu/parameters/ras_mask", O_RDONLY);
861 ret = is_file_ok(path, O_WRONLY);
867 ret = is_file_ok(path, O_RDONLY);
882 ret = is_file_ok(path, O_RDONLY);
889 ret = is_file_ok(path, O_WRONLY);

Completed in 3 milliseconds