Searched defs:idn_history (Results 1 – 2 of 2) sorted by relevance
294 struct idn_history { struct295 kmutex_t h_mutex;296 int h_index;297 struct idn_h_entry h_log[IDN_HISTORY_NUM];
86 int idn_history; variable