Searched refs:write_func_prot (Results 1 – 1 of 1) sorted by relevance
/linux/tools/net/ynl/ |
H A D | ynl-gen-c.py | 1350 self.write_func_prot(qual_ret=qual_ret, name=name, args=args) 1498 ri.cw.write_func_prot(ret, fname, args, doc=doc, suffix=suffix) 1534 cw.write_func_prot('const char *', f'{render_name}_str', args) 1591 ri.cw.write_func_prot('int', f'{struct.render_name}_put', func_args, 1986 ri.cw.write_func_prot('void', f"{ri.op.render_name}{suffix}_parse", 2207 cw.write_func_prot('int', c_lower(name), 2211 cw.write_func_prot('void', c_lower(name), 2215 cw.write_func_prot('int', c_lower(name), 2218 cw.write_func_prot('int', c_lower(name), 2229 cw.write_func_prot('int', name, [all …]
|