Searched refs:write_func_prot (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/net/ynl/ |
H A D | ynl-gen-c.py | 1191 self.write_func_prot(qual_ret=qual_ret, name=name, args=args) 1326 ri.cw.write_func_prot(ret, fname, args, doc=doc, suffix=suffix) 1358 cw.write_func_prot('const char *', f'{render_name}_str', args) 1411 ri.cw.write_func_prot('int', f'{struct.render_name}_put', func_args) 1768 ri.cw.write_func_prot('void', f"{ri.op.render_name}{suffix}_parse", 1951 cw.write_func_prot('int', c_lower(name), 1955 cw.write_func_prot('void', c_lower(name), 1959 cw.write_func_prot('int', c_lower(name), 1962 cw.write_func_prot('int', c_lower(name), 1973 cw.write_func_prot('int', name, [all …]
|