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

/freebsd-9.3-release/sys/mips/mips/
H A Ddb_trace.c109 int (*printfn) (const char *,...))
137 (*printfn) ("\nstackframe count exceeded\n");
144 (*printfn) ("SP 0x%x: not in kernel\n", sp);
185 (*printfn) ("PC 0x%x: not in kernel\n", pc);
340 (*printfn) ("%s+%x (", fn_name(subr), pc - subr);
343 (*printfn)(",");
345 (*printfn)("%x", args[j]);
347 (*printfn)("?");
350 (*printfn) (") ra %x sp %x sz %d\n", ra, sp, stksize);
354 (*printfn) ("stacktrac
[all...]
/freebsd-9.3-release/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-9.3-release/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 62 milliseconds