Home
last modified time | relevance | path

Searched defs:description (Results 1 – 2 of 2) sorted by relevance

/spdk/lib/trace/
H A Dtrace_flags.c274 _owner_set_description(uint16_t owner_id, const char *description, bool append) in _owner_set_description()
291 spdk_trace_register_owner(uint8_t owner_type, const char *description) in spdk_trace_register_owner()
350 spdk_trace_owner_set_description(uint16_t owner_id, const char *description) in spdk_trace_owner_set_description()
365 spdk_trace_owner_append_description(uint16_t owner_id, const char *description) in spdk_trace_owner_append_description()
/spdk/lib/log/
H A Dlog_deprecated.c46 spdk_log_deprecation_register(const char *tag, const char *description, const char *remove_release, in spdk_log_deprecation_register() argument