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

/freebsd-11-stable/contrib/dma/
H A Ddma.c318 unsigned int backoff = MIN_RETRY, slept; local
350 for (slept = 0; slept < backoff;) {
351 slept += SLEEP_TIMEOUT - sleep(SLEEP_TIMEOUT);
352 if (flushqueue_since(slept)) {
357 if (slept >= backoff) {
/freebsd-11-stable/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-stable/contrib/wpa/wpa_supplicant/
H A Dnotify.c570 int slept; local
574 slept = -1;
577 slept = now.sec - global->suspend_time.sec;
579 wpa_printf(MSG_DEBUG, "System resume notification (slept %d seconds)",
580 slept);
/freebsd-11-stable/contrib/less/
H A Dch.c152 int slept; local
171 slept = FALSE;
308 if (!slept)
315 slept = TRUE;
/freebsd-11-stable/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-stable/contrib/openpam/
H A Dconfigure2432 echo "timestamp, slept: $am_has_slept" > conftest.file
2469 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
/freebsd-11-stable/contrib/file/
H A Dconfigure2681 echo "timestamp, slept: $am_has_slept" > conftest.file
2718 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
/freebsd-11-stable/contrib/sqlite3/
H A Dconfigure2455 echo "timestamp, slept: $am_has_slept" > conftest.file
2492 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
/freebsd-11-stable/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-stable/contrib/ntp/
H A Dconfigure3275 echo "timestamp, slept: $am_has_slept" > conftest.file
3312 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
/freebsd-11-stable/contrib/ntp/sntp/
H A Dconfigure3048 echo "timestamp, slept: $am_has_slept" > conftest.file
3085 if grep 'slept: no' conftest.file >/dev/null 2>&1; then

Completed in 438 milliseconds