Home
last modified time | relevance | path

Searched refs:retry_delay (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Pg/
H A DPg.pm106 my $retry_delay = $args{-delay} || 1;
116 select(undef,undef,undef, $retry_delay);
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_init.h93 uint8_t retry_delay; /* unused */ member
H A Dql_api.h857 uint8_t retry_delay; /* unused */ member
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c956 void *user_arg, int failure_code, clock_t retry_delay,
960 clock_t retry_delay, void (*statp)(kstat_io_t *));
14864 void *user_arg, int failure_code, clock_t retry_delay, argument
15135 if (retry_delay == 0) {
15146 retry_delay = un->un_busy_timeout;
15192 sd_set_retry_bp(un, bp, retry_delay, statp);
15228 sd_set_retry_bp(struct sd_lun *un, struct buf *bp, clock_t retry_delay, argument
15258 if (retry_delay == 0) {
15293 if ((retry_delay != 0) && (un->un_startstop_timeid == NULL) &&
15296 timeout(sd_start_retry_command, un, retry_delay);