Lines Matching refs:xid
57 interpret_pmap(flags, type, xid, vers, proc, data, len)
58 int flags, type, xid, vers, proc;
63 case 2: interpret_pmap_2(flags, type, xid, vers, proc, data, len);
68 case 4: interpret_pmap_4(flags, type, xid, vers, proc, data, len);
98 interpret_pmap_2(flags, type, xid, vers, proc, data, len)
99 int flags, type, xid, vers, proc;
118 stash_callit(xid, pi_frame, iprog, ivers, iproc);
120 x = find_callit(xid);
155 protoprint(flags, type, xid,
163 check_retransmit(line, xid);
184 protoprint(flags, type, xid,
238 protoprint(flags, type, xid,
261 protoprint(flags, type, xid,
384 interpret_pmap_4(flags, type, xid, vers, proc, data, len)
385 int flags, type, xid, vers, proc;
405 stash_callit(xid, pi_frame,
408 x = find_callit(xid);
447 protoprint(flags, type, xid,
456 check_retransmit(line, xid);
483 protoprint(flags, type, xid,
551 protoprint(flags, type, xid,
582 protoprint(flags, type, xid,
740 find_callit(xid)
741 ulong_t xid;
746 if (x->xid_num == xid)
749 if (x->xid_num == xid)
755 stash_callit(xid, frame, prog, vers, proc)
756 ulong_t xid;
761 x = find_callit(xid);
766 x->xid_num = xid;