Searched defs:uab (Results 1 - 1 of 1) sorted by relevance

/drivers/s390/char/
H A Draw3270.c438 } __attribute__ ((packed)) uab; member in struct:raw3270_ua
655 if (rp->init_data[0] != 0x88 || uap->uab.qcode != 0x81)
658 rp->rows = uap->uab.h;
659 rp->cols = uap->uab.w;
661 if ((uap->uab.flags0 & 0x0d) == 0x01)
664 if (uap->uab.l == sizeof(struct raw3270_ua) &&

Completed in 57 milliseconds