Searched defs:spdk_rpc_method (Results 1 – 1 of 1) sorted by relevance
32 struct spdk_rpc_method { struct34 spdk_rpc_method_handler func; argument35 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); argument