| /src/external/mpl/bind/dist/bin/tests/system/isctest/ |
| __init__.py | 12 from . import ( # pylint: disable=redefined-builtin namespace
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/devinit/ |
| nouveau_nvkm_subdev_devinit_g84.c | 40 u64 disable = 0ULL; local 43 disable |= (1ULL << NVKM_ENGINE_MPEG); 44 disable |= (1ULL << NVKM_ENGINE_VP); 45 disable |= (1ULL << NVKM_ENGINE_BSP); 46 disable |= (1ULL << NVKM_ENGINE_CIPHER); 50 disable |= (1ULL << NVKM_ENGINE_DISP); 52 disable |= (1ULL << NVKM_ENGINE_BSP); 54 disable |= (1ULL << NVKM_ENGINE_CIPHER); 56 return disable; 65 .disable = g84_devinit_disable [all...] |
| nouveau_nvkm_subdev_devinit_g98.c | 40 u64 disable = 0ULL; local 43 disable |= (1ULL << NVKM_ENGINE_MSPDEC); 44 disable |= (1ULL << NVKM_ENGINE_MSVLD); 45 disable |= (1ULL << NVKM_ENGINE_MSPPP); 49 disable |= (1ULL << NVKM_ENGINE_DISP); 51 disable |= (1ULL << NVKM_ENGINE_MSVLD); 53 disable |= (1ULL << NVKM_ENGINE_SEC); 55 return disable; 64 .disable = g98_devinit_disable,
|
| nouveau_nvkm_subdev_devinit_gm107.c | 40 u64 disable = 0ULL; local 43 disable |= (1ULL << NVKM_ENGINE_CE0); 45 disable |= (1ULL << NVKM_ENGINE_CE2); 47 disable |= (1ULL << NVKM_ENGINE_DISP); 49 return disable; 58 .disable = gm107_devinit_disable,
|
| nouveau_nvkm_subdev_devinit_mcp89.c | 40 u64 disable = 0; local 43 disable |= (1ULL << NVKM_ENGINE_MSPDEC); 44 disable |= (1ULL << NVKM_ENGINE_MSPPP); 48 disable |= (1ULL << NVKM_ENGINE_DISP); 50 disable |= (1ULL << NVKM_ENGINE_MSVLD); 52 disable |= (1ULL << NVKM_ENGINE_VIC); 54 disable |= (1ULL << NVKM_ENGINE_CE0); 56 return disable; 65 .disable = mcp89_devinit_disable,
|
| nouveau_nvkm_subdev_devinit_gf100.c | 76 u64 disable = 0ULL; local 79 disable |= (1ULL << NVKM_ENGINE_DISP); 82 disable |= (1ULL << NVKM_ENGINE_MSPDEC); 83 disable |= (1ULL << NVKM_ENGINE_MSPPP); 87 disable |= (1ULL << NVKM_ENGINE_MSVLD); 89 disable |= (1ULL << NVKM_ENGINE_MSENC); 91 disable |= (1ULL << NVKM_ENGINE_CE0); 93 disable |= (1ULL << NVKM_ENGINE_CE1); 95 return disable; 118 .disable = gf100_devinit_disable [all...] |
| priv.h | 17 u64 (*disable)(struct nvkm_devinit *); member in struct:nvkm_devinit_func
|
| nouveau_nvkm_subdev_devinit_gt215.c | 76 u64 disable = 0ULL; local 79 disable |= (1ULL << NVKM_ENGINE_MSPDEC); 80 disable |= (1ULL << NVKM_ENGINE_MSPPP); 84 disable |= (1ULL << NVKM_ENGINE_DISP); 86 disable |= (1ULL << NVKM_ENGINE_MSVLD); 88 disable |= (1ULL << NVKM_ENGINE_CE0); 90 return disable; 150 .disable = gt215_devinit_disable,
|
| nouveau_nvkm_subdev_devinit_nv50.c | 90 u64 disable = 0ULL; local 93 disable |= (1ULL << NVKM_ENGINE_MPEG); 95 return disable; 109 u64 disable = nvkm_devinit_disable(base); local 110 if (disable & (1ULL << NVKM_ENGINE_DISP)) 176 .disable = nv50_devinit_disable,
|
| /src/crypto/external/bsd/openssl.old/dist/ |
| Configure | 339 # Explicitly known options that are possible to disable. They can 522 # Avoid protocol support holes. Also disable all versions below N, if version 542 # For symmetry, "disable-foo" is a synonym for "no-foo". 683 if (/^(no|disable|enable)-(.+)$/) 693 if (/^no-(.+)$/ || /^disable-(.+)$/) 915 unless ($_ eq $target || /^no-/ || /^disable-/) 1005 sub disable { subroutine 1028 disable(); # First cascade run 1118 # Using sub disable within these loops may prove fragile, so we run 1120 foreach my $feature (@{$target{disable}}) { [all...] |
| /src/external/apache2/llvm/dist/clang/utils/ |
| clangdiag.py | 25 clangdiag disable 31 disable -- Disable all clang diagnostic breakpoints. 68 disable_parser = subparsers.add_parser('disable') 120 # Always disable existing breakpoints 121 disable(exe_ctx) 153 def disable(exe_ctx): function 175 elif args.subcommands == 'disable': 176 disable(exe_ctx)
|
| /src/sys/dev/wscons/ |
| wsmousevar.h | 46 void (*disable)(void *); member in struct:wsmouse_accessops
|
| /src/sys/external/bsd/drm2/dist/include/drm/ |
| drm_panel.h | 58 * the .disable() function. Analogously to .enable() this typically involves 68 * functionality to enable/disable backlight. 90 * @disable: 92 * Disable panel (turn off back light, etc.). 96 int (*disable)(struct drm_panel *panel); member in struct:drm_panel_funcs 146 * disable().
|
| /src/external/cddl/osnet/dev/cyclic/arm/ |
| cyclic_machdep.c | 34 static void disable(cyb_arg_t); 42 disable, 118 static void disable(cyb_arg_t arg) function
|
| /src/external/cddl/osnet/dev/cyclic/i386/ |
| cyclic_machdep.c | 32 static void disable(cyb_arg_t); 40 disable, 116 static void disable(cyb_arg_t arg) function
|
| /src/external/cddl/osnet/dev/cyclic/mips/ |
| cyclic_machdep.c | 32 static void disable(cyb_arg_t); 40 disable, 116 static void disable(cyb_arg_t arg) function
|
| /src/sys/dev/clk/ |
| clk_backend.h | 58 int (*disable)(void *, struct clk *); member in struct:clk_funcs
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/ |
| outp.h | 47 void (*disable)(struct nvkm_outp *, struct nvkm_ior *); member in struct:nvkm_outp_func
|
| /src/tests/modules/ |
| t_builtin.c | 66 ATF_TC(disable); variable 67 ATF_TC_HEAD(disable, tc) 74 ATF_TC_BODY(disable, tc) 209 ATF_TP_ADD_TC(tp, disable);
|
| /src/crypto/external/cpl/tpm-tools/dist/src/tpm_mgmt/ |
| tpm_clearable.c | 47 BOOL disable; member in struct:physFlag 70 flags[owner].disable = TRUE; 74 flags[force].disable = TRUE; 160 if (flags[i].disable) { 161 logDebug(_("Requested to disable: %s ability.\n"),
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| probe.h | 192 /* Disable the probe. The semantics of "disabling" a probe depend 195 virtual void disable () function in class:probe
|
| /src/external/gpl3/gdb/dist/gdb/ |
| probe.h | 192 /* Disable the probe. The semantics of "disabling" a probe depend 195 virtual void disable () function in class:probe
|
| /src/sbin/wdogctl/ |
| wdogctl.c | 62 static void disable(void); 155 disable(); 288 * we exit, the kernel will disable the watchdog so 326 disable(void) function
|
| /src/sys/arch/arm/at91/ |
| at91dbguvar.h | 85 int (*disable)(struct at91dbgu_softc *); member in struct:at91dbgu_softc
|
| /src/sys/dev/acpi/ |
| apei_interp.c | 130 bool disable; member in struct:apei_actinst 232 * action, disable this action and move on. 239 A->disable = true; 242 if (A->disable) 252 * If it overflows a reasonable size, disable the action 261 A->disable = true; 296 * If the instruction is invalid, disable the whole action. 301 A->disable = true; 309 * didn't disable. 318 if (A->ninst == 0 || A->disable) [all...] |