Lines Matching refs:next

289 	ct->next = &client_types[1];
291 ct = ct->next;
294 ct->next = &client_types[2];
296 ct = ct->next;
299 ct->next = NULL;
984 * cs_get_firstnext_tuple - returns the first/next tuple of the specified type
1040 * be returned to the caller. Instead, the next tuple that matches
1140 * with get next tuple requests but we don't have any more
1149 * Point to the next tuple in the list. If we're searching for
1874 client = client->next;
2137 * cs_create_next_client_minor - returns the next available client minor
2143 * next valid available client minor number.
2219 clp = clp->next;
2257 * be the next client minor number we use, but it is also
2272 clp->prev->next = clp->next;
2280 sp->client_list = clp->next;
2284 * If we're not the last client in the list, point the next
2288 if (clp->next)
2289 clp->next->prev = clp->prev;
2321 * Get the next available minor number that we can use. We use the
2367 while (clp->next) {
2368 clp = clp->next;
2371 clp->next = cclp;
2372 clp->next->prev = clp;
2373 clp = clp->next;
2382 * Create the next available client minor number for this socket
2539 client = client->next;
2594 client = client->next;
2598 ct = ct->next;
2908 client = client->next;
3392 client = client->next;
3421 client = client->next;
3552 client = client->next;
3556 ct = ct->next;
5190 * with scanning the next window, since this window might have
5543 * See the next major block of code for a description of what we do
7316 client = client->next;
7831 client = client->next;
7933 sp = sp->next;
7979 * next socket strcture to the end of the list.
7994 if (spp->next == NULL) {
7995 spp->next = sp;
7998 spp = spp->next;
8183 * While this next flag doesn't really describe a per-socket
8451 cw = cw->next;
8485 cwp = cwp->next;
8495 cwpp->next = cw;
8496 cwpp = cwpp->next;
8726 * CS_GET_NEXT_FLAG - get next client handle
8790 if ((client = client->next) == NULL) {
8805 } /* client = client->next */
8818 if ((client = client->next) == NULL) {