Searched defs:profile_list (Results 1 – 2 of 2) sorted by relevance
126 struct profile_list { struct127 uchar_t profile[2];129 uchar_t current_p : 1;130 uchar_t reserved1 : 7;132 uchar_t reserved1 : 7;133 uchar_t current_p : 1;135 uchar_t reserved2;
783 aelist_t *profile_list = NULL; in parse_file() local