Home
last modified time | relevance | path

Searched defs:msg (Results 1 – 22 of 22) sorted by relevance

/spdk/test/unit/lib/nvmf/auth.c/
H A Dauth_ut.c268 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 Dassert.h20 #define SPDK_STATIC_ASSERT(cond, msg) static_assert(cond, msg) argument
/spdk/lib/nvme/
H A Dnvme_auth.c42 #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 Drpc_config.py74 raise RpcException(retcode, msg) argument
54 __init__(self, retval, msg) global() argument
/spdk/lib/nvmf/
H A Dauth.c28 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 Dtcp.c1480 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 Dvfio_user.c3093 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 Dlog_ut.c80 char *msg; in log_deprecations() local
/spdk/lib/virtio/
H A Dvirtio_vhost_user.c87 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 Drpc_ut.c69 int error_code, const char *msg) in spdk_jsonrpc_send_error_response()
/spdk/lib/jsonrpc/
H A Djsonrpc_server_tcp.c238 const char *msg; in jsonrpc_server_handle_error() local
H A Djsonrpc_server.c396 int error_code, const char *msg) in spdk_jsonrpc_send_error_response()
/spdk/examples/blob/hello_world/
H A Dhello_blob.c63 unload_bs(struct hello_context_t *hello_context, char *msg, int bserrno) in unload_bs()
/spdk/module/sock/uring/
H A During.c62 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 Dapp.c1561 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 Dtgt_endpoint.c181 tgt_log_cb(vfu_ctx_t * vfu_ctx,int level,char const * msg) tgt_log_cb() argument
/spdk/lib/vhost/
H A Drte_vhost_user.c1445 struct vhost_user_msg *msg = _msg; local
1516 struct vhost_user_msg *msg local
[all...]
/spdk/lib/thread/
H A Dthread.c367 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 Dbdev_raid_ut.c551 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 Dposix.c1333 struct msghdr msg = {}; _sock_flush() local
/spdk/test/unit/lib/bdev/vbdev_zone_block.c/
H A Dvbdev_zone_block_ut.c298 int error_code, const char *msg) in spdk_jsonrpc_send_error_response() argument
/spdk/app/spdk_top/
H A Dspdk_top.c2381 print_bottom_message(char *msg) in print_bottom_message()