Searched defs:profile_list (Results 1 – 2 of 2) sorted by relevance
120 struct profile_list { struct121 uchar_t profile[2];123 uchar_t current_p : 1;124 uchar_t reserved1 : 7;126 uchar_t reserved1 : 7;127 uchar_t current_p : 1;129 uchar_t reserved2;
781 aelist_t *profile_list = NULL; in parse_file() local