Home
last modified time | relevance | path

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

/linux-2.6.39/tools/firewire/
Dnosy-dump.c884 struct termios tattr; in set_input_mode() local
897 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()
/linux-2.6.39/security/selinux/ss/
Dservices.c630 struct ebitmap *sattr, *tattr; in context_struct_compute_av() local
654 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()