Home
last modified time | relevance | path

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

/spdk/lib/rpc/
H A Drpc.c32 struct spdk_rpc_method { struct
35 SLIST_ENTRY(spdk_rpc_method) slist; argument
38 struct spdk_rpc_method *is_alias_of; argument
42 static SLIST_HEAD(, spdk_rpc_method) g_rpc_methods = SLIST_HEAD_INITIALIZER(g_rpc_methods); argument
75 static struct spdk_rpc_method *
78 struct spdk_rpc_method *m; in _get_rpc_method()
92 static struct spdk_rpc_method *
109 struct spdk_rpc_method *m; in jsonrpc_handler()
264 struct spdk_rpc_method *m; in spdk_rpc_register_method()
273 m = calloc(1, sizeof(struct spdk_rpc_method)); in spdk_rpc_register_method()
[all …]
/spdk/test/unit/lib/rpc/rpc.c/
H A Drpc_ut.c95 struct spdk_rpc_method m = { in test_jsonrpc_handler()
99 struct spdk_rpc_method is_alias_of = { in test_jsonrpc_handler()
150 struct spdk_rpc_method m = {}; in test_spdk_rpc_is_method_allowed()
181 struct spdk_rpc_method m = {}; in test_rpc_get_methods()