Searched refs:tprintf (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/tcsh/ |
| H A D | tc.prompt.c | 142 Prompt = tprintf(FMT_PROMPT, cp, str, lclock, NULL); in printprompt() 154 RPrompt = tprintf(FMT_PROMPT, cp, NULL, lclock, NULL); in printprompt() 178 tprintf(int what, const Char *fmt, const char *str, time_t tim, ptr_t info) in tprintf() function
|
| H A D | tc.sched.c | 89 str = tprintf(FMT_SCHED, fmt, short2str(buf), tp->t_when, &count); in dosched()
|
| H A D | tc.decls.h | 247 extern Char *tprintf (int, const Char *, const char *,
|
| H A D | tc.who.c | 504 str = tprintf(FMT_WHO, cp, NULL, wp->who_time, wp);
|
| H A D | sh.hist.c | 1088 p = tprintf(FMT_HISTORY, cp, NULL, hp->Htime, hp); in phist()
|
| H A D | Fixes | 1587 all use tprintf() now.
|
| /freebsd/sys/fs/nfsclient/ |
| H A D | nfs_clport.c | 1188 tprintf(p, LOG_INFO, in nfscl_maperr() 1224 tprintf(p, LOG_INFO, "NFSv4 error WrongSec: You probably need a" in nfscl_maperr() 1228 tprintf(p, LOG_INFO, "nfsv4 err=%d\n", error); in nfscl_maperr()
|
| H A D | nfs_clvfsops.c | 1268 tprintf(td->td_proc, LOG_WARNING, in nfs_mount()
|
| /freebsd/sys/nlm/ |
| H A D | nlm_advlock.c | 114 tprintf(p, LOG_INFO, "nfs server %s: %s, error %d\n", server, in nlm_msg() 117 tprintf(p, LOG_INFO, "nfs server %s: %s\n", server, msg); in nlm_msg()
|
| /freebsd/sys/fs/nfs/ |
| H A D | nfs_commonkrpc.c | 1663 tprintf(p, LOG_INFO, "nfs server %s: %s, error %d\n", in nfs_msg() 1666 tprintf(p, LOG_INFO, "nfs server %s: %s\n", server, msg); in nfs_msg()
|
| /freebsd/sys/sys/ |
| H A D | systm.h | 245 void tprintf(struct proc *p, int pri, const char *, ...) __printflike(3, 4);
|
| /freebsd/sys/kern/ |
| H A D | subr_prf.c | 217 tprintf(struct proc *p, int pri, const char *fmt, ...) in tprintf() function
|
| /freebsd/share/man/man9/ |
| H A D | Makefile | 1875 printf.9 tprintf.9 \
|