/src/sys/sys/ |
tprintf.h | 1 /* $NetBSD: tprintf.h,v 1.18 2011/11/21 04:36:06 christos Exp $ */ 31 * @(#)tprintf.h 8.1 (Berkeley) 6/2/93 42 void tprintf(tpr_t, const char *fmt, ...) __printflike(2, 3);
|
/src/sys/dev/gpib/ |
ct.c | 96 #include <sys/tprintf.h> 755 tprintf(sc->sc_tpr, 759 tprintf(sc->sc_tpr, 763 tprintf(sc->sc_tpr,
|
mt.c | 91 #include <sys/tprintf.h> 515 tprintf(sc->sc_ttyp, 535 tprintf(sc->sc_ttyp, 948 tprintf(sc->sc_ttyp,
|
/src/sys/arch/hp300/dev/ |
mt.c | 78 #include <sys/tprintf.h> 480 tprintf(sc->sc_ttyp, 500 tprintf(sc->sc_ttyp, 909 tprintf(sc->sc_ttyp,
|
ct.c | 89 #include <sys/tprintf.h> 793 tprintf(sc->sc_tpr, 797 tprintf(sc->sc_tpr, 801 tprintf(sc->sc_tpr,
|
/src/sys/nfs/ |
nfs_srvsocket.c | 59 #include <sys/tprintf.h>
|
nfs_socket.c | 64 #include <sys/tprintf.h> 1266 tprintf(tpr, "nfs server %s: %s\n", server, msg);
|
nfs_clntsocket.c | 64 #include <sys/tprintf.h> 726 * If there was a successful reply and a tprintf msg. 727 * tprintf a response.
|
/src/sys/fs/nfs/common/ |
nfs_commonkrpc.c | 442 int nf_lastmsg; /* last tprintf */ 766 * If there was a successful reply and a tprintf msg. 767 * tprintf a response. 1176 tprintf(p, LOG_INFO, "nfs server %s: %s, error %d\n", 1179 tprintf(p, LOG_INFO, "nfs server %s: %s\n", server, msg);
|
/src/sys/kern/ |
subr_prf.c | 61 #include <sys/tprintf.h> 580 * tprintf functions: used to send messages to a specific process 584 * use the handle when calling "tprintf" 589 * tprintf_open: get a tprintf handle on a process "p" 612 * tprintf_close: dispose of a tprintf handle obtained with tprintf_open 627 * tprintf: given tprintf handle to a process [obtained with tprintf_open], 633 tprintf(tpr_t tpr, const char *fmt, ...) function in typeref:typename:void 665 * use tprintf]
|
/src/sys/fs/nfs/client/ |
nfs_clport.c | 1214 tprintf(p, LOG_INFO, 1247 tprintf(p, LOG_INFO, "nfsv4 err=%d\n", error);
|
nfs_clvfsops.c | 1177 tprintf(td->td_proc, LOG_WARNING,
|
/src/sys/fs/nfs/nlm/ |
nlm_advlock.c | 117 tprintf(p, LOG_INFO, "nfs server %s: %s, error %d\n", server, 120 tprintf(p, LOG_INFO, "nfs server %s: %s\n", server, msg);
|
/src/sys/dev/wscons/ |
wsdisplay_vcons.c | 44 #include <sys/tprintf.h>
|
/src/share/man/man9/ |
Makefile | 499 kprintf.9 tprintf.9 kprintf.9 tprintf_open.9 kprintf.9 tprintf_close.9 \
|