Home
last modified time | relevance | path

Searched refs:str_ctx (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-2.7.6/subsys/tracing/
Dtracing_format_common.c14 tracing_ctx_t *str_ctx = (tracing_ctx_t *)ctx; in str_put() local
16 if (str_ctx->status == 0) { in str_put()
23 str_ctx->length++; in str_put()
25 str_ctx->status = -1; in str_put()
34 tracing_ctx_t str_ctx = {0}; in tracing_format_string_put() local
36 (void)cbvprintf(str_put, (void *)&str_ctx, str, args); in tracing_format_string_put()
38 if (str_ctx.status == 0) { in tracing_format_string_put()
39 tracing_buffer_put_finish(str_ctx.length); in tracing_format_string_put()
/Zephyr-Core-2.7.6/lib/os/
Dcbprintf.c30 struct str_ctx { struct
38 struct str_ctx *scp = ctx; in str_out() argument
99 struct str_ctx ctx = { in vsnprintfcb()