Home
last modified time | relevance | path

Searched defs:SyscallTable (Results 1 – 1 of 1) sorted by relevance

/device/google/contexthub/firmware/os/inc/
Dsyscall.h60 struct SyscallTable { struct
62 union SyscallTableEntry { argument
63 struct SyscallTable *subtable; argument
72 bool syscallAddTable(uint32_t path, uint32_t level, struct SyscallTable *table); argument