Lines Matching refs:spdk_json_decode_string

52 	return spdk_json_decode_array(val, spdk_json_decode_string, list->initiators, MAX_INITIATOR,  in decode_rpc_initiator_list()
76 return spdk_json_decode_array(val, spdk_json_decode_string, list->netmasks, MAX_NETMASK, in decode_rpc_netmask_list()
321 {"bdev_name", offsetof(struct rpc_lun, bdev_name), spdk_json_decode_string},
385 {"name", offsetof(struct rpc_target_node, name), spdk_json_decode_string},
386 {"alias_name", offsetof(struct rpc_target_node, alias_name), spdk_json_decode_string},
467 {"name", offsetof(struct rpc_tgt_node_pg_ig_maps, name), spdk_json_decode_string},
578 {"name", offsetof(struct rpc_iscsi_delete_target_node, name), spdk_json_decode_string},
701 {"host", offsetof(struct rpc_portal, host), spdk_json_decode_string},
702 {"port", offsetof(struct rpc_portal, port), spdk_json_decode_string},
1100 {"name", offsetof(struct rpc_target_lun, name), spdk_json_decode_string},
1101 {"bdev_name", offsetof(struct rpc_target_lun, bdev_name), spdk_json_decode_string},
1160 {"name", offsetof(struct rpc_target_auth, name), spdk_json_decode_string},
1225 {"name", offsetof(struct rpc_target_redirect, name), spdk_json_decode_string},
1227 …{"redirect_host", offsetof(struct rpc_target_redirect, redirect_host), spdk_json_decode_string, tr…
1228 …{"redirect_port", offsetof(struct rpc_target_redirect, redirect_port), spdk_json_decode_string, tr…
1287 {"name", offsetof(struct rpc_target_logout, name), spdk_json_decode_string},
1410 {"user", offsetof(struct rpc_auth_secret, user), spdk_json_decode_string},
1411 {"secret", offsetof(struct rpc_auth_secret, secret), spdk_json_decode_string},
1412 {"muser", offsetof(struct rpc_auth_secret, muser), spdk_json_decode_string, true},
1413 {"msecret", offsetof(struct rpc_auth_secret, msecret), spdk_json_decode_string, true},
1583 {"user", offsetof(struct rpc_add_auth_secret, user), spdk_json_decode_string},
1584 {"secret", offsetof(struct rpc_add_auth_secret, secret), spdk_json_decode_string},
1585 {"muser", offsetof(struct rpc_add_auth_secret, muser), spdk_json_decode_string, true},
1586 {"msecret", offsetof(struct rpc_add_auth_secret, msecret), spdk_json_decode_string, true},
1652 {"user", offsetof(struct rpc_remove_auth_secret, user), spdk_json_decode_string},
1726 {"auth_file", offsetof(struct spdk_iscsi_opts, authfile), spdk_json_decode_string, true},
1727 {"node_base", offsetof(struct spdk_iscsi_opts, nodebase), spdk_json_decode_string, true},
1806 {"name", offsetof(struct rpc_iscsi_enable_histogram_request, name), spdk_json_decode_string},
1926 {"name", offsetof(struct rpc_iscsi_get_histogram_request, name), spdk_json_decode_string}