Searched defs:search_dtype (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/format/
H A Dstartup.c1584 struct disk_type *search_dtype, *efi_disk; local
1965 search_dtype = (struct disk_type *)
1970 search_dtype;
1975 type->dtype_next = search_dtype;
1977 search_dtype->dtype_next = NULL;
1979 search_dtype->vendor = strdup(efi_info.vendor);
1980 search_dtype->product = strdup(efi_info.product);
1981 search_dtype->revision = strdup(efi_info.revision);
1983 if (search_dtype->vendor == NULL ||
1984 search_dtype
[all...]

Completed in 99 milliseconds