Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/build/
Dgen_syscalls.py199 class SyscallParseException(Exception): class
206 raise SyscallParseException(
211 raise SyscallParseException(
216 raise SyscallParseException("Malformed system call invocation")
420 except SyscallParseException: