Searched defs:list_index (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libbsm/common/
H A Dadt_token.c651 int list_index; local
684 list_index = ((union convert *)p_data)->msg_selector;
686 if ((list_index + list->ml_offset < list->ml_min_index) ||
687 (list_index + list->ml_offset > list->ml_max_index)) {
690 string = list->ml_msg_list[list_index +
/illumos-gate/usr/src/cmd/latencytop/common/
H A Ddisplay.c413 int list_index)
429 i = list_index - (list_index % number_item);
475 if (i == list_index) {
481 if (i == list_index) {
588 get_plist(pid_t **plist, id_t **tlist, int *list_len, int *list_index) argument
594 for (*list_index = 0; *list_index < *list_len &&
595 (*plist)[*list_index] != selected_pid;
596 ++*list_index) {
412 print_taskbar_thread(pid_t *pidlist, id_t *tidlist, int list_len, int list_index) argument
796 int list_index = 0; local
[all...]
/illumos-gate/usr/src/lib/libmtmalloc/common/
H A Dmtmalloc.c237 uint_t list_index; local
242 list_index = (curcpu() & cpu_mask);
244 list_rotor = &cpu_list[list_index];
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_sp.c1477 IN const u16_t list_index,
1487 data.vif_list_index = list_index;
1475 lm_niv_vif_list_update(struct _lm_device_t *pdev, IN const enum vif_list_rule_kind command, IN const u16_t list_index, IN const u8_t func_bit_map, IN const u8_t func_to_clear) argument

Completed in 59 milliseconds