Home
last modified time | relevance | path

Searched refs:list_index (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/cmd/latencytop/common/
H A Ddisplay.c413 int list_index) in print_taskbar_thread() argument
429 i = list_index - (list_index % number_item); in print_taskbar_thread()
475 if (i == list_index) { in print_taskbar_thread()
481 if (i == list_index) { in print_taskbar_thread()
588 get_plist(pid_t **plist, id_t **tlist, int *list_len, int *list_index) in get_plist() argument
594 for (*list_index = 0; *list_index < *list_len && in get_plist()
595 (*plist)[*list_index] != selected_pid; in get_plist()
596 ++*list_index) { in get_plist()
599 if (*list_index >= *list_len) { in get_plist()
604 *list_index = 0; in get_plist()
[all …]
/titanic_44/usr/src/lib/libbsm/common/
H A Dadt_token.c651 int list_index; in adt_to_text() local
684 list_index = ((union convert *)p_data)->msg_selector; in adt_to_text()
686 if ((list_index + list->ml_offset < list->ml_min_index) || in adt_to_text()
687 (list_index + list->ml_offset > list->ml_max_index)) { in adt_to_text()
690 string = list->ml_msg_list[list_index + in adt_to_text()
/titanic_44/usr/src/lib/libmtmalloc/common/
H A Dmtmalloc.c237 uint_t list_index; in malloc() local
242 list_index = (curcpu() & cpu_mask); in malloc()
244 list_rotor = &cpu_list[list_index]; in malloc()
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm.h896 IN const u16_t list_index,
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_sp.c1477 IN const u16_t list_index, in lm_niv_vif_list_update() argument
1487 data.vif_list_index = list_index; in lm_niv_vif_list_update()