Searched refs:ci_clients (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_handlers.c97 if (cip->ci_clients != NULL) {
213 for (clientp = cip->ci_clients, nclients = 0; clientp != NULL;
259 for (clientp = cip->ci_clients, iclient = 0;
H A Dibmf_impl.c1471 clientp = ibmf_cip->ci_clients;
1517 if (ibmf_cip->ci_clients == NULL) {
1518 ibmf_cip->ci_clients = ibmf_clientp;
1551 if (ibmf_cip->ci_clients == ibmf_clientp) {
1552 ibmf_cip->ci_clients = ibmf_clientp->ic_next;
3090 clientp = ibmf_cip->ci_clients;
3330 clp = cip->ci_clients;
/illumos-gate/usr/src/uts/common/sys/ib/mgt/ibmf/
H A Dibmf_impl.h487 ibmf_client_t *ci_clients; /* list of clients;head */ member in struct:_ibmf_ci
535 ibmf_ci_t::ci_clients

Completed in 82 milliseconds