Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/format/
H A Dstartup.c1995 search_dtype; in add_device_to_disklist()
2002 search_dtype->dtype_next = NULL; in add_device_to_disklist()
2011 free(search_dtype->vendor); in add_device_to_disklist()
2012 free(search_dtype->product); in add_device_to_disklist()
2013 free(search_dtype->revision); in add_device_to_disklist()
2014 free(search_dtype); in add_device_to_disklist()
2055 search_dtype != NULL; in add_device_to_disklist()
2056 search_dtype = search_dtype->dtype_next) in add_device_to_disklist()
2063 if (search_dtype == NULL) { in add_device_to_disklist()
2073 search_dtype; in add_device_to_disklist()
[all …]