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 */
2538 * this command won't time out
2557 * on the card at any one time
4556 int time;
4582 time = 60 * IPS_ONE_SEC; /* Max Wait time is 60 seconds */
4585 while ((time > 0) && (!done)) {
4589 time--;
5531 ips_wait(ips_ha_t * ha, int time, int intr)
5541 time *= IPS_ONE_SEC; /* convert seconds */
5543 while ((time > 0) && (!done)) {
5573 time--;
5929 /* convert time to what the card wants */
5942 /* FFDC: write time info */
5952 DEBUG_VAR(1, "(%s%d) Sending time update.", ips_name, ha->host_num);
5965 /* convert time to what the card wants */