Searched refs:dtype_next (Results 1 – 5 of 5) sorted by relevance
327 while (dp->dtype_next != NULL) { in auto_efi_sense()328 dp = dp->dtype_next; in auto_efi_sense()330 dp->dtype_next = disk; in auto_efi_sense()332 disk->dtype_next = NULL; in auto_efi_sense()660 while (dp->dtype_next != NULL) { in new_direct_disk_type()661 dp = dp->dtype_next; in new_direct_disk_type()663 dp->dtype_next = disk; in new_direct_disk_type()665 disk->dtype_next = NULL; in new_direct_disk_type()1702 for (dp = ctlr->ctype_dlist; dp != NULL; dp = dp->dtype_next) {1731 for (dp = ctlr->ctype_dlist; dp != NULL; dp = dp->dtype_next) {[all …]
788 while (type->dtype_next != NULL) in sup_setdtype()789 type = type->dtype_next; in sup_setdtype()790 type->dtype_next = dtype; in sup_setdtype()1092 dtype = dtype->dtype_next) { in sup_setpart()1972 while (type->dtype_next != NULL) { in add_device_to_disklist()1973 type = type->dtype_next; in add_device_to_disklist()1975 type->dtype_next = search_dtype; in add_device_to_disklist()1977 search_dtype->dtype_next = NULL; in add_device_to_disklist()2037 search_dtype = search_dtype->dtype_next) in add_device_to_disklist()2056 while (type->dtype_next != NULL) in add_device_to_disklist()[all …]
393 for (tptr = type; tptr != NULL; tptr = tptr->dtype_next) { in c_type()557 while (type->dtype_next != NULL) in c_type()558 type = type->dtype_next; in c_type()559 type->dtype_next = tptr; in c_type()562 tptr->dtype_next = NULL; in c_type()599 tptr = tptr->dtype_next; in c_type()602 (tptr->dtype_next != NULL)) { in c_type()604 tptr = tptr->dtype_next; in c_type()1951 dtype = dtype->dtype_next) in c_backup()
107 struct disk_type *dtype_next; /* ptr to next drive type */ member
224 type != NULL; type = type->dtype_next) in main()