Home
last modified time | relevance | path

Searched refs:tattr (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/tools/firewire/
Dnosy-dump.c888 struct termios tattr; in set_input_mode() local
901 tcgetattr(STDIN_FILENO, &tattr); in set_input_mode()
902 tattr.c_lflag &= ~(ICANON|ECHO); /* Clear ICANON and ECHO. */ in set_input_mode()
903 tattr.c_cc[VMIN] = 1; in set_input_mode()
904 tattr.c_cc[VTIME] = 0; in set_input_mode()
905 tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr); in set_input_mode()
/linux-4.1.27/security/selinux/ss/
Dservices.c629 struct ebitmap *sattr, *tattr; in context_struct_compute_av() local
653 tattr = flex_array_get(policydb.type_attr_map_array, tcontext->type - 1); in context_struct_compute_av()
654 BUG_ON(!tattr); in context_struct_compute_av()
656 ebitmap_for_each_positive_bit(tattr, tnode, j) { in context_struct_compute_av()