Lines Matching defs:start
285 struct timeval now, start;
292 gettimeofday (&start, 0);
311 if (now.tv_sec - start.tv_sec >= MAX_WAITING_TIME)
314 (u_long) now.tv_sec - start.tv_sec);
840 uint8_t start[7];
843 memset (start, 0, sizeof (start));
844 start[0] = APPLE_SCSI_START;
845 start[4] = 1;
850 if (s->val[OPT_WAIT].w) start[5]=0x80;
854 if (!s->val[OPT_CALIBRATE].w) start[5]=0x20;
867 status = sanei_scsi_cmd (s->fd, start, sizeof (start), 0, 0);
1597 "scan will not start unless you press the button in the front of the "