Searched refs:cap_table (Results 1 – 3 of 3) sorted by relevance
112 hashvalue = hash_function(cap_table[i].nte_name); in make_hash_table()118 cap_table[i].nte_link = cap_hash_table[hashvalue]; in make_hash_table()119 cap_hash_table[hashvalue] = &cap_table[i]; in make_hash_table()139 cap_table[n].nte_link = NULL; in make_nte()140 cap_table[n].nte_name = boolnames[i]; in make_nte()141 cap_table[n].nte_type = BOOLEAN; in make_nte()142 cap_table[n].nte_index = i; in make_nte()148 cap_table[n].nte_link = NULL; in make_nte()149 cap_table[n].nte_name = numnames[i]; in make_nte()150 cap_table[n].nte_type = NUMBER; in make_nte()[all …]
47 struct name_table_entry cap_table[512]; variable
173 extern struct name_table_entry cap_table[];