Searched refs:tab (Results 1 – 6 of 6) sorted by relevance
59 struct SyscallTable* tab = mTable; in syscallFindHandlerLoc() local62 while (tab) { in syscallFindHandlerLoc()67 if (tab->numEntries <= idx) in syscallFindHandlerLoc()71 return &tab->entry[idx].func; in syscallFindHandlerLoc()73 tab = tab->entry[idx].subtable; in syscallFindHandlerLoc()
238 [%s.%s] Mem tab %d: sz=%d al=%d ty=%d Scratch memory (%p) @%s:%d 239 [%s.%s] Mem tab %d: sz=%d al=%d ty=%d Persistent memory (%p) @%s:%d
236 [%s.%s] Mem tab %d: sz=%d al=%d ty=%d Scratch memory (%p) @%s:%d 237 [%s.%s] Mem tab %d: sz=%d al=%d ty=%d Persistent memory (%p) @%s:%d
170 # The TAB_SIZE tag can be used to set the number of spaces in a tab.