Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
Dsyscall.c35 struct SyscallTable** tabP = &mTable; in syscallAddTable() local
43 if ((*tabP)->numEntries <= idx) in syscallAddTable()
50 tabP = &(*tabP)->entry[idx].subtable; in syscallAddTable()
53 *tabP = table; in syscallAddTable()