HomeSort by: relevance | last modified time | path
    Searched defs:configured (Results 1 - 2 of 2) 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 in function:i87307KbdConfig
191 u_int configured; local in function:i87307MouseConfig
257 u_int configured = false; local in function:i87307PrinterConfig
    [all...]
  /src/sys/dev/
md.c 148 * This is called if we are configured as a pseudo-device
265 bool configured; local in function:mdopen
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. */

Completed in 12 milliseconds