Home
last modified time | relevance | path

Searched defs:rpc_get_methods (Results 1 – 4 of 4) sorted by relevance

/spdk/lib/rpc/
H A Drpc.c426 struct rpc_get_methods { struct
432 {"current", offsetof(struct rpc_get_methods, current), spdk_json_decode_bool, true}, argument
437 rpc_get_methods(struct spdk_jsonrpc_request *request, const struct spdk_json_val *params) in rpc_get_methods() function
/spdk/python/spdk/rpc/
H A D__init__.py61 def rpc_get_methods(client, current=None, include_aliases=None): global() function
/spdk/python/spdk/spdkcli/
H A Dui_root.py102 def rpc_get_methods(self, current=False): member in UIRoot
/spdk/scripts/
H A Drpc.py78 def rpc_get_methods(args): function