Searched refs:slept (Results 1 - 11 of 11) sorted by relevance

/freebsd-11.0-release/contrib/dma/
H A Ddma.c317 unsigned int backoff = MIN_RETRY, slept; local
349 for (slept = 0; slept < backoff;) {
350 slept += SLEEP_TIMEOUT - sleep(SLEEP_TIMEOUT);
351 if (flushqueue_since(slept)) {
356 if (slept >= backoff) {
/freebsd-11.0-release/sys/dev/firewire/
H A Dfwdev.c319 int err = 0, s, slept = 0; local
349 if (slept == 0) {
350 slept = 1;
356 } else if (slept == 1)
382 slept = -1;
450 int s, slept = 0; local
478 } else if (slept == 0) {
479 slept = 1;
509 slept = 0;
/freebsd-11.0-release/contrib/wpa/wpa_supplicant/
H A Dnotify.c522 int slept; local
526 slept = -1;
529 slept = now.sec - global->suspend_time.sec;
531 wpa_printf(MSG_DEBUG, "System resume notification (slept %d seconds)",
532 slept);
/freebsd-11.0-release/contrib/less/
H A Dch.c152 register int slept; local
171 slept = FALSE;
308 if (!slept)
321 slept = TRUE;
/freebsd-11.0-release/contrib/sqlite3/
H A Dconfigure2343 echo "timestamp, slept: $am_has_slept" > conftest.file
2380 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
/freebsd-11.0-release/contrib/openbsm/
H A Dconfigure11213 echo "timestamp, slept: $am_has_slept" > conftest.file
11250 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
/freebsd-11.0-release/contrib/openpam/
H A Dconfigure2393 echo "timestamp, slept: $am_has_slept" > conftest.file
2430 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
/freebsd-11.0-release/contrib/file/
H A Dconfigure2666 echo "timestamp, slept: $am_has_slept" > conftest.file
2703 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
/freebsd-11.0-release/contrib/ntp/sntp/libevent/
H A Dconfigure2779 echo "timestamp, slept: $am_has_slept" > conftest.file
2816 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
/freebsd-11.0-release/contrib/ntp/
H A Dconfigure3266 echo "timestamp, slept: $am_has_slept" > conftest.file
3303 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
/freebsd-11.0-release/contrib/ntp/sntp/
H A Dconfigure3041 echo "timestamp, slept: $am_has_slept" > conftest.file
3078 if grep 'slept: no' conftest.file >/dev/null 2>&1; then

Completed in 760 milliseconds