HomeSort by: relevance | last modified time | path
    Searched defs:tpr_t (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/sys/
tprintf.h 37 typedef struct session *tpr_t; typedef in typeref:struct:session *
39 tpr_t tprintf_open(struct proc *);
40 void tprintf_close(tpr_t);
42 void tprintf(tpr_t, const char *fmt, ...) __printflike(2, 3);
tprintf.h 37 typedef struct session *tpr_t; typedef in typeref:struct:session *
39 tpr_t tprintf_open(struct proc *);
40 void tprintf_close(tpr_t);
42 void tprintf(tpr_t, const char *fmt, ...) __printflike(2, 3);
tprintf.h 37 typedef struct session *tpr_t; typedef in typeref:struct:session *
39 tpr_t tprintf_open(struct proc *);
40 void tprintf_close(tpr_t);
42 void tprintf(tpr_t, const char *fmt, ...) __printflike(2, 3);

Completed in 31 milliseconds