Searched refs:write_func_prot (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/net/ynl/pyynl/ |
| H A D | ynl_gen_c.py | 1736 def write_func_prot(self, qual_ret, name, args=None, doc=None, suffix=''): member in CodeWriter 1791 self.write_func_prot(qual_ret=qual_ret, name=name, args=args) 1943 ri.cw.write_func_prot(ret, fname, args, doc=doc, suffix=suffix) 2005 cw.write_func_prot('const char *', f'{render_name}_str', args) 2017 cw.write_func_prot('const char *', f'{family.c_name}_op_str', ['int op'], suffix=';') 2043 cw.write_func_prot('const char *', f'{enum.render_name}_str', args, suffix=';') 2076 ri.cw.write_func_prot('int', f'{struct.render_name}_put', func_args, 2321 ri.cw.write_func_prot('int', f'{struct.render_name}_parse', func_args, 2356 ri.cw.write_func_prot('int', f'{op_prefix(ri, "reply", deref=deref)}_parse', func_args) 2521 ri.cw.write_func_prot(f'static inline struct {struct_name} *', [all …]
|