Home
last modified time | relevance | path

Searched refs:spdk_rpc_is_method_allowed (Results 1 – 4 of 4) sorted by relevance

/spdk/lib/rpc/
H A Dspdk_rpc.map14 spdk_rpc_is_method_allowed;
H A Drpc.c326 spdk_rpc_is_method_allowed(const char *method, uint32_t state_mask) in spdk_rpc_is_method_allowed() function
/spdk/test/unit/lib/rpc/rpc.c/
H A Drpc_ut.c157 rc = spdk_rpc_is_method_allowed(method, state_mask); in test_spdk_rpc_is_method_allowed()
165 rc = spdk_rpc_is_method_allowed(method, state_mask); in test_spdk_rpc_is_method_allowed()
170 rc = spdk_rpc_is_method_allowed(method, state_mask); in test_spdk_rpc_is_method_allowed()
/spdk/include/spdk/
H A Drpc.h117 int spdk_rpc_is_method_allowed(const char *method, uint32_t state_mask);