| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/ |
| check_lint.sh | 22 ASAN_RTL_LINT_FILTER=${COMMON_LINT_FILTER},-runtime/int 23 ASAN_TEST_LINT_FILTER=${COMMON_LINT_FILTER},-runtime/sizeof,-runtime/int,-runtime/printf,-runtime/threadsafe_fn 26 TSAN_TEST_LINT_FILTER=${TSAN_RTL_LINT_FILTER},-runtime/threadsafe_fn,-runtime/int 31 DFSAN_RTL_LINT_FILTER=${COMMON_LINT_FILTER},-runtime/int,-runtime/printf,-runtime/references,-readability/functio [all...] |
| cpplint.py | 127 --filter=whitespace,runtime/printf,+runtime/printf_format 191 'runtime/arrays', 192 'runtime/casting', 193 'runtime/explicit', 194 'runtime/int', 195 'runtime/init', 196 'runtime/invalid_increment', 197 'runtime/member_string_references', 198 'runtime/memset' [all...] |
| /src/sys/external/bsd/drm2/dist/drm/nouveau/ |
| nouveau_display.h | 37 int (*init)(struct drm_device *, bool resume, bool runtime); 62 int nouveau_display_init(struct drm_device *dev, bool resume, bool runtime); 63 void nouveau_display_fini(struct drm_device *dev, bool suspend, bool runtime); 64 int nouveau_display_suspend(struct drm_device *dev, bool runtime); 65 void nouveau_display_resume(struct drm_device *dev, bool runtime);
|
| nouveau_vga.c | 94 bool runtime = nouveau_pmops_runtime(); local 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 128 if (runtime && nouveau_is_v1_dsm() && !nouveau_is_optimus())
|
| nouveau_display.c | 53 /* Used only for runtime power management, not in NetBSD for now. */ 392 * of a connector hotplug on a runtime 413 nouveau_display_init(struct drm_device *dev, bool resume, bool runtime) 431 ret = disp->init(dev, resume, runtime); 444 nouveau_display_fini(struct drm_device *dev, bool suspend, bool runtime) 466 if (!runtime) 620 nouveau_display_suspend(struct drm_device *dev, bool runtime) 625 if (!runtime) { 635 nouveau_display_fini(dev, true, runtime); 640 nouveau_display_resume(struct drm_device *dev, bool runtime) [all...] |
| nouveau_drm.c | 784 nouveau_do_suspend(struct drm_device *dev, bool runtime) 797 ret = nouveau_display_suspend(dev, runtime); 840 nouveau_display_resume(dev, runtime); 846 nouveau_do_resume(struct drm_device *dev, bool runtime) 866 nouveau_display_resume(dev, runtime);
|
| /src/sys/external/bsd/gnu-efi/dist/lib/ |
| Makefile | 49 runtime/rtlock runtime/efirtlib runtime/rtstr runtime/vm runtime/rtdata \ 67 SUBDIRS = ia32 x86_64 ia64 aarch64 arm mips64el riscv64 runtime
|
| /src/bin/setfacl/ |
| Makefile | 3 PACKAGE=runtime
|
| /src/usr.bin/at/ |
| parsetime.c | 579 struct tm nowtime, runtime; local 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...] |
| at.c | 430 struct tm runtime; local 467 runtime = *localtime(&runtimer); 473 (void)strftime(timestr, TIMESIZE, "%T %F", &runtime); 475 (void)strftime(timestr, TIMESIZE, "%X %x", &runtime);
|
| /src/usr.bin/make/unit-tests/ |
| var-recursive.mk | 45 .elif make(runtime) 48 runtime: 62 @${MAKE} -f ${MAKEFILE} runtime || echo "sub-exit status $$?"
|
| varname-dot-makeflags.mk | 36 runtime:
|
| /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 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...] |
| i915_gpu_error.c | 616 const struct intel_runtime_info *runtime, 622 intel_device_info_print_runtime(runtime, &p); 623 intel_device_info_print_topology(&runtime->sseu, &p);
|
| /src/sys/lib/libgnuefi/ |
| Makefile | 50 .PATH.c: ${GNUEFIDIR} ${GNUEFIDIST}/lib/${GNUEFIARCH} ${GNUEFIDIST}/lib ${GNUEFIDIST}/lib/runtime 51 .PATH.S: ${GNUEFIDIR} ${GNUEFIDIST}/lib/${GNUEFIARCH} ${GNUEFIDIST}/lib ${GNUEFIDIST}/lib/runtime
|
| /src/tests/lib/libobjc/ |
| t_threads.m | 41 #include <objc/runtime.h>
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/ |
| nouveau_dispnv04_disp.c | 80 nv04_display_init(struct drm_device *dev, bool resume, bool runtime) 146 if (runtime)
|
| /src/sys/external/bsd/compiler_rt/dist/lib/profile/ |
| InstrProfData.inc | 1 /*===-- InstrProfData.inc - instr profiling runtime structures -*- C++ -*-=== *\ 11 * constant literals that are shared across profiling runtime library, 13 * defined in this file affect the profile runtime ABI, the raw profile format, 55 * are related to runtime ABI and format. When no field activation macro is 111 /* Definition of parameter types of the runtime API used to do value profiling 322 * - value profile runtime data structure suitable to be used by C 323 * runtime library. 351 * A wrapper struct that represents value profile runtime data. 354 * ValueProfRecordClosure so that the runtime data can be serialized using 542 * The value profiler runtime library stores the value profile dat [all...] |
| /src/dist/pf/sbin/pfctl/ |
| pfctl_parser.c | 525 time_t runtime; local 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/compiler_rt/dist/lib/asan/ |
| asan_win.cc | 223 #error Please build the runtime with a non-debug CRT: /MD or /MT 305 // Things get even more complicated with the dynamic runtime, as it finishes its 308 // For the static runtime (-MT), it's enough to put a callback to 311 // For the dynamic runtime (-MD), we want link the same
|
| /src/sys/miscfs/procfs/ |
| procfs_linux.c | 583 struct timeval runtime; local 589 microuptime(&runtime); 593 (long long)runtime.tv_sec, (long)runtime.tv_usec / 10000,
|
| /src/usr.sbin/sysinst/ |
| README.md_defs | 27 runtime adjustment is needed.
|
| /src/sys/external/bsd/drm2/dist/drm/radeon/ |
| radeon_device.c | 1399 bool runtime = false; local 1588 runtime = true; 1591 &radeon_switcheroo_ops, runtime); 1592 if (runtime) 1663 if (runtime)
|
| /src/sys/external/isc/atheros_hal/dist/ar5211/ |
| ar5211_reset.c | 110 uint8_t runTime, int16_t startingNF); 863 * in runTime (valid values 1 to 7) 868 ar5211RunNoiseFloor(struct ath_hal *ah, uint8_t runTime, int16_t startingNF) 872 HALASSERT(runTime <= 7); 877 ((runTime << 9) & 0xE00) | (startingNF & 0x1FF)); 883 if (runTime == 0) { 887 /* 512 * runtime search windows * 6.4us each */ 888 searchTime = (runTime * 512) * 7; 905 "NF with runTime %d failed to end on channel %d\n", 906 runTime, AH_PRIVATE(ah)->ah_curchan->channel) 991 static const uint8_t runtime[3] = { 0, 2, 7 }; local [all...] |
| /src/sys/arch/x68k/stand/common/ |
| start.S | 3 | Simple C runtime startup for Human68k
|