Searched refs:t_param (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/dev/arm/
H A Dkm.c106 tp->t_param = NULL;
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dkm.c108 tp->t_param = NULL;
/darwin-on-arm/xnu/bsd/sys/
H A Dtty.h139 int (*t_param)(struct tty *, struct termios *); member in struct:tty
/darwin-on-arm/xnu/bsd/kern/
H A Dtty.c1036 * *tp->t_param:? TIOCSETA* underlying function
1264 if (tp->t_param && (error = (*tp->t_param)(tp, t))) {

Completed in 76 milliseconds