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

/darwin-on-arm/xnu/bsd/sys/
H A Dtprintf.h61 * @(#)tprintf.h 8.1 (Berkeley) 6/2/93
77 void tprintf(tpr_t, const char *fmt, ...);
H A DMakefile31 timeb.h times.h tprintf.h trace.h tty.h ttychars.h ttycom.h \
/darwin-on-arm/xnu/SETUP/config/
H A Dlexer.l40 #define tprintf if (do_trace) printf
113 tprintf("id(%s) ", yytext);
116 tprintf("(%s) ", yytext);
126 tprintf("#O:%o ", yylval.val);
131 tprintf("#X:%x ", yylval.val);
136 tprintf("#D:%d ", yylval.val);
148 tprintf("? ");
153 tprintf("\n... ");
157 tprintf("\n");
/darwin-on-arm/xnu/bsd/kern/
H A Dsubr_prf.c93 #include <sys/tprintf.h>
207 * tprintf prints on the controlling terminal associated
213 tprintf(tpr_t tpr, const char *fmt, ...) function
251 * be revoke(2)'d away. Other callers should use tprintf.
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_socket.c86 #include <sys/tprintf.h>
3796 * If a tprintf message was given (or if this is a timed-out soft mount)
3797 * then post a tprintf message indicating the server is alive again.
4634 /* (maxtime may be less than tprintf delay) */
5151 tprintf(tpr, "nfs server %s: %s, error %d\n", server, msg, error);
5153 tprintf(tpr, "nfs server %s: %s\n", server, msg);

Completed in 44 milliseconds