Searched refs:type_list (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/scripts/ |
H A D | asn1_compiler.c | 715 static struct type *type_list; variable 763 types = type_list = calloc(nr + 1, sizeof(type_list[0])); in build_type_list() 764 if (!type_list) { in build_type_list() 810 type = type_list; in parse() 1253 dump_element(type_list[0].element, 0); in dump_elements() 1359 root = &type_list[0]; in render() 1374 root = &type_list[0]; in render()
|
/openbmc/linux/tools/net/ynl/ |
H A D | ynl-gen-c.py | 598 def __init__(self, family, space_name, type_list=None, inherited=None): argument 606 self.nested = type_list is None 621 if type_list is not None: 622 for t in type_list: 1045 type_list=op[op_mode][op_dir]['attributes']) 1047 … self.struct['reply'] = Struct(family, self.attr_set, type_list=op['event']['attributes']) 2006 type_list=op['do']['request']['attributes']) 2047 type_list=op[op_mode]['request']['attributes']) 2440 struct = Struct(parsed, parsed.global_policy_set, type_list=parsed.global_policy) 2467 struct = Struct(parsed, parsed.global_policy_set, type_list=parsed.global_policy)
|