Searched refs:protection_level (Results 1 – 3 of 3) sorted by relevance
39 enum protection_level { enum119 void mec (char *, enum protection_level);127 enum protection_level get_command_prot(void);137 enum protection_level set_command_prot(enum protection_level);
42 static enum protection_level command_prot;43 static enum protection_level data_prot;57 enum protection_level level;67 level_to_name(enum protection_level level) in level_to_name()77 static enum protection_level523 data_prot = (enum protection_level)p; in prot()543 void mec(char *msg, enum protection_level level) in mec()615 enum protection_level673 data_prot = (enum protection_level)level; in sec_prot_internal()677 enum protection_level[all …]