Home
last modified time | relevance | path

Searched refs:uap (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/s390/char/
Dtubttysiz.c80 ua_t *uap; in tty3270_size() local
162 uap = (void *)cp; in tty3270_size()
163 if (uap->uab.qcode != QCODE_UA) in tty3270_size()
165 geom_rows = uap->uab.h; in tty3270_size()
166 geom_cols = uap->uab.w; in tty3270_size()
167 if ((uap->uab.flags0 & FLAGS0_ADDR) == FLAGS0_ADDR_12_14 || in tty3270_size()
168 (uap->uab.flags0 & FLAGS0_ADDR) == FLAGS0_ADDR_12_14_16) in tty3270_size()
170 if (uap->uab.l <= sizeof uap->uab) in tty3270_size()
172 if (uap->aua.sdpid != SDPID_AUA) { in tty3270_size()
174 uap->aua.sdpid, SDPID_AUA); in tty3270_size()
[all …]