Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/inc/
Dsyscall.h72 bool syscallAddTable(uint32_t path, uint32_t level, struct SyscallTable *table);
/device/google/contexthub/firmware/src/
Dsyscall.c33 bool syscallAddTable(uint32_t path, uint32_t level, struct SyscallTable *table) in syscallAddTable() function
DosApi.c587 if (!syscallAddTable(SYSCALL_DOMAIN_OS, 1, (struct SyscallTable*)&osTable)) in osApiExport()