Home
last modified time | relevance | path

Searched refs:excluded_apis (Results 1 – 2 of 2) sorted by relevance

/linux/tools/net/sunrpc/xdrgen/generators/
H A Dprogram.py9 from xdr_ast import _RpcProgram, _RpcVersion, excluded_apis
22 if procedure.name not in excluded_apis:
40 if procedure.name not in excluded_apis:
52 if procedure.name not in excluded_apis:
69 if procedure.name not in excluded_apis:
85 if procedure.name not in excluded_apis:
99 if procedure.name not in excluded_apis:
113 if procedure.name not in excluded_apis:
191 if procedure.name in excluded_apis:
/linux/tools/net/sunrpc/xdrgen/
H A Dxdr_ast.py16 excluded_apis = [] variable
788 excluded_apis.append(children[1].symbol)