HomeSort by: relevance | last modified time | path
    Searched refs:configured (Results 1 - 16 of 16) sorted by relevancy

  /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/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/sys/arch/arm/broadcom/
bcm53xx_cca.c 41 #error no console configured
236 * If we configured children, enable interrupts for the UART(s).
  /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/sys/arch/netwinder/netwinder/
netwinder_machdep.c 174 # error CONSDEVNAME not defined and no known console device configured
907 * configured but is not a console, we waste 16M of
924 panic("igsfb console not configured");
938 panic("serial console @%x not configured", CONCOMADDR);
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/allwinner/
sun8i-a23-a33.dtsi 85 arm,cpu-registers-not-fw-configured;
sun6i-a31.dtsi 95 arm,cpu-registers-not-fw-configured;
sun9i-a80.dtsi 147 arm,cpu-registers-not-fw-configured;
  /src/distrib/miniroot/
install.sub 341 marked with [X] have been successfully configured):
543 echo "; interface $i can't be configured"
1459 # Now that the 'real' fstab is configured, we munge it into a 'shadow'
  /src/sys/arch/mvme68k/mvme68k/
locore.s 201 .ascii "Sorry, the kernel isn't configured for this model."
367 * configured. If we didn't do this, then we're at the mercy
434 * configured. If we didn't do this, then we're at the mercy
  /src/sys/arch/mac68k/mac68k/
locore.s 234 jne LnotAV | get configured
  /src/sys/net/
if_ethersubr.c 109 #error You have included NETATALK or a pseudo-device in your configuration that depends on the presence of ethernet interfaces, but have no such interfaces configured. Check if you really need pseudo-device bridge, pppoe, vlan or options NETATALK.
1128 * is in the process of being detached. Return device not configured

Completed in 304 milliseconds