Searched refs:relatedPLCIvalue (Results 1 – 1 of 1) sorted by relevance
1742 long relatedPLCIvalue; in facility_req() local2050 relatedPLCIvalue = GET_DWORD(ss_parms[2].info); in facility_req()2051 relatedPLCIvalue &= 0x0000FFFF; in facility_req()2052 dbug(1, dprintf("PTY/ECT/addCONF,relPLCI=%lx", relatedPLCIvalue)); in facility_req()2054 if (((relatedPLCIvalue & 0x7f) == 0) in facility_req()2055 || (MapController((byte)(relatedPLCIvalue & 0x7f)) == 0) in facility_req()2056 || (MapController((byte)(relatedPLCIvalue & 0x7f)) > max_adapter)) in facility_req()2071 relatedadapter = &adapter[MapController((byte)(relatedPLCIvalue & 0x7f)) - 1]; in facility_req()2072 relatedPLCIvalue >>= 8; in facility_req()2076 if (relatedadapter->plci[i].Id == (byte)relatedPLCIvalue) in facility_req()[all …]