HomeSort by: relevance | last modified time | path
    Searched defs:runtime (Results 1 - 25 of 36) sorted by relevancy

1 2

  /src/usr.bin/make/unit-tests/
varname-dot-makeflags.mk 36 runtime: target
varname-dot-makeflags.mk 36 runtime: target
varname-dot-makeflags.mk 36 runtime: target
var-recursive.mk 45 .elif make(runtime)
48 runtime: target
62 @${MAKE} -f ${MAKEFILE} runtime || echo "sub-exit status $$?"
var-recursive.mk 45 .elif make(runtime)
48 runtime: target
62 @${MAKE} -f ${MAKEFILE} runtime || echo "sub-exit status $$?"
var-recursive.mk 45 .elif make(runtime)
48 runtime: target
62 @${MAKE} -f ${MAKEFILE} runtime || echo "sub-exit status $$?"
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_vga.c 94 bool runtime = nouveau_pmops_runtime(); local in function:nouveau_vga_init
106 vga_switcheroo_register_client(dev->pdev, &nouveau_switcheroo_ops, runtime);
108 if (runtime && nouveau_is_v1_dsm() && !nouveau_is_optimus())
116 bool runtime = nouveau_pmops_runtime(); local in function:nouveau_vga_fini
128 if (runtime && nouveau_is_v1_dsm() && !nouveau_is_optimus())
nouveau_vga.c 94 bool runtime = nouveau_pmops_runtime(); local in function:nouveau_vga_init
106 vga_switcheroo_register_client(dev->pdev, &nouveau_switcheroo_ops, runtime);
108 if (runtime && nouveau_is_v1_dsm() && !nouveau_is_optimus())
116 bool runtime = nouveau_pmops_runtime(); local in function:nouveau_vga_fini
128 if (runtime && nouveau_is_v1_dsm() && !nouveau_is_optimus())
nouveau_vga.c 94 bool runtime = nouveau_pmops_runtime(); local in function:nouveau_vga_init
106 vga_switcheroo_register_client(dev->pdev, &nouveau_switcheroo_ops, runtime);
108 if (runtime && nouveau_is_v1_dsm() && !nouveau_is_optimus())
116 bool runtime = nouveau_pmops_runtime(); local in function:nouveau_vga_fini
128 if (runtime && nouveau_is_v1_dsm() && !nouveau_is_optimus())
  /src/usr.bin/at/
at.c 430 struct tm runtime; local in function:list_jobs
467 runtime = *localtime(&runtimer);
473 (void)strftime(timestr, TIMESIZE, "%T %F", &runtime);
475 (void)strftime(timestr, TIMESIZE, "%X %x", &runtime);
at.c 430 struct tm runtime; local in function:list_jobs
467 runtime = *localtime(&runtimer);
473 (void)strftime(timestr, TIMESIZE, "%T %F", &runtime);
475 (void)strftime(timestr, TIMESIZE, "%X %x", &runtime);
at.c 430 struct tm runtime; local in function:list_jobs
467 runtime = *localtime(&runtimer);
473 (void)strftime(timestr, TIMESIZE, "%T %F", &runtime);
475 (void)strftime(timestr, TIMESIZE, "%X %x", &runtime);
parsetime.c 579 struct tm nowtime, runtime; local in function:parsetime
586 runtime = nowtime;
587 runtime.tm_sec = 0;
603 plus(&runtime);
607 tod(&runtime);
608 month(&runtime);
616 * set our runtime to that hour before leaping into the
626 if (runtime.tm_hour >= hr) {
627 runtime.tm_mday++;
628 runtime.tm_wday++
    [all...]
parsetime.c 579 struct tm nowtime, runtime; local in function:parsetime
586 runtime = nowtime;
587 runtime.tm_sec = 0;
603 plus(&runtime);
607 tod(&runtime);
608 month(&runtime);
616 * set our runtime to that hour before leaping into the
626 if (runtime.tm_hour >= hr) {
627 runtime.tm_mday++;
628 runtime.tm_wday++
    [all...]
parsetime.c 579 struct tm nowtime, runtime; local in function:parsetime
586 runtime = nowtime;
587 runtime.tm_sec = 0;
603 plus(&runtime);
607 tod(&runtime);
608 month(&runtime);
616 * set our runtime to that hour before leaping into the
626 if (runtime.tm_hour >= hr) {
627 runtime.tm_mday++;
628 runtime.tm_wday++
    [all...]
  /src/sys/miscfs/procfs/
procfs_linux.c 583 struct timeval runtime; local in function:procfs_douptime
589 microuptime(&runtime);
593 (long long)runtime.tv_sec, (long)runtime.tv_usec / 10000,
procfs_linux.c 583 struct timeval runtime; local in function:procfs_douptime
589 microuptime(&runtime);
593 (long long)runtime.tv_sec, (long)runtime.tv_usec / 10000,
procfs_linux.c 583 struct timeval runtime; local in function:procfs_douptime
589 microuptime(&runtime);
593 (long long)runtime.tv_sec, (long)runtime.tv_usec / 10000,
  /src/dist/pf/sbin/pfctl/
pfctl_parser.c 525 time_t runtime; local in function:print_status
530 runtime = time(NULL) - s->since;
534 unsigned sec, min, hrs, day = runtime;
603 if (runtime > 0)
605 (double)s->fcounters[i] / (double)runtime);
616 if (runtime > 0)
618 (double)s->scounters[i] / (double)runtime);
627 if (runtime > 0)
629 (double)s->counters[i] / (double)runtime);
638 if (runtime > 0
    [all...]
pfctl_parser.c 525 time_t runtime; local in function:print_status
530 runtime = time(NULL) - s->since;
534 unsigned sec, min, hrs, day = runtime;
603 if (runtime > 0)
605 (double)s->fcounters[i] / (double)runtime);
616 if (runtime > 0)
618 (double)s->scounters[i] / (double)runtime);
627 if (runtime > 0)
629 (double)s->counters[i] / (double)runtime);
638 if (runtime > 0
    [all...]
pfctl_parser.c 525 time_t runtime; local in function:print_status
530 runtime = time(NULL) - s->since;
534 unsigned sec, min, hrs, day = runtime;
603 if (runtime > 0)
605 (double)s->fcounters[i] / (double)runtime);
616 if (runtime > 0)
618 (double)s->scounters[i] / (double)runtime);
627 if (runtime > 0)
629 (double)s->counters[i] / (double)runtime);
638 if (runtime > 0
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/
intel_device_info.c 905 * intel_device_info_runtime_init - initialize runtime info
908 * Determine various intel_device_info fields at runtime.
923 struct intel_runtime_info *runtime = RUNTIME_INFO(dev_priv); local in function:intel_device_info_runtime_init
928 runtime->num_scalers[pipe] = 2;
930 runtime->num_scalers[PIPE_A] = 2;
931 runtime->num_scalers[PIPE_B] = 2;
932 runtime->num_scalers[PIPE_C] = 1;
939 runtime->num_sprites[pipe] = 6;
942 runtime->num_sprites[pipe] = 3;
953 runtime->num_sprites[PIPE_A] = 2
    [all...]
intel_device_info.c 905 * intel_device_info_runtime_init - initialize runtime info
908 * Determine various intel_device_info fields at runtime.
923 struct intel_runtime_info *runtime = RUNTIME_INFO(dev_priv); local in function:intel_device_info_runtime_init
928 runtime->num_scalers[pipe] = 2;
930 runtime->num_scalers[PIPE_A] = 2;
931 runtime->num_scalers[PIPE_B] = 2;
932 runtime->num_scalers[PIPE_C] = 1;
939 runtime->num_sprites[pipe] = 6;
942 runtime->num_sprites[pipe] = 3;
953 runtime->num_sprites[PIPE_A] = 2
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_device.c 1399 bool runtime = false; local in function:radeon_device_init
1588 runtime = true;
1591 &radeon_switcheroo_ops, runtime);
1592 if (runtime)
1663 if (runtime)
radeon_device.c 1399 bool runtime = false; local in function:radeon_device_init
1588 runtime = true;
1591 &radeon_switcheroo_ops, runtime);
1592 if (runtime)
1663 if (runtime)

Completed in 45 milliseconds

1 2