Lines Matching refs:start
198 struct timeval now, start;
201 gettimeofday (&start, 0);
220 if (now.tv_sec - start.tv_sec >= MAX_WAITING_TIME)
223 (long) (now.tv_sec - start.tv_sec));
394 uint8_t start[7];
397 memset (start, 0, sizeof (start));
398 start[0] = START_STOP;
399 start[4] = 1;
401 status = sanei_scsi_cmd (s->fd, start, sizeof (start), 0, 0);