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

/darwin-on-arm/xnu/bsd/sys/
H A Dsubr_prf.h86 extern int prf(const char *fmt, va_list ap, int flags, struct tty *ttyp);
/darwin-on-arm/xnu/bsd/kern/
H A Dsubr_prf.c138 static void printn(uint32_t n, int b, int flags, struct tty *ttyp, int zf, int fld_size);
325 _printf(int flags, struct tty *ttyp, const char *format, ...) argument
331 pca.tty = ttyp;
333 if (ttyp != NULL) {
334 tty_lock(ttyp);
340 tty_unlock(ttyp);
345 prf(const char *fmt, va_list ap, int flags, struct tty *ttyp) argument
350 pca.tty = ttyp;
362 printn(uint32_t n, int b, int flags, struct tty *ttyp, int zf, int fld_size) argument
369 pca.tty = ttyp;
[all...]
H A Dkern_proc.c1160 struct tty *ttyp; local
1190 ttyp = SESSION_TP(pgrp->pg_session);
1191 if (ttyp != TTY_NULL) {
1192 if (ttyp->t_pgrp == pgrp) {
1193 tty_lock(ttyp);
1195 if (ttyp->t_pgrp == pgrp) {
1196 ttyp->t_pgrp = NULL;
1199 tty_unlock(ttyp);
1212 ttyp = SESSION_TP(sessp);
1215 if (ttyp !
[all...]

Completed in 20 milliseconds