Home
last modified time | relevance | path

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

/openbsd/sys/sys/
H A Dsystm.h172 void ttyprintf(struct tty *, const char *, ...)
/openbsd/sys/kern/
H A Dtty.c2163 ttyprintf(tp, "load: %d.%02d ", tmp / 100, tmp % 100); in ttyinfo()
2166 ttyprintf(tp, "not a controlling terminal\n"); in ttyinfo()
2168 ttyprintf(tp, "no foreground process group\n"); in ttyinfo()
2170 empty: ttyprintf(tp, "empty foreground process group\n"); in ttyinfo()
2273 ttyprintf(tp, in ttyinfo()
H A Dsubr_prf.c474 ttyprintf(struct tty *tp, const char *fmt, ...) in ttyprintf() function