Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/
H A Dtem.c141 list_create(&tems.ts_list, sizeof (struct tem_vt_state), in _init()
172 list_insert_head(&tems.ts_list, tem); in tem_add()
180 list_remove(&tems.ts_list, tem); in tem_rm()
485 for (p = list_head(&tems.ts_list); p != NULL; in tem_info_init()
486 p = list_next(&tems.ts_list, p)) { in tem_info_init()
621 ASSERT(!(list_is_empty(&tems.ts_list))); in tems_modechange_callback()
655 for (p = list_head(&tems.ts_list); p != NULL; in tems_modechange_callback()
656 p = list_next(&tems.ts_list, p)) { in tems_modechange_callback()
/titanic_41/usr/src/uts/common/sys/
H A Dtem_impl.h229 list_t ts_list; /* chain of all tems */ member