/spdk/test/external_code/accel/ |
H A D | module.json | 7 "method": "accel_assign_opc", string 14 "method": "accel_assign_opc", string 21 "method": "accel_assign_opc", string
|
H A D | driver.json | 7 "method": "accel_set_driver", string
|
/spdk/include/spdk/ |
H A D | rpc.h | 138 #define SPDK_RPC_REGISTER(method, func, state_mask) \ argument 144 #define SPDK_RPC_REGISTER_ALIAS_DEPRECATED(method, alias) \ argument
|
/spdk/lib/rpc/ |
H A D | rpc.c | 76 _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 D | bdev_external.json | 12 "method": "bdev_malloc_create" string 19 "method": "construct_ext_passthru_bdev" string
|
H A D | bdev.json | 12 "method": "bdev_malloc_create" string
|
/spdk/test/bdev/bdevperf/ |
H A D | conf.json | 7 "method": "bdev_malloc_create", string 15 "method": "bdev_malloc_create", string
|
/spdk/app/fio/bdev/ |
H A D | bdev_zoned.json | 7 "method": "bdev_malloc_create", string 15 "method": "bdev_zone_block_create", string
|
H A D | bdev.json | 12 "method": "bdev_malloc_create" string
|
/spdk/test/json_config/ |
H A D | extra_key.json | 16 "method": "bdev_set_options" string 26 "method": "bdev_nvme_set_options" string
|
/spdk/python/spdk/rpc/ |
H A D | client.py | 120 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 D | iscsi.json | 13 "method": "bdev_nvme_set_options" string 21 "method": "iscsi_set_options", string
|
/spdk/lib/scsi/ |
H A D | scsi.c | 36 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 D | conf.json | 23 "method": "bdev_malloc_create" string 31 "method": "bdev_malloc_create" string
|
/spdk/test/compress/ |
H A D | dpdk.json | 7 "method": "compressdev_scan_accel_module", string
|
/spdk/examples/blob/hello_world/ |
H A D | hello_blob.json | 7 "method": "bdev_malloc_create", string
|
/spdk/test/iscsi_tgt/calsoft/ |
H A D | iscsi.json | 12 "method": "iscsi_set_options" string
|
/spdk/examples/bdev/hello_world/ |
H A D | bdev.json | 7 "method": "bdev_malloc_create", string
|
/spdk/test/unit/lib/rpc/rpc.c/ |
H A D | rpc_ut.c | 92 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 D | jsonrpc_server_ut.c | 137 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 D | sma-client.py | 38 def call(self, method, params): argument
|
/spdk/lib/jsonrpc/ |
H A D | jsonrpc_client.c | 166 const char *method) in spdk_jsonrpc_begin_request()
|
H A D | jsonrpc_server_tcp.c | 230 const struct spdk_json_val *method, const struct spdk_json_val *params) in jsonrpc_server_handle_request()
|
H A D | jsonrpc_server.c | 15 const struct spdk_json_val *method; member
|
/spdk/lib/init/ |
H A D | json_config.c | 303 char *method; member [all...] |