Lines Matching refs:spdk_rpc_method
32 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()
289 struct spdk_rpc_method *m, *base; in spdk_rpc_register_alias_deprecated()
305 m = calloc(1, sizeof(struct spdk_rpc_method)); in spdk_rpc_register_alias_deprecated()
328 struct spdk_rpc_method *m; in spdk_rpc_is_method_allowed()
352 struct spdk_rpc_method *m; in spdk_rpc_get_method_state_mask()
441 struct spdk_rpc_method *m; in rpc_get_methods()