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

/opensolaris-onvv-gate/usr/src/cmd/format/
H A Dstartup.c1576 struct disk_type *search_dtype, *efi_disk; local
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;
[all...]

Completed in 43 milliseconds