Home
last modified time | relevance | path

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

/linux/scripts/ !
H A Dasn1_compiler.c715 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()
/linux/tools/net/ynl/pyynl/ !
H A Dynl_gen_c.py976 def __init__(self, family, space_name, type_list=None, fixed_header=None, argument
989 self.nested = type_list is None
1008 if type_list is not None:
1009 for t in type_list:
1643 type_list = []
1645 type_list = op[op_mode][op_dir]['attributes']
1648 type_list=type_list)
1652 type_list=op['event']['attributes'])
2974 type_list=op['do']['request']['attributes'])
3016 type_list=op[op_mode]['request']['attributes'])
[all …]