Searched defs:hilloopdev (Results 1 – 1 of 1) sorted by relevance
52 struct hilloopdev { struct53 int hd_flags; /* device state */54 int hd_qmask; /* queues this device is mapped to */55 struct clist hd_queue; /* event queue for HPUX-style input */56 struct selinfo hd_selr; /* process read selecting */80 struct hilloopdev hl_device[NHILD]; /* device data */ argument