Lines Matching refs:queue_t
98 static int pcktopen(queue_t *, dev_t *, int, int, cred_t *);
99 static int pcktclose(queue_t *, int, cred_t *);
100 static void pcktrput(queue_t *, mblk_t *);
101 static void pcktrsrv(queue_t *);
102 static void pcktwput(queue_t *, mblk_t *);
103 static mblk_t *add_ctl_info(queue_t *, mblk_t *);
176 queue_t *pi_qptr; /* back pointer to q */
204 queue_t *q, /* pointer to the read side queue */ in pcktopen()
286 queue_t *q, /* Pointer to the read queue */ in pcktclose()
316 queue_t *q, /* Pointer to the read queue */ in pcktrput()
420 pcktrsrv(queue_t *q) in pcktrsrv()
481 queue_t *q, /* Pointer to the read queue */ in pcktwput()
499 queue_t *q, /* Pointer to the read queue */ in pckt_reallocb()
546 queue_t *q, /* pointer to the read queue */ in add_ctl_info()
678 queue_t *q = arg; /* ptr to the read queue */ in add_ctl_wkup()