Searched refs:aidn (Results 1 – 1 of 1) sorted by relevance
142 int aidn, aidx; in tty3270_aid_set() local154 aidn = simple_strtoul(buf+2, &sp, 10); in tty3270_aid_set()155 if (aidn < 1 || aidn > 24) in tty3270_aid_set()157 aidx = aidn > 12? aidn - 12: aidn + 0x30; in tty3270_aid_set()160 aidn = simple_strtoul(buf+2, &sp, 10); in tty3270_aid_set()161 if (aidn < 1 || aidn > 3) in tty3270_aid_set()163 switch(aidn) { in tty3270_aid_set()