Searched refs:ttyprintf (Results 1 – 3 of 3) sorted by relevance
| /xnu-8796.121.2/bsd/sys/ |
| H A D | systm.h | 158 void ttyprintf(struct tty *, const char *, ...) __printflike(2, 3);
|
| /xnu-8796.121.2/bsd/kern/ |
| H A D | subr_prf.c | 287 ttyprintf(struct tty *tp, const char *fmt, ...) in ttyprintf() function
|
| H A D | tty.c | 2897 ttyprintf(tp, "load: %d.%02d ", load / 100, load % 100); in ttyinfo_locked() 2904 ttyprintf(tp, "not a controlling terminal\n"); in ttyinfo_locked() 2909 ttyprintf(tp, "no foreground process group\n"); in ttyinfo_locked() 2945 ttyprintf(tp, "foreground process without thread\n"); in ttyinfo_locked() 2975 ttyprintf(tp, " cmd: %s %d %s %ld.%02du %ld.%02ds\n", in ttyinfo_locked()
|