| /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");
|
| grabmyaddr.c | 81 static LIST_HEAD(_myaddr_list_, myaddr) configured, opened; 97 if (LIST_EMPTY(&configured)) 100 LIST_FOREACH(cfg, &configured, chain) { 137 /* create all configured, not already opened addresses */ 152 LIST_FOREACH(cfg, &configured, chain) { 159 if (LIST_EMPTY(&configured)) { 205 myaddr_flush_list(&configured); 226 LIST_INSERT_HEAD(&configured, my, chain); 239 /* delete all existing listeners which are not configured */ 289 LIST_INIT(&configured); [all...] |
| /src/sys/arch/shark/shark/ |
| ns87307.c | 125 u_int configured = false; 144 configured = true; 147 return (configured); 193 u_int configured; 196 configured = false; /* be a pessimist */ 211 configured = true; 215 return (configured); 259 u_int configured = false; 289 configured = true; 293 return (configured); 124 u_int configured = false; local 191 u_int configured; local 257 u_int configured = false; local [all...] |
| /src/etc/namedb/ |
| bind.keys | 6 # for any other zones MUST be configured elsewhere; if they are configured 16 # This file is NOT expected to be user-configured.
|
| /src/etc/rc.d/ |
| sshd | 29 not enough entropy configured, so they may be predictable.
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| gdb_buildall.sh | 134 echo ... removing partially configured 164 trap "echo Removing partially configured ${dir} directory ...; rm -rf ${dir}; exit 1" 1 2 15 171 echo "... CONFIG ERROR: GDB couldn't be configured " | tee -a Config.log
|
| gdb_mbuild.sh | 232 echo ... removing partially configured ${target} 264 trap "echo Removing partially configured ${dir} directory ...; rm -rf ${dir}; exit 1" 1 2 15
|
| /src/external/gpl3/gdb/dist/gdb/ |
| gdb_buildall.sh | 134 echo ... removing partially configured 164 trap "echo Removing partially configured ${dir} directory ...; rm -rf ${dir}; exit 1" 1 2 15 171 echo "... CONFIG ERROR: GDB couldn't be configured " | tee -a Config.log
|
| gdb_mbuild.sh | 232 echo ... removing partially configured ${target} 264 trap "echo Removing partially configured ${dir} directory ...; rm -rf ${dir}; exit 1" 1 2 15
|
| /src/external/bsd/unbound/dist/contrib/ |
| unbound_cache.cmd | 101 echo Also, unbound-control must be configured.
|
| /src/sys/dev/ |
| md.c | 148 * This is called if we are configured as a pseudo-device 265 bool configured; local 298 configured = (sc->sc_type != MD_UNCONFIGURED); 300 /* initialize disklabel if the device is configured in open hook */ 301 if (!configured && sc->sc_type != MD_UNCONFIGURED) 612 /* This unit is now configured. */ 650 /* This unit is now configured. */
|
| /src/crypto/external/apache2/openssl/dist/ssl/quic/ |
| quic_tls.c | 51 /* Whether our SSL object for TLS has been configured for use in QUIC */ 52 unsigned int configured : 1; member in struct:quic_tls_st 547 * Due to the way we are configured and used we never expect any of the next set 783 if (!qtls->configured) { 792 * No matter how the user has configured us, there are certain 803 "ALPN must be configured when using QUIC"); 816 qtls->configured = 1;
|
| /src/external/bsd/wpa/dist/src/ap/ |
| vlan_full.c | 470 if (vlan->configured || 478 vlan->configured = 1; 583 if (vlan->configured) {
|
| /src/sys/arch/arm/broadcom/ |
| bcm53xx_cca.c | 41 #error no console configured 236 * If we configured children, enable interrupts for the UART(s).
|
| /src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/Test/ |
| Utils.pm | 75 Additionally, B<have_IPv6> also checks how OpenSSL was configured, 230 # If OpenSSL is configured with IPv6 explicitly disabled, no IPv6
|
| /src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/Test/ |
| Utils.pm | 75 Additionally, B<have_IPv6> also checks how OpenSSL was configured, 230 # If OpenSSL is configured with IPv6 explicitly disabled, no IPv6
|
| /src/external/apache2/llvm/dist/llvm/bindings/go/llvm/ |
| target.go | 77 // wants access to all available targets that LLVM is configured to support. 81 // to link in all available targets that LLVM is configured to support.
|
| /src/external/bsd/ntp/dist/ntpd/ |
| ntp.conf.def | 486 Authentication is configured separately for each association 506 although ineffective if not configured as 570 configured in advance, 738 A secure NTPv4 subnet can be configured in many ways while 816 he can run multiple configured associations with multiple different 1141 signals, where present and configured. 1163 special signals, where present and configured. 1282 generation can be configured using the 1652 when a configured association does not exist. 1764 A persistent manycast client association is configured [all...] |
| ntpd-opts.def | 52 be particularly useful when the local host is to be configured as a 100 one or more configured servers over a range of designated poll intervals. 448 configured associations, unless overridden by the
|
| /src/external/bsd/ntp/dist/ntpdc/ |
| ntpdc-opts.def | 288 to a key number the server has been configured to use for this 297 The password must correspond to the key configured for 319 These should include all configured 534 authenticated by the server using a configured NTP key (the 585 Add a configured peer association at the given address and 633 This command causes the configured bit to be removed from the
|
| /src/sys/arch/i386/mca/ |
| mca_machdep.c | 189 #error mca_intr_(dis)establish: needs ISA to be configured into kernel
|
| /src/sys/arch/macppc/dev/ |
| apm.c | 41 #error only one APM emulation device may be configured
|
| /src/sys/arch/arc/arc/ |
| machdep.c | 113 #define CONADDR 0 /* use default address if CONADDR isn't configured */ 145 #error COMCONSOLE is defined without com driver configured. 237 printf("kernel not configured for this system:\n");
|
| /src/external/mpl/dhcp/dist/contrib/ms2isc/ |
| ms2isc.pl | 61 is needed if you've configured your DNS zone with a key, in addition, you'll
|
| /src/external/bsd/openldap/dist/tests/scripts/ |
| test017-syncreplication-refresh | 300 description: unless the chain overlay is configured appropriately ;)
|