Searched refs:_ascebc (Results 1 – 8 of 8) sorted by relevance
19 __u8 _ascebc[256] = variable397 EXPORT_SYMBOL(_ascebc);
162 if (f1.DS1FMTID == _ascebc['4'] in find_vol1_partitions()163 || f1.DS1FMTID == _ascebc['5'] in find_vol1_partitions()164 || f1.DS1FMTID == _ascebc['7'] in find_vol1_partitions()165 || f1.DS1FMTID == _ascebc['9']) { in find_vol1_partitions()171 if (f1.DS1FMTID != _ascebc['1'] && in find_vol1_partitions()172 f1.DS1FMTID != _ascebc['8']) in find_vol1_partitions()
17 extern __u8 _ascebc[256]; /* ASCII -> EBCDIC conversion table */39 #define ASCEBC(addr,nr) codepage_convert(_ascebc, addr, nr)
104 ptr[count] = _ascebc[ch]; in sclp_early_print_lm()
365 return (MACHINE_IS_VM) ? _ascebc[ch] : _ascebc_500[ch]; in sclp_ascebc()
583 raw->buffer[raw->head] = (char) _ascebc[(int) ch]; in raw3215_putchar()
701 memcpy(ascebc, _ascebc, 256); in raw3270_setup_device()
1807 card->info.is_vm_nic = nd->nd1.plant[0] == _ascebc['V'] && in qeth_read_conf_data_cb()1808 nd->nd1.plant[1] == _ascebc['M']; in qeth_read_conf_data_cb()2395 param_field[0] = _ascebc['P']; in qeth_create_qib_param_field()2396 param_field[1] = _ascebc['C']; in qeth_create_qib_param_field()2397 param_field[2] = _ascebc['I']; in qeth_create_qib_param_field()2398 param_field[3] = _ascebc['T']; in qeth_create_qib_param_field()2407 param_field[16] = _ascebc['B']; in qeth_create_qib_param_field_blkt()2408 param_field[17] = _ascebc['L']; in qeth_create_qib_param_field_blkt()2409 param_field[18] = _ascebc['K']; in qeth_create_qib_param_field_blkt()2410 param_field[19] = _ascebc['T']; in qeth_create_qib_param_field_blkt()