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 | 1759 def write_func_prot(self, qual_ret, name, args=None, doc=None, suffix=''): member in CodeWriter 1814 self.write_func_prot(qual_ret=qual_ret, name=name, args=args) 1965 ri.cw.write_func_prot(ret, fname, args, doc=doc, suffix=suffix) 2027 cw.write_func_prot('const char *', f'{render_name}_str', args) 2039 cw.write_func_prot('const char *', f'{family.c_name}_op_str', ['int op'], suffix=';') 2065 cw.write_func_prot('const char *', f'{enum.render_name}_str', args, suffix=';') 2098 ri.cw.write_func_prot('int', f'{struct.render_name}_put', func_args, 2343 ri.cw.write_func_prot('int', f'{struct.render_name}_parse', func_args, 2379 ri.cw.write_func_prot('int', f'{op_prefix(ri, "reply", deref=deref)}_parse', func_args) 2544 ri.cw.write_func_prot(f'static inline struct {struct_name} *', [all …]
|