Home
last modified time | relevance | path

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

/illumos-gate/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()
501 for (p = list_head(&tems.ts_list); p != NULL; in tem_info_init()
502 p = list_next(&tems.ts_list, p)) { in tem_info_init()
656 ASSERT(!(list_is_empty(&tems.ts_list))); in tems_modechange_callback()
690 for (p = list_head(&tems.ts_list); p != NULL; in tems_modechange_callback()
691 p = list_next(&tems.ts_list, p)) { in tems_modechange_callback()
/illumos-gate/usr/src/boot/sys/sys/
H A Dtem_impl.h267 list_t ts_list; /* chain of all tems */ member
/illumos-gate/usr/src/uts/common/sys/
H A Dtem_impl.h293 list_t ts_list; /* chain of all tems */ member
/illumos-gate/usr/src/boot/common/
H A Dtem.c195 list_insert_head(&tems.ts_list, tem); in tem_add()
352 list_create(&tems.ts_list, sizeof (struct tem_vt_state), in tem_info_init()
406 for (p = list_head(&tems.ts_list); p != NULL; in tem_info_init()
407 p = list_next(&tems.ts_list, p)) { in tem_info_init()
630 for (p = list_head(&tems.ts_list); p != NULL; in tems_modechange_callback()
631 p = list_next(&tems.ts_list, p)) { in tems_modechange_callback()