Searched defs:un_t (Results 1 – 2 of 2) sorted by relevance
267 struct un_t { struct270 ulong un_time; argument271 uint un_type; argument273 struct tty_struct *un_tty;/* Pointer to unit tty structure */ argument274 uint un_flags; /* Unit flags */275 wait_queue_head_t un_flags_wait; /* Place to sleep to wait on unit */276 uint un_dev; /* Minor device number */277 struct device *un_sysfs;
624 struct un_t { struct627 u32 un_time; argument628 u32 un_type; argument630 struct tty_struct *un_tty;/* Pointer to unit tty structure */ argument631 u32 un_flags; /* Unit flags */632 wait_queue_head_t un_flags_wait; /* Place to sleep to wait on unit */633 u32 un_dev; /* Minor device number */634 tcflag_t un_oflag; /* oflags being done on board */635 tcflag_t un_lflag; /* lflags being done on board */636 struct device *un_sysfs;