HomeSort by relevance Sort by last modified time
    Searched full:syscall_id (Results 1 - 1 of 1) sorted by null

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

Completed in 84 milliseconds