Searched refs:temp_timestamp (Results 1 – 1 of 1) sorted by relevance
191 uint8_t temp_timestamp[8]; in report_timestamp() local229 bzero(temp_timestamp, sizeof(temp_timestamp)); in report_timestamp()230 memcpy(&temp_timestamp[2], &report_buf->timestamp, 6); in report_timestamp()232 *ts = scsi_8btou64(temp_timestamp); in report_timestamp()