Searched refs:RETRY_DELAY (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | renew.c | 48 #define RETRY_DELAY 10 macro 117 if (monosec() + RETRY_DELAY < t2) { 119 * Try again in RETRY_DELAY seconds; user command 122 init_timer(&dlp->dl_t1, RETRY_DELAY); 222 if (monosec() + RETRY_DELAY < expiremax) { 224 * Try again in RETRY_DELAY seconds; user command 227 init_timer(&dlp->dl_t2, RETRY_DELAY);
|
/illumos-gate/usr/src/cmd/stat/common/ |
H A D | acquire.c | 42 #define RETRY_DELAY 200 macro 319 (void) poll(NULL, 0, RETRY_DELAY); 344 (void) poll(NULL, 0, RETRY_DELAY); 397 (void) poll(NULL, 0, RETRY_DELAY); 412 (void) poll(NULL, 0, RETRY_DELAY); 429 (void) poll(NULL, 0, RETRY_DELAY);
|
/illumos-gate/usr/src/cmd/pgstat/ |
H A D | pgstat.pl | 46 # we retry open up to RETRY_COUNT times pausing RETRY_DELAY seconds between each 68 RETRY_DELAY => 0.25, 213 -delay => RETRY_DELAY); 227 -delay => RETRY_DELAY); 484 -delay => RETRY_DELAY);
|
/illumos-gate/usr/src/cmd/pginfo/ |
H A D | pginfo.pl | 46 # we retry open up to RETRY_COUNT times pausing RETRY_DELAY seconds between each 62 RETRY_DELAY => 0.25, 174 '-delay' => RETRY_DELAY);
|
/illumos-gate/usr/src/cmd/stat/fsstat/ |
H A D | fsstat.c | 71 #define RETRY_DELAY 250 /* Timeout for poll() */ macro 462 (void) poll(NULL, 0, RETRY_DELAY);
|
/illumos-gate/usr/src/cmd/format/ |
H A D | ctlr_scsi.c | 64 #define RETRY_DELAY 5 macro 3594 (void) sleep(RETRY_DELAY);
|
Completed in 72 milliseconds