Searched refs:type_list (Results 1 - 2 of 2) sorted by relevance

/linux-master/scripts/
H A Dasn1_compiler.c715 static struct type *type_list; variable in typeref:struct:type
763 types = type_list = calloc(nr + 1, sizeof(type_list[0]));
764 if (!type_list) {
810 type = type_list;
1253 dump_element(type_list[0].element, 0);
1359 root = &type_list[0];
1374 root = &type_list[0];
/linux-master/tools/net/ynl/
H A Dynl-gen-c.py686 def __init__(self, family, space_name, type_list=None, inherited=None):
694 self.nested = type_list is None
712 if type_list is not None:
713 for t in type_list:
1189 type_list = []
1191 type_list = op[op_mode][op_dir]['attributes']
1192 self.struct[op_dir] = Struct(family, self.attr_set, type_list=type_list)
1194 self.struct['reply'] = Struct(family, self.attr_set, type_list=op['event']['attributes'])
2257 type_list
[all...]

Completed in 97 milliseconds