Home
last modified time | relevance | path

Searched refs:RETRY_DELAY (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Drenew.c49 #define RETRY_DELAY 10 macro
118 if (monosec() + RETRY_DELAY < t2) { in dhcp_renew()
123 init_timer(&dlp->dl_t1, RETRY_DELAY); in dhcp_renew()
223 if (monosec() + RETRY_DELAY < expiremax) { in dhcp_rebind()
228 init_timer(&dlp->dl_t2, RETRY_DELAY); in dhcp_rebind()
/illumos-gate/usr/src/cmd/stat/common/
H A Dacquire.c42 #define RETRY_DELAY 200 macro
319 (void) poll(NULL, 0, RETRY_DELAY); in acquire_snapshot()
344 (void) poll(NULL, 0, RETRY_DELAY); in acquire_snapshot()
397 (void) poll(NULL, 0, RETRY_DELAY); in open_kstat()
412 (void) poll(NULL, 0, RETRY_DELAY); in safe_alloc()
429 (void) poll(NULL, 0, RETRY_DELAY); in safe_strdup()
/illumos-gate/usr/src/cmd/pgstat/
H A Dpgstat.pl68 RETRY_DELAY => 0.25, constant
213 -delay => RETRY_DELAY);
227 -delay => RETRY_DELAY);
484 -delay => RETRY_DELAY);
/illumos-gate/usr/src/cmd/pginfo/
H A Dpginfo.pl62 RETRY_DELAY => 0.25, constant
174 '-delay' => RETRY_DELAY);
/illumos-gate/usr/src/cmd/stat/fsstat/
H A Dfsstat.c75 #define RETRY_DELAY 250 /* Timeout for poll() */ macro
402 (void) poll(NULL, 0, RETRY_DELAY); in get_vopstats()
/illumos-gate/usr/src/cmd/format/
H A Dctlr_scsi.c65 #define RETRY_DELAY 5 macro
3474 (void) sleep(RETRY_DELAY); in test_until_ready()