Searched refs:get_header_name (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/net/sunrpc/xdrgen/generators/ |
| H A D | __init__.py | 9 from xdr_ast import public_apis, pass_by_reference, structs, get_header_name 43 raw_name = get_header_name()
|
| H A D | source_top.py | 11 from xdr_ast import _RpcProgram, Specification, get_header_name
|
| H A D | program.py | 10 from xdr_ast import max_widths, get_header_name 184 header = get_header_name().upper()
|
| H A D | union.py | 11 from xdr_ast import _XdrBasic, _XdrUnion, _XdrVoid, _XdrString, get_header_name 330 macro_name = get_header_name().upper() + "_" + node.name + "_sz"
|
| /linux/tools/net/sunrpc/xdrgen/ |
| H A D | xdr_ast.py | 114 return [get_header_name().upper() + "_" + self.type_name + "_sz"] 1002 def get_header_name() -> str: function
|