sys/kern/tty_msts.c
129
struct msts *np = (struct msts *)tp->t_sc;
sys/kern/tty_msts.c
146
struct msts *np = (struct msts *)tp->t_sc;
sys/kern/tty_msts.c
208
msts_scan(struct msts *np, struct tty *tp)
sys/kern/tty_msts.c
238
msts_decode(struct msts *np, struct tty *tp, char *fld[], int fldcnt)
sys/kern/tty_msts.c
411
struct msts *np = xnp;
sys/kern/tty_msts.c
68
void msts_scan(struct msts *, struct tty *);
sys/kern/tty_msts.c
69
void msts_decode(struct msts *, struct tty *, char *fld[], int fldcnt);
sys/kern/tty_msts.c
86
struct msts *np;
sys/kern/tty_msts.c
94
np = malloc(sizeof(struct msts), M_DEVBUF, M_WAITOK|M_ZERO);