Home
last modified time | relevance | path

Searched refs:reconf (Results 51 - 65 of 65) sorted by relevance

123

/third_party/node/deps/openssl/config/archs/linux64-riscv64/no-asm/
H A Dconfigdata.pm27642 my $reconf = undef;
27654 'reconfigure|reconf|r' => \$reconf,
27786 if ($reconf) {
27795 exec $^X,catfile($config{sourcedir}, 'Configure'),'reconf';
27903 =item B<--reconfigure> | B<--reconf> | B<-r>
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm/
H A Dconfigdata.pm27831 my $reconf = undef;
27843 'reconfigure|reconf|r' => \$reconf,
27975 if ($reconf) {
27984 exec $^X,catfile($config{sourcedir}, 'Configure'),'reconf';
28092 =item B<--reconfigure> | B<--reconf> | B<-r>
/third_party/node/deps/openssl/config/archs/linux64-s390x/no-asm/
H A Dconfigdata.pm27644 my $reconf = undef;
27656 'reconfigure|reconf|r' => \$reconf,
27788 if ($reconf) {
27797 exec $^X,catfile($config{sourcedir}, 'Configure'),'reconf';
27905 =item B<--reconfigure> | B<--reconf> | B<-r>
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm_avx2/
H A Dconfigdata.pm27831 my $reconf = undef;
27843 'reconfigure|reconf|r' => \$reconf,
27975 if ($reconf) {
27984 exec $^X,catfile($config{sourcedir}, 'Configure'),'reconf';
28092 =item B<--reconfigure> | B<--reconf> | B<-r>
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm/
H A Dconfigdata.pm27800 my $reconf = undef;
27812 'reconfigure|reconf|r' => \$reconf,
27944 if ($reconf) {
27953 exec $^X,catfile($config{sourcedir}, 'Configure'),'reconf';
28061 =item B<--reconfigure> | B<--reconf> | B<-r>
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm/
H A Dconfigdata.pm27946 my $reconf = undef;
27958 'reconfigure|reconf|r' => \$reconf,
28090 if ($reconf) {
28099 exec $^X,catfile($config{sourcedir}, 'Configure'),'reconf';
28207 =item B<--reconfigure> | B<--reconf> | B<-r>
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/
H A Dconfigdata.pm27905 my $reconf = undef;
27917 'reconfigure|reconf|r' => \$reconf,
28049 if ($reconf) {
28058 exec $^X,catfile($config{sourcedir}, 'Configure'),'reconf';
28166 =item B<--reconfigure> | B<--reconf> | B<-r>
/kernel/linux/linux-6.6/drivers/slimbus/
H A Dqcom-ngd-ctrl.c160 struct completion reconf; member
1212 reinit_completion(&ctrl->reconf); in qcom_slim_ngd_power_up()
1221 timeout = wait_for_completion_timeout(&ctrl->reconf, HZ); in qcom_slim_ngd_power_up()
1275 complete(&ctrl->reconf); in qcom_slim_ngd_master_worker()
1649 init_completion(&ctrl->reconf); in qcom_slim_ngd_ctrl_probe()
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/
H A Domapfb-main.c501 bool reconf; in setup_vrfb_rotation() local
521 reconf = false; in setup_vrfb_rotation()
524 reconf = true; in setup_vrfb_rotation()
526 reconf = true; in setup_vrfb_rotation()
529 reconf = true; in setup_vrfb_rotation()
531 if (vrfb->vaddr[0] && reconf) { in setup_vrfb_rotation()
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/
H A Domapfb-main.c501 bool reconf; in setup_vrfb_rotation() local
521 reconf = false; in setup_vrfb_rotation()
524 reconf = true; in setup_vrfb_rotation()
526 reconf = true; in setup_vrfb_rotation()
529 reconf = true; in setup_vrfb_rotation()
531 if (vrfb->vaddr[0] && reconf) { in setup_vrfb_rotation()
/kernel/linux/linux-5.10/drivers/slimbus/
H A Dqcom-ngd-ctrl.c156 struct completion reconf; member
1131 timeout = wait_for_completion_timeout(&ctrl->reconf, HZ); in qcom_slim_ngd_power_up()
1185 complete(&ctrl->reconf); in qcom_slim_ngd_master_worker()
1466 init_completion(&ctrl->reconf); in qcom_slim_ngd_ctrl_probe()
/kernel/linux/linux-5.10/net/sctp/
H A Dsm_make_chunk.c3592 struct sctp_reconf_chunk *reconf; in sctp_make_reconf() local
3600 reconf = (struct sctp_reconf_chunk *)retval->chunk_hdr; in sctp_make_reconf()
3601 retval->param_hdr.v = reconf->params; in sctp_make_reconf()
/kernel/linux/linux-6.6/net/sctp/
H A Dsm_make_chunk.c3630 struct sctp_reconf_chunk *reconf; in sctp_make_reconf() local
3638 reconf = (struct sctp_reconf_chunk *)retval->chunk_hdr; in sctp_make_reconf()
3639 retval->param_hdr.v = (u8 *)(reconf + 1); in sctp_make_reconf()
/third_party/node/deps/openssl/openssl/
H A DConfigure284 if (grep /^reconf(igure)?$/, @argvcopy) {
298 if (grep(/^reconf/,@argvcopy));
/third_party/openssl/
H A DConfigure284 if (grep /^reconf(igure)?$/, @argvcopy) {
298 if (grep(/^reconf/,@argvcopy));

Completed in 174 milliseconds

123