Lines Matching refs:cp_private
2185 * is hung of cq_private (cp_private) in the copyresp (copyreq) structure.
2192 * 3) we receive an M_IOCDATA response with cp->cp_private->b_cont == NULL.
2200 * 5) we receive an M_IOCDATA with cp_private->b_cont != NULL and
2207 * 7) we receive an M_IOCDATA message with cp_private->b_cont != NULL and
2266 freemsg(csp->cp_private);
2271 ASSERT(csp->cp_private != NULL);
2275 if (csp->cp_private->b_cont == NULL) { /* got strbuf */
2299 freemsg(csp->cp_private);
2308 csp->cp_private->b_cont = mp->b_cont;
2312 (void *)csp->cp_private->b_cont->b_rptr);
2329 freemsg(csp->cp_private);
2340 freemsg(csp->cp_private);
2348 (caddr_t)*(intptr_t *)csp->cp_private->b_rptr;
2371 freemsg(csp->cp_private);