Searched refs:max_elements (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/rcm_daemon/common/ |
H A D | rcm_script.c | 589 statefd->state_file->max_elements; in truncate_state_file() 613 int max_elements; in grow_state_file() local 616 max_elements = statefd->chunk_size; in grow_state_file() 618 max_elements += statefd->state_file->max_elements; in grow_state_file() 621 statefd->element_size * max_elements; in grow_state_file() 643 statefd->index = statefd->state_file->max_elements; in grow_state_file() 644 statefd->state_file->max_elements = max_elements; in grow_state_file() 661 (index < statefd->state_file->max_elements)) { in get_state_element() 694 for (i = 0; i < statefd->state_file->max_elements; i++) { in allocate_state_element() 704 if (statefd->index >= statefd->state_file->max_elements) in allocate_state_element() [all …]
|
H A D | rcm_script_impl.h | 171 uint32_t max_elements; /* number of state elements */ member
|
/titanic_44/usr/src/uts/common/os/ |
H A D | sunmdi.c | 9042 int *cur_elements, int *max_elements, char *driver_name, int root_support) in add_to_phci_list() argument 9044 ASSERT(*cur_elements <= *max_elements); in add_to_phci_list() 9045 if (*cur_elements == *max_elements) { in add_to_phci_list() 9046 *max_elements += 10; in add_to_phci_list() 9049 sizeof (char *) * (*max_elements)); in add_to_phci_list() 9052 sizeof (int) * (*max_elements)); in add_to_phci_list() 9061 int **root_support_list, int *cur_elements, int *max_elements) in get_phci_driver_list() argument 9072 *max_elements = 0; in get_phci_driver_list() 9092 cur_elements, max_elements, dnp->dn_name, in get_phci_driver_list() 9125 cur_elements, max_elements, p->phdriver_name, in get_phci_driver_list() [all …]
|