Searched refs:run_time (Results 1 – 10 of 10) sorted by relevance
| /openbsd/src/usr.sbin/cron/ |
| D | atrun.c | 65 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()
|
| D | structs.h | 69 time_t run_time; /* time to run at job */ member
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/ |
| D | as.c | 910 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/ |
| D | as.c | 827 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/ |
| D | acpidev.h | 399 uint16_t run_time; /* minutes */ member
|
| D | acpisbs.c | 89 CHECK(WORD, RUN_TIME_TO_EMPTY, run_time, SENSOR_INTEGER,
|
| D | acpi.c | 3436 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/ |
| D | ldmain.c | 572 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/ |
| D | State.pm | 458 $test->run_time($end_time);
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/ld/ |
| D | ldmain.c | 582 long run_time = get_run_time () - start_time; in main() local 585 program_name, run_time / 1000000, run_time % 1000000); in main()
|