Searched refs:driver_list (Results 1 – 5 of 5) sorted by relevance
| /illumos-gate/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 | 2881 struct driver_list *list; in set_logindev_perms() 7396 struct driver_list *list, *next; in read_logindevperm_file() 7517 list = (struct driver_list *) in read_logindevperm_file() 7519 sizeof (struct driver_list)); in read_logindevperm_file()
|
| /illumos-gate/usr/src/uts/common/os/ |
| H A D | sunmdi.c | 9041 add_to_phci_list(char ***driver_list, int **root_support_list, in add_to_phci_list() argument 9047 *driver_list = mdi_realloc(*driver_list, in add_to_phci_list() 9054 (*driver_list)[*cur_elements] = i_ddi_strdup(driver_name, KM_SLEEP); in add_to_phci_list() 9060 get_phci_driver_list(char *vhci_class, char ***driver_list, in get_phci_driver_list() argument 9069 *driver_list = NULL; in get_phci_driver_list() 9091 add_to_phci_list(driver_list, root_support_list, in get_phci_driver_list() 9120 if (strcmp((*driver_list)[j], p->phdriver_name) == 0) in get_phci_driver_list() 9124 add_to_phci_list(driver_list, root_support_list, in get_phci_driver_list() 9140 char **driver_list, **p; in attach_phci_drivers() local 9145 get_phci_driver_list(vhci_class, &driver_list, &root_support_list, in attach_phci_drivers() [all …]
|
| /illumos-gate/usr/src/uts/common/sys/ |
| H A D | sunmdi.h | 320 void mdi_free_phci_driver_list(char **driver_list, int ndrivers);
|
| /illumos-gate/usr/src/uts/common/io/ |
| H A D | bofi.c | 132 static char driver_list[NAMESIZE]; variable 690 "bofi-to-test", driver_list, &size) != DDI_PROP_SUCCESS) in bofi_attach() 691 driver_list[0] = 0; in bofi_attach() 697 driver_list_size = strlen(driver_list); in bofi_attach() 699 if (driver_list[i] == ' ') { in bofi_attach() 700 driver_list[i] = '\0'; in bofi_attach() 703 if (driver_list[i] != '!') in bofi_attach() 2231 for (i = 0; i < driver_list_size; i += (1 + strlen(&driver_list[i]))) { in driver_under_test() 2233 if (rmaj == ddi_name_to_major(&driver_list[i])) in driver_under_test() 2236 if (rmaj == ddi_name_to_major(&driver_list[i+1])) in driver_under_test()
|