Lines Matching defs:clp
2186 client_t *clp;
2214 clp = sp->client_list;
2216 while (clp) {
2217 if (clp->client_handle == client_handle)
2218 return (clp);
2219 clp = clp->next;
2240 client_t *clp;
2248 if ((!(clp = cs_find_client(client_handle, &error))) ||
2271 if (clp->prev) {
2272 clp->prev->next = clp->next;
2280 sp->client_list = clp->next;
2288 if (clp->next)
2289 clp->next->prev = clp->prev;
2297 kmem_free(clp, sizeof (client_t));
2312 client_t *clp;
2360 clp = sp->client_list;
2366 clp = sp->client_list;
2367 while (clp->next) {
2368 clp = clp->next;
2371 clp->next = cclp;
2372 clp->next->prev = clp;
2373 clp = clp->next;
2379 clp->client_handle = client_handle;
2535 client_t *clp = NULL;
2538 clp = client;
2541 client = clp;
3417 client_t *clp = NULL;
3420 clp = client;
3423 client = clp;
8315 * client_t **clp - pointer to a pointer where a pointer
8328 uint32_t *function, cs_socket_t **csp, client_t **clp)
8388 if (clp)
8389 *clp = client;