Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dsunmdi.c9041 add_to_phci_list(char ***driver_list, int **root_support_list, in add_to_phci_list() argument
9050 *root_support_list = mdi_realloc(*root_support_list, in add_to_phci_list()
9055 (*root_support_list)[*cur_elements] = root_support; in add_to_phci_list()
9061 int **root_support_list, int *cur_elements, int *max_elements) in get_phci_driver_list() argument
9070 *root_support_list = NULL; in get_phci_driver_list()
9091 add_to_phci_list(driver_list, root_support_list, in get_phci_driver_list()
9124 add_to_phci_list(driver_list, root_support_list, in get_phci_driver_list()
9141 int *root_support_list; in attach_phci_drivers() local
9145 get_phci_driver_list(vhci_class, &driver_list, &root_support_list, in attach_phci_drivers()
9149 if (modrootloaded || root_support_list[i]) { in attach_phci_drivers()
[all …]