Searched refs:ttyprintf (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dsystm.h160 void ttyprintf(struct tty *, const char *, ...) __printflike(2, 3);
/darwin-on-arm/xnu/bsd/kern/
H A Dsubr_prf.c258 ttyprintf(struct tty *tp, const char *fmt, ...) function
H A Dtty.c2788 ttyprintf(tp, "load: %d.%02d ", load / 100, load % 100);
2791 * On return following a ttyprintf(), we set tp->t_rocount to 0 so
2795 ttyprintf(tp, "not a controlling terminal\n");
2800 ttyprintf(tp, "no foreground process group\n");
2807 ttyprintf(tp, "empty foreground process group\n");
2841 ttyprintf(tp, "foreground process without thread\n");
2871 ttyprintf(tp, " cmd: %s %d %s %ld.%02du %ld.%02ds\n",

Completed in 29 milliseconds