Home
last modified time | relevance | path

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

/spdk/lib/rpc/
H A Drpc.c32 struct spdk_rpc_method { struct
34 spdk_rpc_method_handler func; argument
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