/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 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_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 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...] |
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);
|
/src/usr.bin/make/unit-tests/ |
var-recursive.mk | 45 .elif make(runtime) 48 runtime: target 62 @${MAKE} -f ${MAKEFILE} runtime || echo "sub-exit status $$?"
|
varname-dot-makeflags.mk | 36 runtime: target
|
/src/tests/lib/libobjc/ |
t_threads.m | 41 #include <objc/runtime.h>
|
/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...] |
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/dd/ |
CMakeLists.txt | 1 # Build for the experimental deadlock detector runtime library.
|
/src/sys/external/isc/libsodium/dist/src/libsodium/include/ |
Makefile.am | 61 sodium/runtime.h \
|
/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/sys/external/bsd/compiler_rt/dist/lib/asan/tests/ |
CMakeLists.txt | 4 # the runtime library and checks its functionality. These are the 10 # instrumentation against the just-built runtime library. 129 # AddressSanitizer unit tests with dynamic runtime (on platforms where it's 219 RUNTIME ${test_runtime}) 241 # Add static ASan runtime that will be linked with uninstrumented tests. 269 FOLDER "Compiler-RT Runtime tests") 295 # Test with ASan instrumentation. Link with ASan dynamic runtime.
|
/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 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/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 in function:procfs_douptime 589 microuptime(&runtime); 593 (long long)runtime.tv_sec, (long)runtime.tv_usec / 10000,
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
r8a7790-lager.dts | 302 * We use the I2C demuxer, so the desired IP core can be selected at runtime 305 * bus with IIC3 on pins 110 (SCL) + 112 (SDA), select I2C0 at runtime, and 306 * instantiate the slave device at runtime according to the documentation.
|
/src/usr.sbin/sysinst/ |
README.md_defs | 27 runtime adjustment is needed.
|