Lines Matching defs:irp
19 static const char rcsid[] = "$Id: irp.c,v 1.12 2008/11/14 02:36:51 marka Exp $";
44 #include <irp.h>
70 * This module handles the irp module connection to irpd.
80 * Initialize the irp module.
85 struct irp_p *irp;
94 if (!(irp = memget(sizeof *irp))) {
99 irp->inlast = 0;
100 irp->incurr = 0;
101 irp->fdCxn = -1;
102 acc->private = irp;
570 struct irp_p *irp = (struct irp_p *)this->private;
572 if (irp != NULL) {
573 irs_irp_disconnect(irp);
574 memput(irp, sizeof *irp);