Home
last modified time | relevance | path

Searched refs:RETRIES (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/cmd/login/
H A Dlogin.dfl80 # login will wait after RETRIES failed attempts or the PAM framework returns
85 # RETRIES determines the number of failed logins that will be
89 # will be locked if failed logins equals or exceeds RETRIES.
91 #RETRIES=5
/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs_dump.c62 #define RETRIES (5) macro
484 if (retry == RETRIES && !*eventp) { in nd_poll()