Searched refs:ci_clients_last (Results 1 – 2 of 2) sorted by relevance
488 ibmf_client_t *ci_clients_last; /* tail */ member536 ibmf_ci_t::ci_clients_last))
1516 ibmf_clientp->ic_prev = ibmf_cip->ci_clients_last; in ibmf_i_add_client()1520 if (ibmf_cip->ci_clients_last) { in ibmf_i_add_client()1521 ibmf_cip->ci_clients_last->ic_next = ibmf_clientp; in ibmf_i_add_client()1523 ibmf_cip->ci_clients_last = ibmf_clientp; in ibmf_i_add_client()1554 if (ibmf_cip->ci_clients_last == ibmf_clientp) { in ibmf_i_delete_client()1555 ibmf_cip->ci_clients_last = ibmf_clientp->ic_prev; in ibmf_i_delete_client()