Searched refs:cur_elements (Results 1 – 1 of 1) sorted by relevance
9031 int *cur_elements, int *max_elements, char *driver_name, int root_support) in add_to_phci_list() argument9033 ASSERT(*cur_elements <= *max_elements); in add_to_phci_list()9034 if (*cur_elements == *max_elements) { in add_to_phci_list()9037 sizeof (char *) * (*cur_elements), in add_to_phci_list()9040 sizeof (int) * (*cur_elements), in add_to_phci_list()9043 (*driver_list)[*cur_elements] = i_ddi_strdup(driver_name, KM_SLEEP); in add_to_phci_list()9044 (*root_support_list)[*cur_elements] = root_support; in add_to_phci_list()9045 (*cur_elements)++; in add_to_phci_list()9050 int **root_support_list, int *cur_elements, int *max_elements) in get_phci_driver_list() argument9060 *cur_elements = 0; in get_phci_driver_list()[all …]