Home
last modified time | relevance | path

Searched defs:func (Results 1 – 13 of 13) sorted by relevance

/spdk/lib/log/
H A Dlog.c102 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 Dlog_deprecated.c77 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 Drpc.h138 #define SPDK_RPC_REGISTER(method, func, state_mask) \ argument
/spdk/lib/env_dpdk/22.11/
H A Drte_dev.h46 #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 Drte_dev.h40 #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 Dsigbus_handler.c11 spdk_pci_error_handler func; member
/spdk/go/rpc/mocks/
H A DIClient.go83 func NewIClient(t interface {
/spdk/test/unit/lib/log/log.c/
H A Dlog_ut.c77 log_deprecations(int level, const char *file, const int line, const char *func, in log_deprecations() argument
/spdk/lib/rpc/
H A Drpc.c34 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 Dclear_config.py165 def call_test_cmd(func): argument
/spdk/test/common/lib/
H A Dtest_env.c548 unsigned domain, bus, dev, func; spdk_pci_addr_parse() local
[all...]
/spdk/lib/vhost/
H A Dvhost_scsi.c377 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 Dthread.c1750 wrong_thread(const char * func,const char * name,struct spdk_thread * thread,struct spdk_thread * curthread) wrong_thread() argument