Home
last modified time | relevance | path

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

/test/vts-testcase/kernel/syscall/
Dsyscall_exists.cpp30 int syscall_id = atoi(argv[1]); in main() local
31 ALOGI("testing syscall [%d]", syscall_id); in main()
32 int ret = syscall(syscall_id); in main()
34 ALOGI("syscall [%d] is %s", syscall_id, exists ? "enabled" : "disabled"); in main()