Searched refs:MAX_CHPID (Results 1 – 3 of 3) sorted by relevance
121 if (chpid > MAX_CHPID) { in emulated_ccw_3270_realize()
291 ChpInfo chpids[MAX_CHPID + 1];300 VMSTATE_STRUCT_ARRAY(chpids, CssImage, MAX_CHPID + 1, 0,2040 return MAX_CHPID + 1; in css_find_free_chpid()2043 for (chpid = 0; chpid <= MAX_CHPID; chpid++) { in css_find_free_chpid()2052 return MAX_CHPID + 1; in css_find_free_chpid()
26 #define MAX_CHPID 255 macro