/spdk/lib/log/ |
H A D | log.c | 102 spdk_log(enum spdk_log_level level,const char * file,const int line,const char * func,const char * format,...) spdk_log() argument 135 spdk_vlog(enum spdk_log_level level,const char * file,const int line,const char * func,const char * format,va_list ap) spdk_vlog() argument 193 spdk_vflog(FILE * fp,const char * file,const int line,const char * func,const char * format,va_list ap) spdk_vflog() argument 213 spdk_flog(FILE * fp,const char * file,const int line,const char * func,const char * format,...) spdk_flog() argument [all...] |
H A D | log_deprecated.c | 77 spdk_log_deprecated(struct spdk_deprecation *dep, const char *file, uint32_t line, const char *func) in spdk_log_deprecated() argument
|
/spdk/include/spdk/ |
H A D | rpc.h | 138 #define SPDK_RPC_REGISTER(method, func, state_mask) \ argument
|
/spdk/lib/env_dpdk/22.11/ |
H A D | rte_dev.h | 46 #define RTE_FUNC_PTR_OR_ERR_RET(func, retval) RTE_DEPRECATED(RTE_FUNC_PTR_OR_ERR_RET) \ argument 52 #define RTE_FUNC_PTR_OR_RET(func) RTE_DEPRECATED(RTE_FUNC_PTR_OR_RET) \ argument
|
/spdk/lib/env_dpdk/22.07/ |
H A D | rte_dev.h | 40 #define RTE_FUNC_PTR_OR_ERR_RET(func, retval) do { \ argument 45 #define RTE_FUNC_PTR_OR_RET(func) do { \ argument
|
/spdk/lib/env_dpdk/ |
H A D | sigbus_handler.c | 11 spdk_pci_error_handler func; member
|
/spdk/go/rpc/mocks/ |
H A D | IClient.go | 83 func NewIClient(t interface {
|
/spdk/test/unit/lib/log/log.c/ |
H A D | log_ut.c | 77 log_deprecations(int level, const char *file, const int line, const char *func, in log_deprecations() argument
|
/spdk/lib/rpc/ |
H A D | rpc.c | 34 spdk_rpc_method_handler func; member 262 spdk_rpc_register_method(const char *method, spdk_rpc_method_handler func, uint32_t state_mask) in spdk_rpc_register_method()
|
/spdk/test/json_config/ |
H A D | clear_config.py | 165 def call_test_cmd(func): argument
|
/spdk/test/common/lib/ |
H A D | test_env.c | 548 unsigned domain, bus, dev, func; spdk_pci_addr_parse() local [all...] |
/spdk/lib/vhost/ |
H A D | vhost_scsi.c | 377 mgmt_task_submit(struct spdk_vhost_scsi_task *task, enum spdk_scsi_task_func func) in mgmt_task_submit() argument
|
/spdk/lib/thread/ |
H A D | thread.c | 1750 wrong_thread(const char * func,const char * name,struct spdk_thread * thread,struct spdk_thread * curthread) wrong_thread() argument
|