Searched defs:un_t (Results 1 – 2 of 2) sorted by relevance
259 struct un_t { struct262 ulong un_time; argument263 uint un_type; argument265 struct tty_struct *un_tty;/* Pointer to unit tty structure */ argument266 uint un_flags; /* Unit flags */267 wait_queue_head_t un_flags_wait; /* Place to sleep to wait on unit */268 uint un_dev; /* Minor device number */269 struct device *un_sysfs;
625 struct un_t { struct628 u32 un_time; argument629 u32 un_type; argument631 struct tty_struct *un_tty;/* Pointer to unit tty structure */ argument632 u32 un_flags; /* Unit flags */633 wait_queue_head_t un_flags_wait; /* Place to sleep to wait on unit */634 u32 un_dev; /* Minor device number */635 tcflag_t un_oflag; /* oflags being done on board */636 tcflag_t un_lflag; /* lflags being done on board */637 struct device *un_sysfs;