Home
last modified time | relevance | path

Searched defs:method (Results 1 – 25 of 28) sorted by relevance

12

/spdk/test/external_code/accel/
H A Dmodule.json7 "method": "accel_assign_opc", string
14 "method": "accel_assign_opc", string
21 "method": "accel_assign_opc", string
H A Ddriver.json7 "method": "accel_set_driver", string
/spdk/include/spdk/
H A Drpc.h138 #define SPDK_RPC_REGISTER(method, func, state_mask) \ argument
144 #define SPDK_RPC_REGISTER_ALIAS_DEPRECATED(method, alias) \ argument
/spdk/lib/rpc/
H A Drpc.c76 _get_rpc_method(const struct spdk_json_val *method) in _get_rpc_method()
93 _get_rpc_method_raw(const char *method) in _get_rpc_method_raw()
106 const struct spdk_json_val *method, in jsonrpc_handler()
262 spdk_rpc_register_method(const char *method, spdk_rpc_method_handler func, uint32_t state_mask) in spdk_rpc_register_method()
287 spdk_rpc_register_alias_deprecated(const char *method, const char *alias) in spdk_rpc_register_alias_deprecated()
326 spdk_rpc_is_method_allowed(const char *method, uint32_t state_mask) in spdk_rpc_is_method_allowed()
350 spdk_rpc_get_method_state_mask(const char *method, uint32_t *state_mask) in spdk_rpc_get_method_state_mask()
/spdk/test/external_code/hello_world/
H A Dbdev_external.json12 "method": "bdev_malloc_create" string
19 "method": "construct_ext_passthru_bdev" string
H A Dbdev.json12 "method": "bdev_malloc_create" string
/spdk/test/bdev/bdevperf/
H A Dconf.json7 "method": "bdev_malloc_create", string
15 "method": "bdev_malloc_create", string
/spdk/app/fio/bdev/
H A Dbdev_zoned.json7 "method": "bdev_malloc_create", string
15 "method": "bdev_zone_block_create", string
H A Dbdev.json12 "method": "bdev_malloc_create" string
/spdk/test/json_config/
H A Dextra_key.json16 "method": "bdev_set_options" string
26 "method": "bdev_nvme_set_options" string
/spdk/python/spdk/rpc/
H A Dclient.py120 def add_request(self, method, params): argument
143 def send(self, method, params=None): argument
184 def call(self, method, params=None): argument
227 def call(self, method, params=None): argument
/spdk/test/iscsi_tgt/fio/
H A Discsi.json13 "method": "bdev_nvme_set_options" string
21 "method": "iscsi_set_options", string
/spdk/lib/scsi/
H A Dscsi.c36 uint64_t fmt_lun, method; spdk_scsi_lun_id_int_to_fmt() local
59 uint64_t method; spdk_scsi_lun_id_fmt_to_int() local
/spdk/test/json_config/alias_rpc/
H A Dconf.json23 "method": "bdev_malloc_create" string
31 "method": "bdev_malloc_create" string
/spdk/test/compress/
H A Ddpdk.json7 "method": "compressdev_scan_accel_module", string
/spdk/examples/blob/hello_world/
H A Dhello_blob.json7 "method": "bdev_malloc_create", string
/spdk/test/iscsi_tgt/calsoft/
H A Discsi.json12 "method": "iscsi_set_options" string
/spdk/examples/bdev/hello_world/
H A Dbdev.json7 "method": "bdev_malloc_create", string
/spdk/test/unit/lib/rpc/rpc.c/
H A Drpc_ut.c92 struct spdk_json_val method = {}; in test_jsonrpc_handler() local
148 const char method[] = "test"; in test_spdk_rpc_is_method_allowed() local
/spdk/test/unit/lib/jsonrpc/jsonrpc_server.c/
H A Djsonrpc_server_ut.c137 ut_handle(struct spdk_jsonrpc_request *request, int error, const struct spdk_json_val *method, in ut_handle() argument
155 const struct spdk_json_val *method, const struct spdk_json_val *params) in jsonrpc_server_handle_request() argument
[all...]
/spdk/scripts/
H A Dsma-client.py38 def call(self, method, params): argument
/spdk/lib/jsonrpc/
H A Djsonrpc_client.c166 const char *method) in spdk_jsonrpc_begin_request()
H A Djsonrpc_server_tcp.c230 const struct spdk_json_val *method, const struct spdk_json_val *params) in jsonrpc_server_handle_request()
H A Djsonrpc_server.c15 const struct spdk_json_val *method; member
/spdk/lib/init/
H A Djson_config.c303 char *method; member
[all...]

12