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

/freebsd-12-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-12-stable/sys/dev/firewire/
H A Dfwdev.c321 int err = 0, s, slept = 0; local
351 if (slept == 0) {
352 slept = 1;
358 } else if (slept == 1)
384 slept = -1;
452 int s, slept = 0; local
480 } else if (slept == 0) {
481 slept = 1;
511 slept = 0;
/freebsd-12-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-12-stable/contrib/less/
H A Dch.c152 int slept; local
171 slept = FALSE;
308 if (!slept)
315 slept = TRUE;
/freebsd-12-stable/contrib/openbsm/
H A Dconfigure11781 echo "timestamp, slept: $am_has_slept" > conftest.file
11818 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
/freebsd-12-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-12-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-12-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-12-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-12-stable/contrib/libevent/
H A Dconfigure2780 echo "timestamp, slept: $am_has_slept" > conftest.file
2817 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
/freebsd-12-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-12-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 576 milliseconds