Searched defs:front_index (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/storage/liba5k/common/
H A Ddiag.c404 int err, fd, front_index, rear_index, offset; local
628 if (err = l_get_disk_element_index(l_state, &front_index,
641 front_index++;
652 offset = (8 + (front_index + path_struct->slot)*4);
H A Dlhot.c404 int fd, front_index, rear_index, offset, err; local
430 if ((err = l_get_disk_element_index(l_state, &front_index,
437 front_index++;
447 offset = (8 + (front_index + slot)*4);
H A Dmon.c468 l_get_disk_element_index(struct l_state_struct *l_state, int *front_index, argument
474 if ((l_state == NULL) || (front_index == NULL) ||
479 *front_index = *rear_index = 0;
505 *front_index = local_front;
527 int err, write, fd, front_index, rear_index, offset; local
638 if (err = l_get_disk_element_index(l_state, &front_index,
645 front_index++;
653 offset = (8 + (front_index + path_struct->slot)*4);
1191 int front_index, rear_index, front_offset, rear_offset; local
1236 if (err = l_get_disk_element_index(l_state, &front_index,
2978 int front_index, rear_index; local
[all...]

Completed in 65 milliseconds