Lines Matching refs:rc_plci
1714 PLCI *rc_plci = NULL; in info_req() local
1735 rc_plci = plci; in info_req()
1773 rc_plci = &a->plci[i - 1]; in info_req()
1775 rc_plci->internal_command = C_NCR_FAC_REQ; in info_req()
1776 rc_plci->appl = appl; in info_req()
1777 add_p(rc_plci, CAI, "\x01\x80"); in info_req()
1778 add_p(rc_plci, UID, "\x06\x43\x61\x70\x69\x32\x30"); in info_req()
1779 sig_req(rc_plci, ASSIGN, DSIG_ID); in info_req()
1780 send_req(rc_plci); in info_req()
1789 add_s(rc_plci, CPN, &msg[0]); in info_req()
1790 add_ai(rc_plci, &msg[1]); in info_req()
1791 sig_req(rc_plci, NCR_FACILITY, 0); in info_req()
1792 send_req(rc_plci); in info_req()
1798 if (!rc_plci) in info_req()
1805 send_req(rc_plci); in info_req()