Searched refs:configured (Results 1 - 25 of 77) sorted by relevance

1234

/netbsd-current/crypto/dist/ipsec-tools/src/racoon/
H A Dcftoken.l506 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");
H A Dgrabmyaddr.c81 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);
228 LIST_INSERT_HEAD(&configured, my, chain);
241 /* delete all existing listeners which are not configured */
293 LIST_INIT(&configured);
[all...]
/netbsd-current/sys/arch/shark/shark/
H A Dns87307.c125 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...]
/netbsd-current/external/mpl/bind/dist/bin/tests/system/
H A Drunall.sh82 I: test IP addresses 10.53.0.* to be configured as alias
/netbsd-current/etc/rc.d/
H A Dsshd29 not enough entropy configured, so they may be predictable.
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdb_mbuild.sh232 echo ... removing partially configured ${target}
264 trap "echo Removing partially configured ${dir} directory ...; rm -rf ${dir}; exit 1" 1 2 15
H A Dgdb_buildall.sh134 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
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdb_mbuild.sh232 echo ... removing partially configured ${target}
264 trap "echo Removing partially configured ${dir} directory ...; rm -rf ${dir}; exit 1" 1 2 15
H A Dgdb_buildall.sh134 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
/netbsd-current/external/bsd/unbound/dist/contrib/
H A Dunbound_cache.cmd101 echo Also, unbound-control must be configured.
/netbsd-current/external/bsd/ntp/dist/
H A DMakefile.am105 configured in $(srcdir) but "make ./COPYRIGHT" succeeds. \
143 echo "This directory was configured for `cat .buildcvo`"; \
/netbsd-current/external/bsd/wpa/dist/src/ap/
H A Dvlan_full.c470 if (vlan->configured ||
478 vlan->configured = 1;
583 if (vlan->configured) {
/netbsd-current/sys/dev/
H A Dmd.c148 * 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. */
/netbsd-current/sys/arch/arm/broadcom/
H A Dbcm53xx_cca.c41 #error no console configured
236 * If we configured children, enable interrupts for the UART(s).
/netbsd-current/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/Test/
H A DUtils.pm75 Additionally, B<have_IPv6> also checks how OpenSSL was configured,
230 # If OpenSSL is configured with IPv6 explicitly disabled, no IPv6
/netbsd-current/sys/arch/i386/mca/
H A Dmca_machdep.c189 #error mca_intr_(dis)establish: needs ISA to be configured into kernel
/netbsd-current/sys/arch/macppc/dev/
H A Dapm.c41 #error only one APM emulation device may be configured
/netbsd-current/external/gpl3/gcc.old/dist/gcc/doc/
H A Dmakefile.texi86 When GCC is configured for a native configuration, the default action
91 results, which @samp{make compare} can check. Each stage is configured
/netbsd-current/external/gpl3/gcc/dist/gcc/doc/
H A Dmakefile.texi86 When GCC is configured for a native configuration, the default action
91 results, which @samp{make compare} can check. Each stage is configured
/netbsd-current/sys/arch/arc/arc/
H A Dmachdep.c113 #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");
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/
H A Dnmake.mak5 # Note: Make sure that cl.exe is configured to include Platform SDK
/netbsd-current/external/bsd/openldap/dist/tests/scripts/
H A Dtest054-syncreplication-parallel-load307 description: unless the chain overlay is configured appropriately ;)
H A Dtest043-delta-syncrepl354 description: unless the chain overlay is configured appropriately ;)
H A Dtest017-syncreplication-refresh300 description: unless the chain overlay is configured appropriately ;)
/netbsd-current/external/gpl2/lvm2/dist/lib/device/
H A Ddev-io.c57 # error O_DIRECT support configured but O_DIRECT definition not found in headers

Completed in 532 milliseconds

1234