Lines Matching refs:retget_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()
2170 rmsvc.retget_device_info.sm_vendor_name); in client_servproc()
2172 rmsvc.retget_device_info.sm_product_name); in client_servproc()
2174 rmsvc.retget_device_info.sm_firmware_version); in client_servproc()
2176 my_door_return((char *)&rmsvc.retget_device_info, in client_servproc()