/spdk/test/unit/lib/nvmf/auth.c/ |
H A D | auth_ut.c | 268 struct spdk_nvmf_auth_negotiate *msg; in test_auth_negotiate() local 529 struct spdk_nvmf_auth_negotiate *msg; test_auth_timeout() local 615 struct spdk_nvmf_auth_failure *msg; test_auth_failure1() local 694 struct spdk_nvmf_dhchap_challenge *msg; test_auth_challenge() local 847 struct spdk_nvmf_dhchap_reply *msg; test_auth_reply() local 1070 struct spdk_nvmf_dhchap_success1 *msg; test_auth_success1() local [all...] |
/spdk/include/spdk/ |
H A D | assert.h | 20 #define SPDK_STATIC_ASSERT(cond, msg) static_assert(cond, msg) argument
|
/spdk/lib/nvme/ |
H A D | nvme_auth.c | 42 #define AUTH_LOGDUMP(msg, buf, len) \ argument 180 nvme_auth_print_cpl(struct spdk_nvme_qpair *qpair, const char *msg) in nvme_auth_print_cpl() argument 717 struct spdk_nvmf_auth_failure *msg = qpair->poll_status->dma_data; in nvme_auth_send_failure2() local 734 struct spdk_nvmf_auth_failure *msg = qpair->poll_status->dma_data; nvme_auth_check_message() local 783 struct spdk_nvmf_auth_negotiate *msg = qpair->poll_status->dma_data; nvme_auth_send_negotiate() local 1008 struct spdk_nvmf_dhchap_success1 *msg = qpair->poll_status->dma_data; nvme_auth_check_success1() local 1059 struct spdk_nvmf_dhchap_success2 *msg = qpair->poll_status->dma_data; nvme_auth_send_success2() local [all...] |
/spdk/test/iscsi_tgt/rpc_config/ |
H A D | rpc_config.py | 74 raise RpcException(retcode, msg) argument 54 __init__(self, retval, msg) global() argument
|
/spdk/lib/nvmf/ |
H A D | auth.c | 28 AUTH_LOGDUMP(msg,buf,len) global() argument 216 nvmf_auth_negotiate_exec(struct spdk_nvmf_request * req,struct spdk_nvmf_auth_negotiate * msg) nvmf_auth_negotiate_exec() argument 335 nvmf_auth_reply_exec(struct spdk_nvmf_request * req,struct spdk_nvmf_dhchap_reply * msg) nvmf_auth_reply_exec() argument 470 nvmf_auth_success2_exec(struct spdk_nvmf_request * req,struct spdk_nvmf_dhchap_success2 * msg) nvmf_auth_success2_exec() argument 499 nvmf_auth_failure2_exec(struct spdk_nvmf_request * req,struct spdk_nvmf_auth_failure * msg) nvmf_auth_failure2_exec() argument [all...] |
H A D | tcp.c | 1480 struct spdk_nvmf_tcp_control_msg *msg; nvmf_tcp_control_msg_list_create() local 2519 struct spdk_nvmf_tcp_control_msg *msg; nvmf_tcp_control_msg_get() local 2535 struct spdk_nvmf_tcp_control_msg *msg = _msg; nvmf_tcp_control_msg_put() local [all...] |
H A D | vfio_user.c | 3093 vfio_user_log(vfu_ctx_t * vfu_ctx,int level,char const * msg) vfio_user_log() argument
|
/spdk/test/unit/lib/log/log.c/ |
H A D | log_ut.c | 80 char *msg; in log_deprecations() local
|
/spdk/lib/virtio/ |
H A D | virtio_vhost_user.c | 87 vhost_user_read(int fd, struct vhost_user_msg *msg) in vhost_user_read() argument 231 prepare_vhost_memory_user(struct vhost_user_msg * msg,int fds[]) prepare_vhost_memory_user() argument 282 struct vhost_user_msg msg; vhost_user_sock() local [all...] |
/spdk/test/unit/lib/rpc/rpc.c/ |
H A D | rpc_ut.c | 69 int error_code, const char *msg) in spdk_jsonrpc_send_error_response()
|
/spdk/lib/jsonrpc/ |
H A D | jsonrpc_server_tcp.c | 238 const char *msg; in jsonrpc_server_handle_error() local
|
H A D | jsonrpc_server.c | 396 int error_code, const char *msg) in spdk_jsonrpc_send_error_response()
|
/spdk/examples/blob/hello_world/ |
H A D | hello_blob.c | 63 unload_bs(struct hello_context_t *hello_context, char *msg, int bserrno) in unload_bs()
|
/spdk/module/sock/uring/ |
H A D | uring.c | 62 struct msghdr msg; global() member 816 struct msghdr msg = { sock_readv() local 1026 struct msghdr msg = { uring_sock_writev() local 1957 struct msghdr msg = {}; uring_sock_flush() local [all...] |
/spdk/lib/event/ |
H A D | app.c | 1561 char msg[128]; rpc_framework_disable_cpumask_locks() local 1588 char msg[128]; rpc_framework_enable_cpumask_locks() local [all...] |
/spdk/lib/vfu_tgt/ |
H A D | tgt_endpoint.c | 181 tgt_log_cb(vfu_ctx_t * vfu_ctx,int level,char const * msg) tgt_log_cb() argument
|
/spdk/lib/vhost/ |
H A D | rte_vhost_user.c | 1445 struct vhost_user_msg *msg = _msg; local 1516 struct vhost_user_msg *msg local [all...] |
/spdk/lib/thread/ |
H A D | thread.c | 367 struct spdk_msg *msg; _free_thread() local 852 struct spdk_msg *msg = messages[i]; msg_queue_run_batch() local 1362 struct spdk_msg *msg; spdk_thread_send_msg() local [all...] |
/spdk/test/unit/lib/bdev/raid/bdev_raid.c/ |
H A D | bdev_raid_ut.c | 551 spdk_jsonrpc_send_error_response(struct spdk_jsonrpc_request * request,int error_code,const char * msg) spdk_jsonrpc_send_error_response() argument
|
/spdk/module/sock/posix/ |
H A D | posix.c | 1333 struct msghdr msg = {}; _sock_flush() local
|
/spdk/test/unit/lib/bdev/vbdev_zone_block.c/ |
H A D | vbdev_zone_block_ut.c | 298 int error_code, const char *msg) in spdk_jsonrpc_send_error_response() argument
|
/spdk/app/spdk_top/ |
H A D | spdk_top.c | 2381 print_bottom_message(char *msg) in print_bottom_message()
|