Searched defs:sidtab (Results 1 – 7 of 7) sorted by relevance
21 struct sidtab { struct22 struct sidtab_node **htable; argument26 int sidtab_init(struct sidtab *s) ; argument
52 static sidtab_t sidtab; variable
21 sidtab_t sidtab = {}; in LLVMFuzzerTestOneInput() local
37 static sidtab_t sidtab; variable
96 static sidtab_t sidtab; variable
74 static sidtab_t mysidtab, *sidtab = &mysidtab; variable
54065 struct sidtab { struct54066 union sidtab_entry_inner roots[4]; argument54068 struct sidtab_convert_params *convert; argument54074 struct sidtab_isid_entry isids[27]; argument54075 struct hlist_head context_to_sid[512];54268 struct sidtab *sidtab; member