Searched refs:syscallAddTable (Results 1 – 3 of 3) sorted by relevance
72 bool syscallAddTable(uint32_t path, uint32_t level, struct SyscallTable *table);
33 bool syscallAddTable(uint32_t path, uint32_t level, struct SyscallTable *table) in syscallAddTable() function
587 if (!syscallAddTable(SYSCALL_DOMAIN_OS, 1, (struct SyscallTable*)&osTable)) in osApiExport()