Searched defs:rear_index (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/storage/liba5k/common/ |
H A D | diag.c | 404 int err, fd, front_index, rear_index, offset; local 629 &rear_index)) { 646 rear_index += (MAX_DRIVES_DAK/2) + 1; 648 rear_index++; 654 offset = (8 + (rear_index + path_struct->slot)*4);
|
H A D | lhot.c | 404 int fd, front_index, rear_index, offset, err; local 431 &rear_index)) != 0) { 442 rear_index += l_state->total_num_drv/2 + 1; 444 rear_index++; 449 offset = (8 + (rear_index + slot)*4);
|
H A D | mon.c | 469 int *rear_index) 475 (rear_index == NULL)) { 479 *front_index = *rear_index = 0; 506 *rear_index = local_rear; 527 int err, write, fd, front_index, rear_index, offset; local 639 &rear_index)) { 647 rear_index += l_state->total_num_drv/2 + 1; 649 rear_index++; 655 offset = (8 + (rear_index + path_struct->slot)*4); 1191 int front_index, rear_index, front_offse local 468 l_get_disk_element_index(struct l_state_struct *l_state, int *front_index, int *rear_index) argument 2978 int front_index, rear_index; local [all...] |
Completed in 299 milliseconds