Searched refs:tattr (Results 1 – 2 of 2) sorted by relevance
884 struct termios tattr; in set_input_mode() local897 tcgetattr(STDIN_FILENO, &tattr); in set_input_mode()898 tattr.c_lflag &= ~(ICANON|ECHO); /* Clear ICANON and ECHO. */ in set_input_mode()899 tattr.c_cc[VMIN] = 1; in set_input_mode()900 tattr.c_cc[VTIME] = 0; in set_input_mode()901 tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr); in set_input_mode()
630 struct ebitmap *sattr, *tattr; in context_struct_compute_av() local654 tattr = flex_array_get(policydb.type_attr_map_array, tcontext->type - 1); in context_struct_compute_av()655 BUG_ON(!tattr); in context_struct_compute_av()657 ebitmap_for_each_positive_bit(tattr, tnode, j) { in context_struct_compute_av()