Searched defs:root_support_list (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dsunmdi.c9030 add_to_phci_list(char ***driver_list, int **root_support_list, argument
9039 *root_support_list = mdi_realloc(*root_support_list,
9044 (*root_support_list)[*cur_elements] = root_support;
9050 int **root_support_list, int *cur_elements, int *max_elements)
9059 *root_support_list = NULL;
9080 add_to_phci_list(driver_list, root_support_list,
9113 add_to_phci_list(driver_list, root_support_list,
9130 int *root_support_list; local
9134 get_phci_driver_list(vhci_class, &driver_list, &root_support_list,
9049 get_phci_driver_list(char *vhci_class, char ***driver_list, int **root_support_list, int *cur_elements, int *max_elements) argument
9638 int *root_support_list; local
[all...]

Completed in 64 milliseconds