Home
last modified time | relevance | path

Searched refs:attempt (Results 1 – 25 of 88) sorted by relevance

1234

/titanic_50/usr/src/lib/libast/common/path/
H A Dpathtemp.c114 int attempt; in pathtemp() local
289 for (attempt = 0; attempt < ATTEMPT; attempt++) in pathtemp()
291 if (!tmp.rng || !tmp.seed && (attempt || tmp.pid != getpid())) in pathtemp()
300 …tmp.rng = (uintptr_t)tmp.pid * ((uintptr_t)time(NiL) ^ (((uintptr_t)(&attempt)) >> 3) ^ (((uintptr… in pathtemp()
/titanic_50/usr/src/cmd/fm/dicts/
H A DGMCA.po37 msgstr "The system will attempt to offline this cpu to remove it from service."
53 msgstr "The system will attempt to offline this cpu to remove it from service."
69 msgstr "The system will attempt to offline this cpu to remove it from service."
85 msgstr "The system will attempt to offline this cpu to remove it from service."
101 msgstr "The system will attempt to offline this cpu to remove it from service."
117 msgstr "The system will attempt to offline this cpu to remove it from service."
133 msgstr "The system will attempt to offline this cpu to remove it from service."
149 msgstr "The system will attempt to offline this cpu to remove it from service."
165 msgstr "The system will attempt to offline this cpu to remove it from service."
181 msgstr "The system will attempt to offline this cpu to remove it from service."
[all …]
H A DAMD.po37 msgstr "\n\nIf Solaris is running on bare-metal (native boot) an attempt will be made to remove thi…
101 msgstr "An attempt will be made to remove this CPU from service."
117 msgstr "An attempt will be made to remove this CPU from service."
133 msgstr "An attempt will be made to remove this CPU from service."
149 msgstr "An attempt will be made to remove this CPU from service."
165 msgstr "An attempt will be made to remove this CPU from service."
181 msgstr "An attempt will be made to remove this CPU from service."
197 msgstr "An attempt will be made to remove this CPU from service."
213 msgstr "An attempt will be made to remove this CPU from service."
229 msgstr "An attempt will be made to remove this CPU from service."
[all …]
H A DINTEL.po37 msgstr "The system will attempt to offline this cpu to remove it from service."
53 msgstr "The system will attempt to offline this cpu to remove it from service."
69 msgstr "The system will attempt to offline this cpu to remove it from service."
85 msgstr "The system will attempt to offline this cpu to remove it from service."
101 msgstr "The system will attempt to offline this cpu to remove it from service."
117 msgstr "The system will attempt to offline this cpu to remove it from service."
133 msgstr "The system will attempt to offline this cpu to remove it from service."
149 msgstr "The system will attempt to offline this cpu to remove it from service."
165 msgstr "The system will attempt to offline this cpu to remove it from service."
181 msgstr "The system will attempt to offline this cpu to remove it from service."
[all …]
H A DSUN4V.po37 msgstr "The fault manager will attempt to remove the affected CPU from service."
69 msgstr "The fault manager will attempt to remove the affected CPU from service."
85 msgstr "The fault manager will attempt to remove the affected CPU from service."
101 msgstr "The fault manager will attempt to remove the affected CPU from service."
117 msgstr "The fault manager will attempt to remove the affected CPU from service."
197 msgstr "An attempt will be made to remove this memory page from service."
261 msgstr "The fault manager will attempt to remove the affected thread\nfrom service.\n"
277 msgstr "The fault manager will attempt to remove the affected thread\nfrom service.\n"
293 msgstr "The fault manager will attempt to remove the affected thread\nfrom service.\n"
309 msgstr "The fault manager will attempt to remove all threads associated with\nthis resource from se…
[all …]
H A DSUN4U.po38 msgstr "An attempt will be made to remove this memory page from service."
86 msgstr "The fault manager will attempt to remove the affected CPU from service."
102 msgstr "The fault manager will attempt to remove the affected CPU from service."
118 msgstr "The fault manager will attempt to remove the affected CPU from service."
134 msgstr "The fault manager will attempt to remove the affected CPU from service."
150 msgstr "The fault manager will attempt to remove the affected CPU from service."
166 msgstr "The fault manager will attempt to remove the affected CPU from service."
182 msgstr "The fault manager will attempt to remove the affected CPU from service."
198 msgstr "The fault manager will attempt to remove the affected CPU from service."
214 msgstr "The fault manager will attempt to remove the affected CPU from service."
[all …]
/titanic_50/usr/src/lib/libast/common/comp/
H A Dsyslog.c44 static const Namval_t attempt[] =
264 if (log.attempt >= elementsof(attempt))
266 p = (Namval_t*)&attempt[log.attempt++];
H A Dcloselog.c48 log.attempt = 0;
/titanic_50/usr/src/lib/libdladm/common/
H A Dlibdliptun.c67 uint_t attempt; in i_iptun_ioctl() local
69 for (attempt = 0; attempt < IPTUN_IOCTL_ATTEMPT_LIMIT; attempt++) { in i_iptun_ioctl()
70 if (attempt != 0) in i_iptun_ioctl()
/titanic_50/usr/src/cmd/ssh/ssh/
H A Dsshconnect.c327 int sock = -1, attempt; in ssh_connect() local
367 for (attempt = 0; ;) { in ssh_connect()
368 if (attempt > 0) in ssh_connect()
413 attempt++; in ssh_connect()
414 if (attempt >= connection_attempts) in ssh_connect()
423 if (attempt >= connection_attempts) { in ssh_connect()
H A Dsshconnect2.c834 static int attempt = 0; in userauth_gssapi_keyex() local
845 if (attempt++ >= 1) in userauth_gssapi_keyex()
931 static int attempt = 0; in userauth_passwd() local
935 if (attempt++ >= options.number_of_password_prompts) in userauth_passwd()
938 if (attempt != 1) in userauth_passwd()
1311 static int attempt = 0; in userauth_kbdint() local
1313 if (attempt++ >= options.number_of_password_prompts) in userauth_kbdint()
1316 if (attempt > 1 && !authctxt->info_req_seen) { in userauth_kbdint()
/titanic_50/usr/src/cmd/ssh/sshd/
H A Dauth2.c171 authctxt->attempt, authctxt->init_attempt, in input_userauth_request()
179 authctxt->attempt++; in input_userauth_request()
190 if (authctxt->attempt == 1) { in input_userauth_request()
H A Dauth1.c117 authctxt->attempt++; in do_authloop()
/titanic_50/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Ddhcpagent.dfl65 # DHCP receives SIGTHAW or a link-up event, DHCP will attempt to verify
66 # the previous lease, but if unable to do so, it will not attempt to
95 # enabled, the agent will attempt to find a host name in /etc/hostname.<if>,
/titanic_50/usr/src/cmd/lp/filter/postscript/font/devpost/charlib/
H A DBRACKETS_NOTE38 The lc, rc, lf, and rf files are a very complicated attempt to get around the
54 clipping and idtransform are for. The initgraphics stuff is an attempt to fit
/titanic_50/usr/src/data/zoneinfo/
H A Dsystemv7 # No attempt is made to handle Newfoundland, since it cannot be expressed
/titanic_50/usr/src/cmd/ssh/include/
H A Dauth.h83 int attempt; /* all userauth attempt count */ member
/titanic_50/usr/src/lib/libc/sparc/gen/
H A Dstrlen.s52 ! null byte. To this end, we attempt to get our string aligned
/titanic_50/usr/src/lib/libc/sparcv9/gen/
H A Dstrlen.s52 ! null byte. To this end, we attempt to get our string aligned
/titanic_50/usr/src/uts/intel/ia32/promif/
H A DREADME33 1) The merge is mechanic and textual, no attempt in re-design this interface.
/titanic_50/usr/src/lib/libsqlite/test/
H A Ddelete.test272 } {1 {attempt to write a readonly database}}
280 } {1 {attempt to write a readonly database}}
H A Dtemptable.test368 } {1 {attempt to write a readonly database}}
388 } {1 {attempt to write a readonly database}}
/titanic_50/usr/src/cmd/ssh/doc/
H A DINSTALL151 connections. Normally OpenSSH will try attempt to lookup both IPv6 and
153 resolution. If this option is specified, you can still attempt to
/titanic_50/usr/src/cmd/oawk/
H A DEXPLAIN25 Awk has been modified yet again, in an attempt to make
/titanic_50/usr/src/cmd/ypcmd/yp2lscripts/
H A Dinityp2l.sh382 the wait between each attempt.
404 HELP - The timeout (in seconds) between each new attempt to retrieve
415 nisLDAPstoreErrorTimeout seconds between each attempt.
426 HELP - The number of times a failed attempt to store data to the
436 HELP - The timeout (in seconds) between each new attempt to store

1234