Home
last modified time | relevance | path

Searched full:retry (Results 1 – 25 of 854) sorted by relevance

12345678910>>...35

/openbsd-src/usr.sbin/amd/amd/
H A Dnfs_subr.c63 int retry = 0; in do_readlink() local
64 mp = (*mp->am_mnt->mf_ops->readlink)(mp, &retry); in do_readlink()
66 *error_return = retry; in do_readlink()
95 int retry; in nfsproc_getattr_2_svc() local
102 mp = fh_to_mp2(argp, &retry); in nfsproc_getattr_2_svc()
106 if (retry < 0) in nfsproc_getattr_2_svc()
108 res.status = nfs_error(retry); in nfsproc_getattr_2_svc()
116 char *ln = do_readlink(mp, &retry, &attrp); in nfsproc_getattr_2_svc()
160 int retry; in nfsproc_lookup_2_svc() local
167 mp = fh_to_mp2(&argp->dir, &retry); in nfsproc_lookup_2_svc()
[all …]
/openbsd-src/gnu/llvm/libcxx/utils/ci/
H A Dbuildkite-pipeline.yml45 retry:
64 retry:
80 retry:
104 retry:
122 retry:
139 retry:
157 retry:
175 retry:
198 retry:
216 retry:
[all …]
H A Dbuildkite-pipeline-clang.yml31 retry:
55 retry:
77 retry:
99 retry:
/openbsd-src/lib/libcrypto/man/
H A DBIO_should_retry.381 .Nd BIO retry functions
137 returns 1 if the cause of the retry condition is that a BIO needs
141 returns 1 if the cause of the retry condition is that a BIO needs
146 or writing) is the cause of the retry condition, or 0 otherwise.
154 representing the cause of the current retry condition,
155 or 0 if there is no retry condition.
206 sets the retry reason for a special condition for the given
233 almost all current BIO types will not request a retry,
236 signal a retry then it need not call
242 they can request a retry even if the underlying I/O structure
[all …]
/openbsd-src/sys/arch/landisk/dev/
H A Drs5c313.c73 int retry; in rs5c313_init() local
91 for (retry = 1000; retry > 0; --retry) { in rs5c313_init()
98 if (retry == 0) { in rs5c313_init()
186 int retry; in rs5c313_gettime() local
199 for (retry = 10; retry > 0; --retry) { in rs5c313_gettime()
210 if (retry in rs5c313_gettime()
244 int retry; rs5c313_settime() local
[all...]
/openbsd-src/sys/dev/i2c/
H A Dipmi_i2c.c161 int error, retry; in ssif_sendmsg()
171 for (retry = 0; retry < 5; retry++) { in ssif_sendmsg()
190 int error, retry; in ssif_recvmsg()
196 for (retry = 0; retry < 250; retry++) { in ssif_recvmsg()
220 if (retry == 250) in ssif_recvmsg()
162 int error, retry; ssif_sendmsg() local
191 int error, retry; ssif_recvmsg() local
/openbsd-src/gnu/llvm/clang/lib/Headers/
H A Dhtmintrin.h150 /* Helper intrinsics to retry tbegin in case of transient failure. */
176 #define __builtin_tbegin_retry(tdb, retry) \ argument
178 __builtin_tbegin_retry_null(retry) : \
179 __builtin_tbegin_retry_tdb(tdb, retry))
205 #define __builtin_tbegin_retry_nofloat(tdb, retry) \ argument
207 __builtin_tbegin_retry_nofloat_null(retry) : \
208 __builtin_tbegin_retry_nofloat_tdb(tdb, retry))
/openbsd-src/sys/dev/pci/drm/i915/display/
H A Dintel_lspcon.c232 int retry; in lspcon_probe() local
243 for (retry = 0; retry < 6; retry++) { in lspcon_probe()
244 if (retry) in lspcon_probe()
302 u8 retry; in lspcon_parade_fw_ready() local
306 for (retry = 0; retry < 5; retry++) { in lspcon_parade_fw_ready()
307 if (retry) in lspcon_parade_fw_ready()
409 u32 retry; in _lspcon_write_avi_infoframe_mca() local
415 /* DPCD write for AVI IF can fail on a slow FW day, so retry */ in _lspcon_write_avi_infoframe_mca()
416 for (retry = 0; retry < 5; retry++) { in _lspcon_write_avi_infoframe_mca()
420 } else if (retry < 4) { in _lspcon_write_avi_infoframe_mca()
H A Dintel_fdi.c244 retry: in ilk_fdi_compute_config()
276 goto retry; in ilk_fdi_compute_config()
484 u32 temp, i, retry; in gen6_fdi_link_train() local
539 for (retry = 0; retry < 5; retry++) { in gen6_fdi_link_train()
552 if (retry < 5) in gen6_fdi_link_train()
590 for (retry = 0; retry < 5; retry++) { in gen6_fdi_link_train()
603 if (retry < 5) in gen6_fdi_link_train()
647 /* disable first in case we need to retry */ in ivb_manual_fdi_link_train()
849 /* Disable DP_TP_CTL and FDI_RX_CTL and retry */ in hsw_fdi_link_train()
/openbsd-src/sys/dev/pci/drm/display/
H A Ddrm_dp_dual_mode_helper.c366 int retry; in drm_dp_dual_mode_set_tmds_output() local
375 for (retry = 0; retry < 3; retry++) { in drm_dp_dual_mode_set_tmds_output()
382 enable ? "enable" : "disable", retry + 1); in drm_dp_dual_mode_set_tmds_output()
391 enable ? "enabling" : "disabling", retry + 1); in drm_dp_dual_mode_set_tmds_output()
451 int retry; in drm_lspcon_get_mode() local
459 for (retry = 0; retry < 6; retry in drm_lspcon_get_mode()
[all...]
/openbsd-src/lib/libc/arch/aarch64/gen/
H A Dusertc.c25 int retry; in agtimer_readcnt64_sun50i() local
28 for (retry = 0; retry < 150; retry++) { in agtimer_readcnt64_sun50i()
/openbsd-src/sys/arch/armv7/omap/
H A Dti_iic.c362 int err, retry; in ti_iic_op() local
441 retry = 10000; in ti_iic_op()
445 if (--retry == 0) in ti_iic_op()
529 int retry = 10; in ti_iic_wait() local
534 --retry; in ti_iic_wait()
535 if (retry == 0) { in ti_iic_wait()
546 DPRINTF(("ti_iic_wait done retry %#x\n", retry)); in ti_iic_wait()
555 int retry = 500; in ti_iic_stat() local
557 while (--retry > 0) { in ti_iic_stat()
563 DPRINTF(("ti_iic_wait done retry %#x\n", retry)); in ti_iic_stat()
[all …]
/openbsd-src/gnu/llvm/llvm/utils/lit/tests/
H A Dallow-retries.py8 # CHECK-TEST1: Passed With Retry: 1
14 # CHECK-TEST2: Passed With Retry: 1
16 # This test does not succeed within the allowed retry limit
41 # CHECK-TEST6: Passed With Retry: 1
/openbsd-src/usr.sbin/nsd/
H A Dxfrd.h147 uint32_t retry; member
275 #define XFRD_LOWERBOUND_RETRY 1 /* seconds, smallest retry timeout */
303 * return retry period
307 within_retry_bounds(xfrd_zone_type* zone, time_t retry) in within_retry_bounds() argument
309 return (time_t)zone->zone_options->pattern->max_retry_time < retry in within_retry_bounds()
311 : (time_t)zone->zone_options->pattern->min_retry_time > retry in within_retry_bounds()
313 : XFRD_LOWERBOUND_RETRY > retry in within_retry_bounds()
314 ? XFRD_LOWERBOUND_RETRY : retry; in within_retry_bounds()
318 * return the zone's retry period (from the on disk stored SOA)
324 return within_retry_bounds(zone, ntohl(zone->soa_disk.retry)); in bound_soa_disk_retry()
[all …]
/openbsd-src/sys/arch/arm64/dev/
H A Daplhidev.c206 int retry; in aplhidev_attach() local
239 for (retry = 10; retry > 0; retry--) { in aplhidev_attach()
247 for (retry = 10; retry > 0; retry--) { in aplhidev_attach()
255 for (retry = 10; retry > 0; retry--) { in aplhidev_attach()
264 for (retry = 10; retry > 0; retry--) { in aplhidev_attach()
272 for (retry = 10; retry > 0; retry--) { in aplhidev_attach()
H A Daplspmi.c148 int retry; in aplspmi_read_resp() local
150 for (retry = 1000; retry > 0; retry--) { in aplspmi_read_resp()
155 if (retry == 0) in aplspmi_read_resp()
H A Dagtimer.c113 int retry; in agtimer_readcnt64_sun50i() local
116 for (retry = 0; retry < 150; retry++) { in agtimer_readcnt64_sun50i()
122 KASSERT(retry < 150); in agtimer_readcnt64_sun50i()
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dce/
H A Ddce_i2c_sw.c217 uint32_t retry = 0; in stop_sync_sw() local
244 ++retry; in stop_sync_sw()
245 } while (retry <= 2); in stop_sync_sw()
301 uint32_t retry = 0; in start_sync_sw() local
315 ++retry; in start_sync_sw()
335 } while (retry <= I2C_SW_RETRIES); in start_sync_sw()
386 /* i2c_engine is busy by VBios, lets wait and retry */ in dce_i2c_engine_acquire_sw()
/openbsd-src/sys/dev/pci/drm/i915/gt/
H A Dintel_reset.c159 unsigned int retry) in i915_do_reset() argument
188 unsigned int retry) in g33_do_reset() argument
198 unsigned int retry) in g4x_do_reset() argument
234 unsigned int retry) in ilk_do_reset() argument
322 unsigned int retry) in __gen6_reset_engines() argument
343 unsigned int retry) in gen6_reset_engines() argument
349 ret = __gen6_reset_engines(gt, engine_mask, retry); in gen6_reset_engines()
523 unsigned int retry) in __gen11_reset_engines() argument
612 unsigned int retry) in gen8_reset_engines() argument
615 const bool reset_non_ready = retry >= 1; in gen8_reset_engines()
[all …]
/openbsd-src/usr.bin/vi/common/
H A Dmsg.c100 retry: FREE_SPACE(sp, bp, blen); in msgq()
121 goto retry; in msgq()
137 goto retry; in msgq()
142 goto retry; in msgq()
156 goto retry; in msgq()
160 goto retry; in msgq()
165 goto retry; in msgq()
171 goto retry; in msgq()
554 retry: if (sp == NULL) in msg_print()
575 goto retry; in msg_print()
/openbsd-src/usr.sbin/relayd/
H A Dcheck_icmp.c268 goto retry; in send_icmp()
272 goto retry; in send_icmp()
279 retry: in send_icmp()
312 goto retry; in recv_icmp()
325 goto retry; in recv_icmp()
330 goto retry; in recv_icmp()
334 goto retry; in recv_icmp()
344 retry: in recv_icmp()
/openbsd-src/sys/dev/fdt/
H A Dsximmc.c552 int retry; in sximmc_wait_rint() local
560 retry = sc->sc_use_dma ? (timeout / hz) : 10000; in sximmc_wait_rint()
562 while (retry > 0) { in sximmc_wait_rint()
576 --retry; in sximmc_wait_rint()
591 int retry = 1000; in sximmc_host_reset() local
606 while (--retry > 0) { in sximmc_host_reset()
612 if (retry == 0) in sximmc_host_reset()
703 int retry; in sximmc_update_clock() local
713 retry = 0xfffff; in sximmc_update_clock()
714 while (--retry > 0) { in sximmc_update_clock()
[all …]
/openbsd-src/sys/dev/ic/
H A Dw83l518d_sdmmc.c365 int datalen, retry = 5000; in wb_sdmmc_transfer_data() local
373 while (--retry > 0) { in wb_sdmmc_transfer_data()
379 if (retry == 0) in wb_sdmmc_transfer_data()
389 while (--retry > 0) { in wb_sdmmc_transfer_data()
395 if (retry == 0) in wb_sdmmc_transfer_data()
429 int i, retry; in wb_sdmmc_exec_command() local
496 retry = 100000; in wb_sdmmc_exec_command()
498 if (--retry == 0) in wb_sdmmc_exec_command()
/openbsd-src/usr.sbin/tokenadm/
H A Dtokenadm.c274 retry: in process_record()
287 goto retry; in process_record()
290 goto retry; in process_record()
306 retry: in process_modes()
325 goto retry; in process_modes()
328 goto retry; in process_modes()
/openbsd-src/regress/usr.sbin/syslogd/
H A Dargs-dns-udp-retry.pl5 # Check that syslogd log contains dns failures and retry.
17 qr/retry loghost "\@udp:\/\/noexist.invalid.:514" wait 1/ => 1,

12345678910>>...35