Searched refs:dtype_next (Results 1 – 5 of 5) sorted by relevance
331 while (dp->dtype_next != NULL) { in auto_efi_sense()332 dp = dp->dtype_next; in auto_efi_sense()334 dp->dtype_next = disk; in auto_efi_sense()336 disk->dtype_next = NULL; in auto_efi_sense()718 while (dp->dtype_next != NULL) { in new_direct_disk_type()719 dp = dp->dtype_next; in new_direct_disk_type()721 dp->dtype_next = disk; in new_direct_disk_type()723 disk->dtype_next = NULL; in new_direct_disk_type()1760 for (dp = ctlr->ctype_dlist; dp != NULL; dp = dp->dtype_next) {1789 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 …]
392 for (tptr = type; tptr != NULL; tptr = tptr->dtype_next) { in c_type()556 while (type->dtype_next != NULL) in c_type()557 type = type->dtype_next; in c_type()558 type->dtype_next = tptr; in c_type()561 tptr->dtype_next = NULL; in c_type()598 tptr = tptr->dtype_next; in c_type()601 (tptr->dtype_next != NULL)) { in c_type()603 tptr = tptr->dtype_next; in c_type()1949 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()