Searched refs:driver_list (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/cmd/devfsadm/ |
H A D | devfsadm_impl.h | 321 struct driver_list { struct 323 struct driver_list *next; argument 331 struct driver_list *ldev_driver_list;
|
H A D | devfsadm.c | 2867 struct driver_list *list; in set_logindev_perms() 7376 struct driver_list *list, *next; in read_logindevperm_file() 7496 list = (struct driver_list *) in read_logindevperm_file() 7498 sizeof (struct driver_list)); in read_logindevperm_file()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | sunmdi.h | 316 void mdi_free_phci_driver_list(char **driver_list, int ndrivers);
|
/titanic_41/usr/src/uts/common/os/ |
H A D | sunmdi.c | 9042 add_to_phci_list(char ***driver_list, int **root_support_list, in add_to_phci_list() argument 9048 *driver_list = mdi_realloc(*driver_list, in add_to_phci_list() 9055 (*driver_list)[*cur_elements] = i_ddi_strdup(driver_name, KM_SLEEP); in add_to_phci_list() 9061 get_phci_driver_list(char *vhci_class, char ***driver_list, in get_phci_driver_list() argument 9070 *driver_list = NULL; in get_phci_driver_list() 9092 add_to_phci_list(driver_list, root_support_list, in get_phci_driver_list() 9121 if (strcmp((*driver_list)[j], p->phdriver_name) == 0) in get_phci_driver_list() 9125 add_to_phci_list(driver_list, root_support_list, in get_phci_driver_list() 9141 char **driver_list, **p; in attach_phci_drivers() local 9146 get_phci_driver_list(vhci_class, &driver_list, &root_support_list, in attach_phci_drivers() [all …]
|
/titanic_41/usr/src/uts/common/io/ |
H A D | bofi.c | 129 static char driver_list[NAMESIZE]; variable 687 "bofi-to-test", driver_list, &size) != DDI_PROP_SUCCESS) in bofi_attach() 688 driver_list[0] = 0; in bofi_attach() 694 driver_list_size = strlen(driver_list); in bofi_attach() 696 if (driver_list[i] == ' ') { in bofi_attach() 697 driver_list[i] = '\0'; in bofi_attach() 700 if (driver_list[i] != '!') in bofi_attach() 2228 for (i = 0; i < driver_list_size; i += (1 + strlen(&driver_list[i]))) { in driver_under_test() 2230 if (rmaj == ddi_name_to_major(&driver_list[i])) in driver_under_test() 2233 if (rmaj == ddi_name_to_major(&driver_list[i+1])) in driver_under_test()
|