/illumos-gate/usr/src/cmd/mdb/common/kmdb/ |
H A D | kvm_cpu.c | 59 int retry = 0; local 66 retry = 1; 69 if (retry)
|
/illumos-gate/usr/src/lib/libresolv2/common/sunw/ |
H A D | sunw_mtctxres.c | 84 __res_override_retry(int retry) { argument 85 ___mtctxres()->retry_private = retry; 88 * old retry setting, and restoring it, is handled by __res_retry() 99 * no override retry value is in effect, and the way we expect 110 __res_retry(int retry) { argument 113 mt->retry_save = retry; 114 return ((mt->retry_private != 0) ? mt->retry_private : retry);
|
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | nis_ldap.c | 84 __nis_retry_sleep(__nisdb_retry_t *retry, int forceSleep) { argument 86 if (retry == NULL) 89 if (retry->attempts > 0) { 90 retry->attempts -= 1; 91 } else if (retry->attempts == 0 && !forceSleep) { 95 (void) poll(NULL, 0, retry->timeout*1000);
|
/illumos-gate/usr/src/lib/libpkg/common/ |
H A D | pkgmount.c | 150 int retry = 10; local 155 while (n != 0 && retry-- > 0) {
|
/illumos-gate/usr/src/cmd/scadm/sparc/mpxu/common/ |
H A D | download.c | 60 int retry; local 212 * (2) retry the sending of status messages. 215 retry = 0; 217 if (retry == 1) { 246 retry++; 247 } while (bootOpt && (retry < 2));
|
/illumos-gate/usr/src/cmd/cdrw/ |
H A D | toshiba.c | 80 int ret, retry; local 98 for (retry = 0; retry < 3; retry++) {
|
H A D | main.c | 408 int retry; local 409 for (retry = 0; retry < 5; retry++) {
|
H A D | trackio.c | 153 int retry = 20; local 161 retry = 5; 163 for (; retry > 0; retry--) { 175 if ((retry == 0) && (simulation == 0)) {
|
/illumos-gate/usr/src/lib/sun_fc/common/ |
H A D | FCHBA.cc | 328 bool retry = false; local 374 retry = false; 407 retry = true; 410 } while (retry);
|
H A D | TgtFCHBA.cc | 228 bool retry = false; local 274 retry = false; 307 retry = true; 310 } while (retry);
|
/illumos-gate/usr/src/uts/intel/io/ipmi/ |
H A D | ipmi_kcs.c | 115 int retry, status; local 118 for (retry = 0; retry < 2; retry++) { 172 cmn_err(CE_WARN, "KCS: Error retry exhausted"); 182 int retry, status; local 184 for (retry = 0; retry < 10; retry++) {
|
/illumos-gate/usr/src/cmd/lp/model/netpr/ |
H A D | tcp_misc.c | 77 int retry; local 103 retry = 0; 126 retry++; 139 } while (retry);
|
/illumos-gate/usr/src/lib/nsswitch/dns/common/ |
H A D | dns_mt.c | 242 * own function to establish an override retry. If we can get a pointer 248 __fallback_override_retry(int retry) { argument 254 old_retry = res->retry; 255 res->retry = retry;
|
/illumos-gate/usr/src/lib/libresolv/ |
H A D | resolv.h | 72 int retry; /* number of times to retransmit */ member in struct:state
|
/illumos-gate/usr/src/lib/libcmd/common/ |
H A D | rm.c | 80 #define retry(f) ((f)->fts_number=((f)->fts_statp->st_nlink<<1)) macro 223 retry(ent);
|
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/ |
H A D | dlfcns.c | 83 const char *retry; local 96 retry = MSG_ORIG(MSG_STR_EMPTY); 98 retry = MSG_INTL(MSG_STR_RETRY); 101 dbg_print(lml, MSG_INTL(MSG_DL_DLOPEN), name, NAME(clmp), retry, 167 const char *str, *retry, *from = NAME(clmp); local 192 retry = MSG_ORIG(MSG_STR_EMPTY); 194 retry = MSG_INTL(MSG_STR_RETRY); 203 from, retry, str); 206 from, next, retry, str);
|
/illumos-gate/usr/src/cmd/lms/ |
H A D | glue.cpp | 305 int glue::retry(unsigned char *buff, int len) function in class:glue
|
/illumos-gate/usr/src/boot/sys/boot/i386/libfirewire/ |
H A D | fwohci.c | 94 u_int i, retry = 0; local 111 if (++retry < MAX_RETRY) { 122 if (++retry < MAX_RETRY) { 127 if (firewire_debug || retry >= MAX_RETRY) 129 "fwphy_rddata: 0x%x loop=%d, retry=%d\n", addr, i, retry);
|
/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/SUNW,SPARC-Enterprise/common/ |
H A D | opl_dev_led.c | 98 int retry = 0; local 132 if (++retry > SCFRETRY) { 141 if ((errno != 0) || (retry > SCFRETRY)) {
|
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | Transact.java | 623 boolean retry) 664 if (!retry) { 670 // don't retry it. 620 transactMsg(InetAddress addr, SrvLocMsg msg, boolean cacheIt, boolean retry) argument
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | fsys_tftp.c | 47 static int retry; variable 93 retry = 0; 114 timeout = rfc2131_sleep_interval(block?TFTP_REXMT: TIMEOUT, retry); 116 timeout = rfc2131_sleep_interval(TIMEOUT, retry); 120 if (!block && retry++ < MAX_TFTP_RETRIES) 128 if (block && ((retry += TFTP_REXMT) < TFTP_TIMEOUT)) 221 retry = 0; /* It's the right place to zero the timer? */ 250 timeout = rfc2131_sleep_interval (block ? TFTP_REXMT : TIMEOUT, retry); 252 timeout = rfc2131_sleep_interval (TIMEOUT, retry); 260 if (! block && retry [all...] |
/illumos-gate/usr/src/cmd/ndmpd/ndmp/ |
H A D | ndmpd_tape.c | 358 int retry = 0; local 418 "ioctl MTIO rc:%d, cmd:%d, retry:%d, error: %d", 419 rc, tapeop.mt_op, retry, errno); 421 retry++ < 5);
|
/illumos-gate/usr/src/cmd/oplhpd/ |
H A D | scf_notify.c | 384 int fd, retry = 0; local 503 /* retry a few times for EBUSY and EIO */ 504 if ((++retry <= SCFRETRY) &&
|
/illumos-gate/usr/src/cmd/rmformat/ |
H A D | rmf_menu.c | 414 int retry; local 441 for (retry = 0; retry < MAX_RETRIES_FOR_SCANNING; retry++) { 447 * We'll do a small sleep and retry the command if volume 1036 PERROR("No Solaris partition, eject & retry"); 1174 PERROR("No Solaris partition, eject & retry"); 1201 PERROR("No Solaris partition, eject & retry");
|
/illumos-gate/usr/src/cmd/lvm/rpc.metamhd/ |
H A D | mhd_set.c | 553 uint_t retry, i, ok; local 575 for (retry = 0; (retry < 2); ++retry) { 579 if ((retry == 0) ||
|