Searched refs:relatedPLCIvalue (Results 1 – 1 of 1) sorted by relevance
1865 long relatedPLCIvalue; in facility_req() local2173 relatedPLCIvalue = GET_DWORD(ss_parms[2].info); in facility_req()2174 relatedPLCIvalue &= 0x0000FFFF; in facility_req()2175 dbug(1, dprintf("PTY/ECT/addCONF,relPLCI=%lx", relatedPLCIvalue)); in facility_req()2177 if (((relatedPLCIvalue & 0x7f) == 0) in facility_req()2178 || (MapController((byte)(relatedPLCIvalue & 0x7f)) == 0) in facility_req()2179 || (MapController((byte)(relatedPLCIvalue & 0x7f)) > max_adapter)) in facility_req()2194 relatedadapter = &adapter[MapController((byte)(relatedPLCIvalue & 0x7f)) - 1]; in facility_req()2195 relatedPLCIvalue >>= 8; in facility_req()2199 if (relatedadapter->plci[i].Id == (byte)relatedPLCIvalue) in facility_req()[all …]