Home
last modified time | relevance | path

Searched refs:clients (Results 1 – 1 of 1) sorted by relevance

/hardware/msm7k/librpc/
Dclnt.c72 static volatile struct CLIENT *clients; variable
202 CLIENT *client = (CLIENT *)clients; in rx_context()
279 CLIENT *trav = (CLIENT *)clients; in rx_context()
572 client->next = (CLIENT *)clients; in clnt_create()
573 clients = client; in clnt_create()
620 CLIENT *trav = (CLIENT *)clients, *prev = NULL; in clnt_destroy()
629 clients = trav->next; in clnt_destroy()