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

/freebsd-10.1-release/sys/boot/amd64/boot1.efi/
H A Dboot1.c36 typedef int putc_func_t(char c, void *arg); typedef
52 static int __printf(const char *fmt, putc_func_t *putc, void *arg, va_list ap);
54 static int __puts(const char *s, putc_func_t *putc, void *arg);
384 __printf(const char *fmt, putc_func_t *putc, void *arg, va_list ap)
506 __puts(const char *s, putc_func_t *putc, void *arg)
/freebsd-10.1-release/sys/boot/powerpc/boot1.chrp/
H A Dboot1.c31 typedef int putc_func_t(char c, void *arg); typedef
72 static int __printf(const char *fmt, putc_func_t *putc, void *arg, va_list ap);
74 static int __puts(const char *s, putc_func_t *putc, void *arg);
614 __printf(const char *fmt, putc_func_t *putc, void *arg, va_list ap)
736 __puts(const char *s, putc_func_t *putc, void *arg)
/freebsd-10.1-release/sys/boot/sparc64/boot1/
H A Dboot1.c31 typedef int putc_func_t(char c, void *arg); typedef
72 static int __printf(const char *fmt, putc_func_t *putc, void *arg, va_list ap);
73 static int __puts(const char *s, putc_func_t *putc, void *arg);
594 __printf(const char *fmt, putc_func_t *putc, void *arg, va_list ap)
716 __puts(const char *s, putc_func_t *putc, void *arg)

Completed in 98 milliseconds