Searched refs:attempts (Results 26 - 50 of 58) sorted by relevance

123

/opensolaris-onvv-gate/usr/src/cmd/svc/milestone/
H A DREADME.share93 /lib/svc/method/fs-usr attempts to remount the root file system
/opensolaris-onvv-gate/usr/src/uts/common/io/chxge/com/
H A Despi.c74 int busy, attempts = TRICN_CMD_ATTEMPTS;
87 } while (busy && --attempts);
H A Dch_subr.c54 * @attempts: number of check iterations
56 * @attempts: number of check iterations
60 * up to @attempts times. Returns %0 if the operation completes and %1
64 int attempts, int delay)
66 while (attempts) {
70 if (--attempts == 0)
325 int attempts = 100, busy; local
334 } while (busy && --attempts);
63 t1_wait_op_done(adapter_t *adapter, int reg, u32 mask, int polarity, int attempts, int delay) argument
/opensolaris-onvv-gate/usr/src/cmd/ssh/sshd/
H A Dauth2-chall.c194 authctxt->method->attempts++;
H A Dauth2.c685 method->attempts++;
/opensolaris-onvv-gate/usr/src/lib/libntfs/common/libntfs/
H A Dcrypto.c172 int f, to_read, total, attempts, br; local
206 total = attempts = 0;
214 attempts++;
217 } while (to_read > 0 && attempts < 3);
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/dsvclockd/
H A Ddsvclockd.c371 unsigned int attempts = 0; local
503 if (attempts++ == 0) {
/opensolaris-onvv-gate/usr/src/uts/common/io/e1000g/
H A De1000_nvm.c234 u32 attempts = 100000; local
240 for (i = 0; i < attempts; i++) {
/opensolaris-onvv-gate/usr/src/uts/common/io/igb/
H A Digb_nvm.c238 u32 attempts = 100000; local
244 for (i = 0; i < attempts; i++) {
/opensolaris-onvv-gate/usr/src/lib/libc/sparc/gen/
H A Dstrcpy.s55 ! if it is not aligned, attempts to copy bytes until it is.
/opensolaris-onvv-gate/usr/src/lib/libc/sparcv9/gen/
H A Dstrcmp.s54 ! If it is not, it attempts to align it and then checks the
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DPerlIO.pm53 The perl code in PerlIO.pm then attempts to locate a layer by doing
80 and in general attempts to minimize data copying.
89 one of its kind: it silently ignores attempts to be pushed into the
H A DDB.pm645 This module attempts to be squeaky clean w.r.t C<use strict;> and when
H A DExporter.pm340 If a module attempts to import any of these symbols the Exporter
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Droute.c1792 int ret, attempts, oerrno; local
1818 for (attempts = 1; ; attempts++) {
1825 hp->h_addr_list[attempts] != NULL) {
1829 hp->h_addr_list[attempts], hp->h_length);
1833 hp->h_addr_list[attempts], hp->h_length);
/opensolaris-onvv-gate/usr/src/lib/libdhcpsvc/private/
H A DREADME.synch160 5. The dsvclockd daemon receives the lock request and attempts
/opensolaris-onvv-gate/usr/src/stand/lib/inet/
H A Ddhcpv4.c310 * attempts are made to get a valid response. If 'tol' is not zero,
321 uint32_t attempts = 0; local
404 } while (++attempts < tries);
819 * We make 4 attempts here. We wait for 2 seconds to accumulate
/opensolaris-onvv-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd_cm.c2567 uint_t attempts; local
2579 attempts = 10;
2583 if (--attempts == 0) {
2642 attempts = 400;
2644 (state->rc_num_rx_chan != 0)) && (attempts > 0)) {
2647 attempts--;
H A Dibd.c5513 uint_t attempts; local
5573 attempts = 100;
5581 if (--attempts == 0) {
5599 attempts = 10;
5603 if (--attempts == 0) {
5685 attempts = 10;
5690 if (--attempts == 0)
5706 attempts = 10;
5708 if (--attempts == 0)
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DPing.pm1437 With the "tcp" protocol the ping() method attempts to establish a
1460 If the "external" protocol is specified, the ping() method attempts to
H A DSMTP.pm738 Net::SMTP attempts to DWIM with addresses that are passed. For
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCookie.pm330 must contain at least two periods to prevent attempts to match
/opensolaris-onvv-gate/usr/src/cmd/ypcmd/yp2lscripts/
H A Dinityp2l.sh384 If all attempts fail then log a warning and
388 fail : Proceed as for 'use_cached' but if all attempts
1921 get_pos_int "Number of attempts in case of LDAP retrieval error (h=help):" \
1971 # for no. of attempts or timeout vales as they are ignored.
1975 get_pos_int "Number of attempts in case of LDAP store error (h=help):" \
1989 # for no. of attempts or timeout vales as they are ignored.
2236 # Action, number of attempts, and timeout following an LDAP retrieval error
2257 # Action, number of attempts, and timeout following an LDAP store error
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/PPPort/
H A DPPPort.pm17 written by this module attempts to bring some of the newer Perl
/opensolaris-onvv-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c3225 int attempts,
3350 for (i = 0, j = rpc_rtrans_new.tv_sec; i < attempts-1; i++) {
3223 pingnfs( char *hostpart, int attempts, rpcvers_t *versp, rpcvers_t versmin, ushort_t port, bool_t usepub, char *path, char *proto) argument

Completed in 227 milliseconds

123