| /src/sys/kern/ |
| kern_condvar.c | 327 * the time slept, so on exit, bt is the time remaining after 344 struct bintime slept; local 377 slept = timo2bintime(end - start); 378 if (bintimecmp(bt, &slept, <=)) { 382 /* bt := bt - slept */ 383 bintime_sub(bt, &slept); 398 * subtracts the time slept, so on exit, bt is the time remaining 409 struct bintime slept; local 442 slept = timo2bintime(end - start); 443 if (bintimecmp(bt, &slept, <=)) [all...] |
| /src/sys/dev/ieee1394/ |
| fwdev.c | 237 int err = 0, slept = 0; local 268 if (slept == 0) { 269 slept = 1; 275 } else if (slept == 1) 297 slept = -1; 314 int slept = 0, err = 0; local 340 } else if (slept == 0) { 341 slept = 1; 371 slept = 0;
|
| /src/sys/ufs/lfs/ |
| lfs_bio.c | 214 int error, slept; local 218 slept = 0; 225 if (!slept) { 232 ++slept; 252 if (slept) {
|
| lfs_vnops.c | 1454 int i, sn, error, slept, loopcount; local 1485 slept = 1; 1488 while (slept && fs->lfs_seglock) { 1499 slept = 0; 1529 slept = 1; 1537 slept = 1;
|
| /src/external/bsd/wpa/dist/wpa_supplicant/ |
| notify.c | 623 int slept; local 627 slept = -1; 630 slept = now.sec - global->suspend_time.sec; 632 wpa_printf(MSG_DEBUG, "System resume notification (slept %d seconds)", 633 slept);
|
| /src/sys/compat/linux/arch/alpha/ |
| linux_osf1.c | 664 if (SCARG(uap, slept) != NULL) { 673 error = copyout(&endotv, SCARG(uap, slept), sizeof endotv);
|
| linux_syscallargs.h | 526 syscallarg(struct osf1_timeval *) slept; member in struct:linux_sys_osf1_usleep_thread_args
|
| /src/external/gpl3/binutils.old/dist/etc/ |
| configure | 1885 echo "timestamp, slept: $am_has_slept" > conftest.file 1922 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
|
| /src/external/gpl3/gdb/dist/etc/ |
| configure | 1885 echo "timestamp, slept: $am_has_slept" > conftest.file 1922 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
|
| /src/external/gpl3/gdb/dist/readline/ |
| configure | 1866 echo "timestamp, slept: $am_has_slept" > conftest.file 1903 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
|
| /src/external/gpl3/gdb.old/dist/etc/ |
| configure | 1885 echo "timestamp, slept: $am_has_slept" > conftest.file 1922 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
|
| /src/external/gpl3/gdb.old/dist/readline/ |
| configure | 1866 echo "timestamp, slept: $am_has_slept" > conftest.file 1903 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
|
| /src/external/gpl3/binutils/dist/etc/ |
| configure | 1885 echo "timestamp, slept: $am_has_slept" > conftest.file 1922 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
|
| /src/external/mpl/dhcp/dist/ |
| configure | 2901 echo "timestamp, slept: $am_has_slept" > conftest.file 2938 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
|
| /src/external/bsd/tmux/dist/ |
| configure | 2527 echo "timestamp, slept: $am_has_slept" > conftest.file 2564 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
|
| /src/external/gpl3/binutils/dist/libsframe/ |
| configure | 3849 echo "timestamp, slept: $am_has_slept" > conftest.file 3886 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
|
| /src/external/gpl3/binutils/dist/zlib/ |
| configure | 2548 echo "timestamp, slept: $am_has_slept" > conftest.file 2585 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
|
| /src/external/gpl3/binutils.old/dist/gprof/ |
| configure | 2521 echo "timestamp, slept: $am_has_slept" > conftest.file 2558 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
|
| /src/external/gpl3/binutils.old/dist/libsframe/ |
| configure | 3848 echo "timestamp, slept: $am_has_slept" > conftest.file 3885 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| configure | 2586 echo "timestamp, slept: $am_has_slept" > conftest.file 2623 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
|
| /src/external/gpl3/binutils.old/dist/zlib/ |
| configure | 2538 echo "timestamp, slept: $am_has_slept" > conftest.file 2575 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
|
| /src/external/gpl3/gcc/dist/libbacktrace/ |
| configure | 4184 echo "timestamp, slept: $am_has_slept" > conftest.file 4221 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
|
| /src/external/gpl3/gcc/dist/libquadmath/ |
| configure | 2598 echo "timestamp, slept: $am_has_slept" > conftest.file 2635 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
|
| /src/external/gpl3/gcc/dist/libssp/ |
| configure | 2566 echo "timestamp, slept: $am_has_slept" > conftest.file 2603 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
|
| /src/external/gpl3/gcc/dist/lto-plugin/ |
| configure | 2681 echo "timestamp, slept: $am_has_slept" > conftest.file 2718 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
|