Searched refs:spdk_rpc_method (Results 1 – 2 of 2) sorted by relevance
32 struct spdk_rpc_method { struct35 SLIST_ENTRY(spdk_rpc_method) slist; argument38 struct spdk_rpc_method *is_alias_of; argument42 static SLIST_HEAD(, spdk_rpc_method) g_rpc_methods = SLIST_HEAD_INITIALIZER(g_rpc_methods); argument75 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 …]
95 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()