Lines Matching defs:time
63 /* one at a time since the card will support it. */
74 /* - Only allow one DCDB command to a SCSI ID at a time */
2541 * this command won't time out
2560 * on the card at any one time
4559 int time;
4585 time = 60 * IPS_ONE_SEC; /* Max Wait time is 60 seconds */
4588 while ((time > 0) && (!done)) {
4592 time--;
5534 ips_wait(ips_ha_t * ha, int time, int intr)
5544 time *= IPS_ONE_SEC; /* convert seconds */
5546 while ((time > 0) && (!done)) {
5576 time--;
5932 /* convert time to what the card wants */
5945 /* FFDC: write time info */
5955 DEBUG_VAR(1, "(%s%d) Sending time update.", ips_name, ha->host_num);
5968 /* convert time to what the card wants */