Searched refs:ct_hnext (Results 1 – 3 of 3) sorted by relevance
166 value.ct_hnext); in mdiclient()353 temp = (uintptr_t)mdi_client_value->ct_hnext; in vhciguid()
1336 ct->ct_hnext = NULL; in i_mdi_client_alloc()1389 ct->ct_hnext = (mdi_client_t *)head->ct_hash_head; in i_mdi_client_enlist_table()1422 next = next->ct_hnext; in i_mdi_client_delist_table()1428 head->ct_hash_head = ct->ct_hnext; in i_mdi_client_delist_table()1430 last->ct_hnext = ct->ct_hnext; in i_mdi_client_delist_table()1432 ct->ct_hnext = NULL; in i_mdi_client_delist_table()1512 ct = ct->ct_hnext; in i_mdi_client_find()
513 struct mdi_client *ct_hnext; /* next client */ member