Home
last modified time | relevance | path

Searched refs:get_header_name (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/tools/net/sunrpc/xdrgen/generators/
D__init__.py9 from xdr_ast import public_apis, pass_by_reference, get_header_name
39 raw_name = get_header_name()
Dsource_top.py11 from xdr_ast import _RpcProgram, Specification, get_header_name
/linux-6.12.1/tools/net/sunrpc/xdrgen/
Dxdr_ast.py508 def get_header_name() -> str: function