Searched refs:dtype_next (Results 1 – 5 of 5) sorted by relevance
328 while (dp->dtype_next != NULL) { in auto_efi_sense()329 dp = dp->dtype_next; in auto_efi_sense()331 dp->dtype_next = disk; in auto_efi_sense()333 disk->dtype_next = NULL; in auto_efi_sense()661 while (dp->dtype_next != NULL) { in new_direct_disk_type()662 dp = dp->dtype_next; in new_direct_disk_type()664 dp->dtype_next = disk; in new_direct_disk_type()666 disk->dtype_next = NULL; in new_direct_disk_type()1703 for (dp = ctlr->ctype_dlist; dp != NULL; dp = dp->dtype_next) {1732 for (dp = ctlr->ctype_dlist; dp != NULL; dp = dp->dtype_next) {[all …]
808 while (type->dtype_next != NULL) in sup_setdtype()809 type = type->dtype_next; in sup_setdtype()810 type->dtype_next = dtype; in sup_setdtype()1112 dtype = dtype->dtype_next) { in sup_setpart()1997 while (type->dtype_next != NULL) { in add_device_to_disklist()1998 type = type->dtype_next; in add_device_to_disklist()2000 type->dtype_next = search_dtype; in add_device_to_disklist()2002 search_dtype->dtype_next = NULL; in add_device_to_disklist()2056 search_dtype = search_dtype->dtype_next) in add_device_to_disklist()2075 while (type->dtype_next != NULL) in add_device_to_disklist()[all …]
400 for (tptr = type; tptr != NULL; tptr = tptr->dtype_next) { in c_type()561 while (type->dtype_next != NULL) in c_type()562 type = type->dtype_next; in c_type()563 type->dtype_next = tptr; in c_type()566 tptr->dtype_next = NULL; in c_type()607 tptr = tptr->dtype_next; in c_type()610 (tptr->dtype_next != NULL)) { in c_type()612 tptr = tptr->dtype_next; in c_type()1959 dtype = dtype->dtype_next) in c_backup()
108 struct disk_type *dtype_next; /* ptr to next drive type */ member
250 type != NULL; type = type->dtype_next) in main()