Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
Dsyscall.h72 bool syscallAddTable(uint32_t path, uint32_t level, struct SyscallTable *table);
/device/google/contexthub/firmware/os/core/
Dsyscall.c33 bool syscallAddTable(uint32_t path, uint32_t level, struct SyscallTable *table) in syscallAddTable() function
Dnanohub_chre.c449 … if (!syscallAddTable(SYSCALL_NO(SYSCALL_DOMAIN_CHRE,0,0,0), 1, (struct SyscallTable*)&chreTable)) in osChreApiExport()
DosApi.c624 if (!syscallAddTable(SYSCALL_NO(SYSCALL_DOMAIN_OS,0,0,0), 1, (struct SyscallTable*)&osTable)) in osApiExport()