Searched refs:RETRY_DELAY (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | renew.c | 48 #define RETRY_DELAY 10 macro 117 if (monosec() + RETRY_DELAY < t2) { in dhcp_renew() 122 init_timer(&dlp->dl_t1, RETRY_DELAY); in dhcp_renew() 222 if (monosec() + RETRY_DELAY < expiremax) { in dhcp_rebind() 227 init_timer(&dlp->dl_t2, RETRY_DELAY); in dhcp_rebind()
|
/titanic_50/usr/src/cmd/stat/common/ |
H A D | acquire.c | 42 #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()
|
/titanic_50/usr/src/cmd/pgstat/ |
H A D | pgstat.pl | 68 RETRY_DELAY => 0.25, constant 213 -delay => RETRY_DELAY); 227 -delay => RETRY_DELAY); 484 -delay => RETRY_DELAY);
|
/titanic_50/usr/src/cmd/pginfo/ |
H A D | pginfo.pl | 62 RETRY_DELAY => 0.25, constant 174 '-delay' => RETRY_DELAY);
|
/titanic_50/usr/src/cmd/stat/fsstat/ |
H A D | fsstat.c | 74 #define RETRY_DELAY 250 /* Timeout for poll() */ macro 401 (void) poll(NULL, 0, RETRY_DELAY); in get_vopstats()
|
/titanic_50/usr/src/cmd/format/ |
H A D | ctlr_scsi.c | 64 #define RETRY_DELAY 5 macro 3594 (void) sleep(RETRY_DELAY); in test_until_ready()
|