Searched refs:sg_flags (Results 1 - 2 of 2) sorted by relevance

/xnu-2782.1.97/bsd/sys/
H A Dioctl_compat.h103 short sg_flags; /* mode flags */ member in struct:sgttyb
/xnu-2782.1.97/bsd/kern/
H A Dtty_compat.c244 tp->t_flags = (tp->t_flags&0xffff0000) | (sg->sg_flags&0xffff);
400 sg->sg_flags = tp->t_flags = ttcompatgetflags(tp);

Completed in 21 milliseconds