Lines Matching refs:search_dtype

1576 	struct disk_type	*search_dtype, *efi_disk;
1957 search_dtype = (struct disk_type *)
1962 search_dtype;
1967 type->dtype_next = search_dtype;
1969 search_dtype->dtype_next = NULL;
1971 (void) strlcpy(search_dtype->vendor, efi_info.vendor, 9);
1972 (void) strlcpy(search_dtype->product, efi_info.product, 17);
1973 (void) strlcpy(search_dtype->revision, efi_info.revision, 5);
1974 search_dtype->capacity = efi_info.capacity;
1975 search_disk->disk_type = search_dtype;
1979 search_dtype->dtype_plist = search_parts;
2011 for (search_dtype = search_ctlr->ctlr_ctype->ctype_dlist;
2012 search_dtype != NULL;
2013 search_dtype = search_dtype->dtype_next)
2014 if (dtype_match(&search_label, search_dtype))
2020 if (search_dtype == NULL) {
2025 search_dtype = (struct disk_type *)
2030 search_dtype;
2034 type->dtype_next = search_dtype;
2039 search_dtype->dtype_next = NULL;
2043 search_dtype->dtype_asciilabel = (char *)
2045 (void) strcpy(search_dtype->dtype_asciilabel,
2048 search_dtype->dtype_asciilabel = (char *)
2050 (void) strcpy(search_dtype->dtype_asciilabel,
2053 search_dtype->dtype_pcyl = search_label.dkl_pcyl;
2054 search_dtype->dtype_ncyl = search_label.dkl_ncyl;
2055 search_dtype->dtype_acyl = search_label.dkl_acyl;
2056 search_dtype->dtype_nhead = search_label.dkl_nhead;
2057 search_dtype->dtype_nsect = search_label.dkl_nsect;
2058 search_dtype->dtype_rpm = search_label.dkl_rpm;
2072 search_dtype->dtype_flags |= DT_NEED_SPEFS;
2079 search_disk->disk_type = search_dtype;
2090 for (search_parts = search_dtype->dtype_plist;
2107 parts = search_dtype->dtype_plist;
2109 search_dtype->dtype_plist = search_parts;