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

/freebsd-10-stable/sys/mips/mips/
H A Ddb_trace.c134 int (*printfn) (const char *,...))
162 (*printfn) ("\nstackframe count exceeded\n");
169 (*printfn) ("SP 0x%jx: not in kernel\n", sp);
210 (*printfn) ("PC 0x%jx: not in kernel\n", pc);
367 (*printfn) ("%s+%x (", fn_name(subr), pc - subr);
370 (*printfn)(",");
372 (*printfn)("%x", args[j]);
374 (*printfn)("?");
377 (*printfn) (") ra %jx sp %jx sz %d\n", ra, sp, stksize);
381 (*printfn) ("stacktrac
[all...]
/freebsd-10-stable/usr.bin/tail/
H A Dextern.h70 void printfn(const char *, int);
H A Dmisc.c121 printfn(const char *fn, int print_nl) function
H A Dtail.c206 printfn(fn, !first);
H A Dforward.c246 printfn(file->file_name, 1);
323 printfn(file->file_name, 1);
/freebsd-10-stable/libexec/bootpd/tools/bootptest/
H A Dprint-bootp.c45 extern int printfn();
150 if (printfn(bp->bp_sname, ep)) {
158 if (printfn(bp->bp_file, ep)) {
320 printfn(bp, bp + len);
369 printfn(bp, bp + len);
H A Dbootptest.c468 printfn(s, ep) function

Completed in 167 milliseconds