Searched refs:cpc_bufs (Results 1 – 2 of 2) sorted by relevance
140 cpc->cpc_bufs = NULL; in cpc_open()164 while (cpc->cpc_bufs != NULL) in cpc_close()165 (void) cpc_buf_destroy(cpc, cpc->cpc_bufs); in cpc_close()384 buf->cb_next = cpc->cpc_bufs; in cpc_buf_create()385 cpc->cpc_bufs = buf; in cpc_buf_create()401 for (cbp = prev = cpc->cpc_bufs; cbp != NULL; cbp = cbp->cb_next) { in cpc_buf_destroy()411 if (cbp == cpc->cpc_bufs) in cpc_buf_destroy()412 cpc->cpc_bufs = cbp->cb_next; in cpc_buf_destroy()
95 cpc_buf_t *cpc_bufs; /* List of existing bufs */ member