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
21 if procedure.name not in excluded_apis:
39 if procedure.name not in excluded_apis:
49 if procedure.name not in excluded_apis:
64 if procedure.name not in excluded_apis:
78 if procedure.name not in excluded_apis:
92 if procedure.name not in excluded_apis:
106 if procedure.name not in excluded_apis:
/linux/tools/net/sunrpc/xdrgen/
H A Dxdr_ast.py15 excluded_apis = [] variable
488 excluded_apis.append(children[1].symbol)