Searched refs:tabP (Results 1 – 1 of 1) sorted by relevance
35 struct SyscallTable** tabP = &mTable; in syscallAddTable() local43 if ((*tabP)->numEntries <= idx) in syscallAddTable()50 tabP = &(*tabP)->entry[idx].subtable; in syscallAddTable()53 *tabP = table; in syscallAddTable()