OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:configured
(Results
1 - 4
of
4
) 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
...]
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
. */
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 22 milliseconds
Indexes created Wed Oct 01 15:09:59 GMT 2025