Lines Matching defs:clp
200 struct clist *clp;202 clp = kmem_cache_alloc(clist_cache, KM_SLEEP);204 bzero(clp, sizeof (*clp));206 return (clp);236 clist_add(struct clist **clp, uint32_t xdroff, int len,244 while (*clp != NULL)245 clp = &((*clp)->c_next);258 *clp = cl;