Home
last modified time | relevance | path

Searched refs:cur_elements (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/uts/common/os/
H A Dsunmdi.c9042 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()
9048 sizeof (char *) * (*cur_elements), in add_to_phci_list()
9051 sizeof (int) * (*cur_elements), in add_to_phci_list()
9054 (*driver_list)[*cur_elements] = i_ddi_strdup(driver_name, KM_SLEEP); in add_to_phci_list()
9055 (*root_support_list)[*cur_elements] = root_support; in add_to_phci_list()
9056 (*cur_elements)++; in add_to_phci_list()
9061 int **root_support_list, int *cur_elements, int *max_elements) in get_phci_driver_list() argument
9071 *cur_elements = 0; in get_phci_driver_list()
[all …]