| /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/arm/ |
| foundation-v8-psci.dtsi | 15 enable-method = "psci"; 19 enable-method = "psci"; 23 enable-method = "psci"; 27 enable-method = "psci";
|
| foundation-v8-spin-table.dtsi | 8 enable-method = "spin-table"; 13 enable-method = "spin-table"; 18 enable-method = "spin-table"; 23 enable-method = "spin-table";
|
| /src/sys/arch/arm/at91/ |
| at91pmcvar.h | 32 void at91pmc_peripheral_clock(int pid, int enable);
|
| /src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.exceptions/ |
| unknown_gc.d | 12 GC.enable();
|
| /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/cavium/ |
| thunder-88xx.dtsi | 69 enable-method = "psci"; 75 enable-method = "psci"; 81 enable-method = "psci"; 87 enable-method = "psci"; 93 enable-method = "psci"; 99 enable-method = "psci"; 105 enable-method = "psci"; 111 enable-method = "psci"; 117 enable-method = "psci"; 123 enable-method = "psci" [all...] |
| /src/external/bsd/ntp/dist/conf/ |
| beauregard.conf | 14 filegen peerstats file peerstats type day enable 15 filegen loopstats file loopstats type day enable 16 filegen clockstats file clockstats type day enable
|
| malarky.conf | 15 filegen peerstats file peerstats type day enable 16 filegen loopstats file loopstats type day enable 17 filegen clockstats file clockstats type day enable
|
| /src/external/bsd/byacc/dist/package/debian/ |
| rules | 17 --enable-warnings \ 19 --enable-stdnoreturn \ 20 --enable-btyacc \
|
| /src/sys/dev/usb/ |
| auvitek_board.c | 53 uint16_t enable; member in struct:auvitek_board_config 58 .enable = 0x02f0, 63 .enable = 0x02f0, 71 uint16_t reset, enable; local 77 enable = auvitek_board_config[sc->sc_board].enable; 90 if (enable) { 91 auvitek_write_1(sc, AU0828_REG_GPIO2_PINDIR, enable >> 8); 92 auvitek_write_1(sc, AU0828_REG_GPIO1_PINDIR, enable & 0xff); 93 auvitek_write_1(sc, AU0828_REG_GPIO2_OUTEN, enable >> 8) [all...] |
| /src/sys/external/bsd/drm/dist/ |
| autogen.sh | 12 $srcdir/configure --enable-maintainer-mode "$@"
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/irq/dce110/ |
| irq_service_dce110.h | 44 bool enable); 53 bool enable);
|
| /src/external/bsd/jemalloc/dist/ |
| autogen.sh | 12 echo "./configure --enable-autogen $@" 13 ./configure --enable-autogen $@
|
| /src/external/bsd/jemalloc.old/dist/ |
| autogen.sh | 12 echo "./configure --enable-autogen $@" 13 ./configure --enable-autogen $@
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/bios/ |
| command_table.h | 53 bool enable); 59 bool enable, 64 bool enable, 69 bool enable); 72 bool enable); 79 bool enable); 83 bool enable);
|
| command_table2.h | 53 bool enable); 59 bool enable, 64 bool enable, 69 bool enable); 72 bool enable); 79 bool enable); 83 bool enable);
|
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| amdgpu_pm.h | 47 void amdgpu_dpm_enable_uvd(struct amdgpu_device *adev, bool enable); 48 void amdgpu_dpm_enable_vce(struct amdgpu_device *adev, bool enable); 49 void amdgpu_dpm_enable_jpeg(struct amdgpu_device *adev, bool enable);
|
| /src/crypto/dist/ipsec-tools/src/racoon/ |
| cftoken.l | 506 yyerror("racoon not configured with --enable-hybrid"); 513 yyerror("racoon not configured with --enable-hybrid"); 520 yyerror("racoon not configured with --enable-hybrid"); 527 yyerror("racoon not configured with --enable-hybrid"); 534 yyerror("racoon not configured with --enable-hybrid"); 541 yyerror("racoon not configured with --enable-hybrid"); 548 yyerror("racoon not configured with --enable-hybrid"); 555 yyerror("racoon not configured with --enable-hybrid");
|
| /src/sys/external/bsd/drm2/dist/drm/i915/display/ |
| intel_fifo_underrun.h | 18 enum pipe pipe, bool enable); 21 bool enable);
|
| /src/crypto/external/apache2/openssl/dist/test/recipes/ |
| 70-test_quic_record.t | 18 if config('options') =~ /-DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION|enable-fuzz-afl/;
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/BPF/MCTargetDesc/ |
| BPFMCAsmInfo.h | 48 void setDwarfUsesRelocationsAcrossSections(bool enable) { 49 DwarfUsesRelocationsAcrossSections = enable;
|
| /src/external/bsd/jemalloc/dist/test/unit/ |
| background_thread_enable.c | 34 bool enable = true; local 36 expect_d_eq(mallctl("background_thread", NULL, NULL, &enable, sz_b), 0, 37 "Failed to enable background threads"); 38 enable = false; 39 expect_d_eq(mallctl("background_thread", NULL, NULL, &enable, sz_b), 0, 69 bool enable = true; local 71 expect_d_eq(mallctl("background_thread", NULL, NULL, &enable, sz_b), 0, 72 "Failed to enable background threads");
|
| /src/external/bsd/jemalloc.old/dist/test/unit/ |
| background_thread_enable.c | 23 bool enable = true; local 25 assert_d_eq(mallctl("background_thread", NULL, NULL, &enable, sz_b), 0, 26 "Failed to enable background threads"); 27 enable = false; 28 assert_d_eq(mallctl("background_thread", NULL, NULL, &enable, sz_b), 0, 59 bool enable = true; local 61 assert_d_eq(mallctl("background_thread", NULL, NULL, &enable, sz_b), 0, 62 "Failed to enable background threads");
|
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/nxp/lpc/ |
| lpc4337-ciaa.dts | 46 input-enable; 55 input-enable; 63 input-enable; 71 input-enable; 80 input-enable; 88 input-enable; 97 input-enable; 106 input-enable; 123 input-enable; 140 input-enable; [all...] |
| /src/sys/arch/mips/cavium/dev/ |
| octeon_asx.c | 70 octasx_enable(struct octasx_softc *sc, int enable) 73 octasx_enable_tx(sc, enable); 74 octasx_enable_rx(sc, enable); 79 octasx_enable_tx(struct octasx_softc *sc, int enable) 84 if (enable) 93 octasx_enable_rx(struct octasx_softc *sc, int enable) 98 if (enable)
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/ |
| dc_link_dp.h | 76 void dp_enable_mst_on_sink(struct dc_link *link, bool enable); 84 void dp_set_fec_enable(struct dc_link *link, bool enable); 85 bool dp_set_dsc_enable(struct pipe_ctx *pipe_ctx, bool enable); 86 bool dp_set_dsc_pps_sdp(struct pipe_ctx *pipe_ctx, bool enable); 87 void dp_set_dsc_on_stream(struct pipe_ctx *pipe_ctx, bool enable);
|