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

/freebsd-10.3-release/contrib/tcsh/
H A Dtc.prompt.c146 Prompt = tprintf(FMT_PROMPT, cp, str, lclock, NULL);
158 RPrompt = tprintf(FMT_PROMPT, cp, NULL, lclock, NULL);
182 tprintf(int what, const Char *fmt, const char *str, time_t tim, ptr_t info) function
H A Dtc.decls.h248 extern Char *tprintf (int, const Char *, const char *,
H A Dtc.sched.c93 str = tprintf(FMT_SCHED, fmt, short2str(buf), tp->t_when, &count);
H A Dtc.who.c523 str = tprintf(FMT_WHO, cp, NULL, wp->who_time, wp);
H A Dsh.hist.c1090 p = tprintf(FMT_HISTORY, cp, NULL, hp->Htime, hp);
/freebsd-10.3-release/sys/nfsclient/
H A Dnfs_krpc.c387 int nf_lastmsg; /* last tprintf */
544 * If there was a successful reply and a tprintf msg.
545 * tprintf a response.
828 tprintf(p, LOG_INFO, "nfs server %s: %s, error %d\n", server,
831 tprintf(p, LOG_INFO, "nfs server %s: %s\n", server, msg);
H A Dnfs_vfsops.c1130 tprintf(curthread->td_proc, LOG_WARNING,
/freebsd-10.3-release/sys/sys/
H A Dsystm.h229 void tprintf(struct proc *p, int pri, const char *, ...) __printflike(3, 4);
/freebsd-10.3-release/sys/fs/nfs/
H A Dnfs_commonkrpc.c436 int nf_lastmsg; /* last tprintf */
760 * If there was a successful reply and a tprintf msg.
761 * tprintf a response.
1170 tprintf(p, LOG_INFO, "newnfs server %s: %s, error %d\n",
1173 tprintf(p, LOG_INFO, "newnfs server %s: %s\n", server, msg);
/freebsd-10.3-release/sys/fs/nfsclient/
H A Dnfs_clport.c1134 tprintf(p, LOG_INFO,
1167 tprintf(p, LOG_INFO, "nfsv4 err=%d\n", error);
H A Dnfs_clvfsops.c1071 tprintf(td->td_proc, LOG_WARNING,
/freebsd-10.3-release/sys/nlm/
H A Dnlm_advlock.c115 tprintf(p, LOG_INFO, "nfs server %s: %s, error %d\n", server,
118 tprintf(p, LOG_INFO, "nfs server %s: %s\n", server, msg);
/freebsd-10.3-release/sys/kern/
H A Dsubr_prf.c184 * tprintf and vtprintf print on the controlling terminal associated with the
188 tprintf(struct proc *p, int pri, const char *fmt, ...) function
240 * be revoke(2)'d away. Other callers should use tprintf.
/freebsd-10.3-release/share/man/man9/
H A DMakefile1059 printf.9 tprintf.9 \

Completed in 117 milliseconds