Searched refs:out_wrap_t (Results 1 - 1 of 1) sorted by relevance

/seL4-test-master/kernel/src/machine/
H A Dio.c35 } out_wrap_t; typedef in typeref:struct:__anon21
41 static void putchar_wrap(out_wrap_t *out, char c)
197 static void out(out_wrap_t *f, const char *s, word_t l)
204 static void pad(out_wrap_t *f, char c, int w, int l, int fl)
270 static int printf_core(out_wrap_t *f, const char *fmt, va_list *ap, union arg *nl_arg, int *nl_type)
568 static int vprintf(out_wrap_t *out, const char *fmt, va_list ap)
592 out_wrap_t out = { kernel_out_fn, NULL, 0, -1 };
605 out_wrap_t out = { buf_out_fn, str, 0, size };

Completed in 27 milliseconds