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

/osnet-11/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.c467 l_get_disk_element_index(struct l_state_struct *l_state, int *front_index, argument
473 if ((l_state == NULL) || (front_index == NULL) ||
478 *front_index = *rear_index = 0;
504 *front_index = local_front;
526 int err, write, fd, front_index, rear_index, offset; local
637 if (err = l_get_disk_element_index(l_state, &front_index,
644 front_index++;
652 offset = (8 + (front_index + path_struct->slot)*4);
1190 int front_index, rear_index, front_offset, rear_offset; local
1235 if (err = l_get_disk_element_index(l_state, &front_index,
2977 int front_index, rear_index; local
[all...]

Completed in 21 milliseconds