HomeSort by: relevance | last modified time | path
    Searched refs:tprintf_open (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/sys/
tprintf.h 39 tpr_t tprintf_open(struct proc *);
  /src/sys/dev/gpib/
ct.c 368 sc->sc_tpr = tprintf_open(l->l_proc);
mt.c 358 sc->sc_ttyp = tprintf_open(l->l_proc);
  /src/sys/arch/hp300/dev/
mt.c 340 sc->sc_ttyp = tprintf_open(l->l_proc);
ct.c 413 sc->sc_tpr = tprintf_open(l->l_proc);
  /src/sys/kern/
subr_prf.c 583 * get a tpr_t handle on a process "p" by using "tprintf_open(p)"
589 * tprintf_open: get a tprintf handle on a process "p"
595 tprintf_open(struct proc *p) function in typeref:typename:tpr_t
612 * tprintf_close: dispose of a tprintf handle obtained with tprintf_open
627 * tprintf: given tprintf handle to a process [obtained with tprintf_open],
  /src/sys/nfs/
nfs_socket.c 1262 tpr = tprintf_open(l->l_proc);
  /src/share/man/man9/
Makefile 499 kprintf.9 tprintf.9 kprintf.9 tprintf_open.9 kprintf.9 tprintf_close.9 \

Completed in 29 milliseconds