Home
last modified time | relevance | path

Searched refs:retry_count (Results 1 – 3 of 3) sorted by relevance

/reactos/sdk/lib/ucrt/lowio/
H A Dlocking.cpp25 int const retry_count = allow_retry ? 10 : 1; in locking_nolock() local
32 for (int i = 0; i != retry_count; ++i) in locking_nolock()
62 if (i != retry_count - 1) in locking_nolock()
/reactos/base/services/nfsd/
H A Dnfs41_compound.c142 int status, retry_count = 0, delayby = 0, secinfo_status; in compound_encode_send_decode() local
151 retry_count++; in compound_encode_send_decode()
271 if (retry_count < NUMBER_2_RETRY) { in compound_encode_send_decode()
278 delayby = 500*retry_count; in compound_encode_send_decode()
/reactos/boot/freeldr/bootsect/
H A Disoboot.S50 retry_count = 6 // How patient are we with the BIOS? define
839 mov cx, retry_count
931 mov byte ptr ds:[RetryCount], retry_count
952 cmp al, retry_count-2