| /src/crypto/external/apache2/openssl/dist/test/recipes/90-test_includes_data/ |
| includes-prov-dir.cnf | 14 activate = 1
|
| /src/crypto/external/bsd/openssl/dist/util/ |
| mk-fipsmodule-cnf.pl | 11 my $activate = 1; 40 activate = $activate
|
| /src/sbin/mount_portal/ |
| Makefile | 7 SRCS= puffs_portal.c activate.c conf.c pt_conf.c \
|
| portald.h | 87 extern void activate(qelem *q, int so);
|
| /src/external/gpl3/gdb/dist/sim/testsuite/bfin/ |
| cec-raise-reti.S | 44 # Activate interrupt nesting early 47 # We activate the interrupt here ... 58 # We activate the interrupt here ... 70 # Activate interrupt nesting early 73 # We activate the interrupt here ... 86 # Activate interrupt nesting early 89 # We activate the interrupt here ...
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/ |
| cec-raise-reti.S | 44 # Activate interrupt nesting early 47 # We activate the interrupt here ... 58 # We activate the interrupt here ... 70 # Activate interrupt nesting early 73 # We activate the interrupt here ... 86 # Activate interrupt nesting early 89 # We activate the interrupt here ...
|
| /src/external/gpl2/lvm2/dist/tools/ |
| vgchange.c | 57 struct volume_group *vg, int activate) 79 if (((activate == CHANGE_AN) || (activate == CHANGE_ALN)) && 85 if (activate == CHANGE_AN) { 88 } else if (activate == CHANGE_ALN) { 91 } else if (lv_is_origin(lv) || (activate == CHANGE_AE)) { 94 } else if (activate == CHANGE_ALY) { 100 if (activate != CHANGE_AN && activate != CHANGE_ALN && 109 activate ? "Activated" : "Deactivated" 134 int activate = 1; local [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| SpillPlacement.cpp | 222 /// activate - mark node n as active if it wasn't already. 223 void SpillPlacement::activate(unsigned n) { function in class:SpillPlacement 267 activate(ib); 274 activate(ob); 288 activate(ib); 289 activate(ob); 303 activate(ib); 304 activate(ob);
|
| SpillPlacement.h | 164 void activate(unsigned n);
|
| /src/external/gpl2/lvm2/dist/lib/ |
| Makefile | 37 activate/activate.c \ 135 activate/dev_manager.c \ 136 activate/fs.c
|
| Makefile.in | 37 activate/activate.c \ 135 activate/dev_manager.c \ 136 activate/fs.c
|
| /src/crypto/external/apache2/openssl/dist/test/recipes/95-test_external_pyca_data/ |
| cryptography.sh | 38 # Create a python virtual env and activate 41 . ./venv-cryptography/bin/activate
|
| /src/crypto/external/bsd/openssl/dist/test/recipes/95-test_external_pyca_data/ |
| cryptography.sh | 38 # Create a python virtual env and activate 41 . ./venv-cryptography/bin/activate
|
| /src/crypto/external/bsd/openssl.old/dist/test/recipes/95-test_external_pyca_data/ |
| cryptography.sh | 38 # Create a python virtual env and activate 41 . ./venv-cryptography/bin/activate
|
| /src/crypto/external/apache2/openssl/dist/util/ |
| mk-fipsmodule-cnf.pl | 29 my $activate = 1; 57 activate = $activate
|
| /src/sys/arch/shark/shark/ |
| ns87307.c | 282 /* activate the device */ 337 u_char activate; 348 NSIO_READ_REG( nsioIot, nsioIoh, NSIO_CFG_ACTIVATE, activate ); 359 printf("activate: %x\n",activate); 335 u_char activate; local
|
| /src/external/mpl/bind/dist/bin/dnssec/ |
| dnssec-keyfromlabel.c | 141 isc_stdtime_t publish = 0, activate = 0, revoke = 0; local 282 activate = strtotime(isc_commandline_argument, now, now, 446 if (setpub && setact && (activate - prepub) < publish) { 455 activate = now + prepub; 458 activate = publish + prepub; 461 publish = activate - prepub; 464 if ((activate - prepub) < now) { 534 ret = dst_key_gettime(prevkey, DST_TIME_INACTIVE, &activate); 542 publish = activate - prepub; 658 dst_key_settime(key, DST_TIME_PUBLISH, activate); [all...] |
| dnssec-keygen.c | 111 isc_stdtime_t activate; member in struct:keygen_ctx 379 (ctx->activate - ctx->prepub) < ctx->publish) 389 ctx->activate = ctx->now + ctx->prepub; 392 ctx->activate = ctx->publish + ctx->prepub; 395 ctx->publish = ctx->activate - ctx->prepub; 398 if ((ctx->activate - ctx->prepub) < ctx->now) { 474 &ctx->activate); 482 ctx->publish = ctx->activate - ctx->prepub; 690 ctx->activate - ctx->prepub); 698 ctx->activate); [all...] |
| /src/sys/dev/fdt/ |
| fdt_port.c | 178 fdt_endpoint_activate(struct fdt_endpoint *ep, bool activate) 189 if (!activate && ep->ep_enabled) 196 error = rdp->dp_ep_activate(rdp->dp_dev, rep, activate); 199 rep->ep_active = ep->ep_active = activate; 204 fdt_endpoint_activate_direct(struct fdt_endpoint *ep, bool activate) 213 error = dp->dp_ep_activate(dp->dp_dev, ep, activate);
|
| hdmi_connector.c | 149 dispcon_hdmi_ep_activate(device_t dev, struct fdt_endpoint *ep, bool activate) 162 if (activate) {
|
| /src/external/gpl2/lvm2/lib/liblvm/ |
| Makefile | 29 SRCS+= activate.c lvmcache.c toolcontext.c config.c btree.c \ 48 .PATH: ${LVM2_DISTDIR}/lib/activate
|
| /src/sys/arch/arm/nxp/ |
| imx6_dwhdmi.c | 132 imx6_dwhdmi_ep_activate(device_t dev, struct fdt_endpoint *ep, bool activate) 144 if (!activate) 180 error = fdt_endpoint_activate(out_ep, activate);
|
| /src/sys/arch/arm/rockchip/ |
| rk_anxdp.c | 133 rk_anxdp_ep_activate(device_t dev, struct fdt_endpoint *ep, bool activate) 145 if (!activate) 182 error = fdt_endpoint_activate(out_ep, activate);
|
| rk_dwhdmi.c | 127 rk_dwhdmi_ep_activate(device_t dev, struct fdt_endpoint *ep, bool activate) 139 if (!activate) 175 error = fdt_endpoint_activate(out_ep, activate);
|
| /src/sys/arch/arm/sunxi/ |
| sunxi_dwhdmi.c | 74 sunxi_dwhdmi_ep_activate(device_t dev, struct fdt_endpoint *ep, bool activate) 83 if (!activate) 124 error = fdt_endpoint_activate(out_ep, activate);
|