Home
last modified time | relevance | path

Searched refs:run_time (Results 1 – 10 of 10) sorted by relevance

/openbsd/src/usr.sbin/cron/
Datrun.c65 time_t run_time; in scan_atjobs() local
114 run_time = strtonum(file->d_name, 0, LLONG_MAX, &errstr); in scan_atjobs()
133 job->run_time = run_time; in scan_atjobs()
135 if (ts != NULL && run_time <= ts->tv_sec) in scan_atjobs()
176 if (job->run_time > now) in atrun()
180 (long long)job->run_time, job->queue); in atrun()
208 job->run_time < batch->run_time) in atrun()
225 (long long)batch->run_time, batch->queue); in atrun()
Dstructs.h69 time_t run_time; /* time to run at job */ member
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/
Das.c910 long run_time = get_run_time () - start_time; in dump_statistics() local
913 myname, run_time / 1000000, run_time % 1000000); in dump_statistics()
/openbsd/src/gnu/usr.bin/binutils/gas/
Das.c827 long run_time = get_run_time () - start_time; in dump_statistics() local
830 myname, run_time / 1000000, run_time % 1000000); in dump_statistics()
/openbsd/src/sys/dev/acpi/
Dacpidev.h399 uint16_t run_time; /* minutes */ member
Dacpisbs.c89 CHECK(WORD, RUN_TIME_TO_EMPTY, run_time, SENSOR_INTEGER,
Dacpi.c3436 if (sbs->asbs_softc->sc_battery.run_time == in acpi_apminfo()
3441 minutes += sbs->asbs_softc->sc_battery.run_time; in acpi_apminfo()
/openbsd/src/gnu/usr.bin/binutils/ld/
Dldmain.c572 long run_time = get_run_time () - start_time; in main() local
575 program_name, run_time / 1000000, run_time % 1000000); in main()
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Harness/lib/App/Prove/
DState.pm458 $test->run_time($end_time);
/openbsd/src/gnu/usr.bin/binutils-2.17/ld/
Dldmain.c582 long run_time = get_run_time () - start_time; in main() local
585 program_name, run_time / 1000000, run_time % 1000000); in main()