Searched refs:retget_device_info (Results 1 – 3 of 3) sorted by relevance
120 smedia_retget_device_info_t *retget_device_info; in _m_get_device_info() local176 retget_device_info = (smedia_retget_device_info_t *) in _m_get_device_info()195 retget_device_info->sm_vendor_name, 8); in _m_get_device_info()198 retget_device_info->sm_product_name, 16); in _m_get_device_info()201 retget_device_info->sm_firmware_version, 17); in _m_get_device_info()204 dev_info->sm_interface_type = retget_device_info->sm_interface_type; in _m_get_device_info()
2151 debug(5, "%s\n", rmsvc.retget_device_info.sm_vendor_name); in client_servproc()2153 (void) strlcpy(rmsvc.retget_device_info.sm_vendor_name, in client_servproc()2155 rmsvc.retget_device_info.sm_vendor_name[8] = 0; in client_servproc()2156 (void) strlcpy(rmsvc.retget_device_info.sm_product_name, in client_servproc()2158 rmsvc.retget_device_info.sm_product_name[16] = 0; in client_servproc()2159 (void) strlcpy(rmsvc.retget_device_info.sm_firmware_version, in client_servproc()2161 rmsvc.retget_device_info.sm_firmware_version[4] = ' '; in client_servproc()2163 &rmsvc.retget_device_info.sm_firmware_version[5], in client_servproc()2165 rmsvc.retget_device_info.sm_product_name[17] = 0; in client_servproc()2167 rmsvc.retget_device_info.sm_interface_type = IF_SCSI; in client_servproc()[all …]
344 smedia_retget_device_info_t retget_device_info; member