Lines Matching refs:prot_flag
814 uint8_t prot_flag[NUM_PROT_TYPE] = {1, 0, 0, 0}; in c_format() local
970 prot_flag[1] = 1; in c_format()
973 prot_flag[1] = 1; in c_format()
974 prot_flag[2] = 1; in c_format()
977 prot_flag[2] = 1; in c_format()
980 prot_flag[1] = 1; in c_format()
981 prot_flag[3] = 1; in c_format()
984 prot_flag[3] = 1; in c_format()
987 prot_flag[2] = 1; in c_format()
988 prot_flag[3] = 1; in c_format()
991 prot_flag[1] = 1; in c_format()
992 prot_flag[2] = 1; in c_format()
993 prot_flag[3] = 1; in c_format()
1001 if (prot_flag[i] == 1) { in c_format()
1029 if (prot_flag[prot_type] == 0) { in c_format()