HomeSort by: relevance | last modified time | path
    Searched defs:attached (Results 1 - 25 of 38) sorted by relevancy

1 2

  /src/sys/arch/i386/pci/
geodecntr.c 52 static int attached = 0; variable in typeref:typename:int
57 return !attached;
91 attached = 1;
99 attached = 0;
geodecntr.c 52 static int attached = 0; variable in typeref:typename:int
57 return !attached;
91 attached = 1;
99 attached = 0;
geodewdg.c 94 static int attached = 0; variable in typeref:typename:int
213 return !attached;
262 attached = 1;
280 attached = 0;
geodewdg.c 94 static int attached = 0; variable in typeref:typename:int
213 return !attached;
262 attached = 1;
280 attached = 0;
  /src/sys/dev/sbus/
lebuffervar.h 39 int attached; /* 1: in use by `le' device */ member in struct:lebuf_softc
lebuffervar.h 39 int attached; /* 1: in use by `le' device */ member in struct:lebuf_softc
  /src/sys/arch/powerpc/ibm4xx/dev/
com_opb.c 147 static int attached = 0; local in function:com_opb_cnattach
149 if (attached)
151 attached = 1;
com_opb.c 147 static int attached = 0; local in function:com_opb_cnattach
149 if (attached)
151 attached = 1;
  /src/sys/arch/sandpoint/sandpoint/
com_eumb.c 127 static int attached = 0; local in function:eumbcnattach
132 if (attached)
134 attached = 1;
com_eumb.c 127 static int attached = 0; local in function:eumbcnattach
132 if (attached)
134 attached = 1;
  /src/sys/arch/x86/x86/
genfb_machdep.c 101 static int inited, attached; local in function:x86_genfb_init
110 return attached;
174 attached = 1;
genfb_machdep.c 101 static int inited, attached; local in function:x86_genfb_init
110 return attached;
174 attached = 1;
  /src/sys/arch/arm/cortex/
a9wdt.c 73 static bool attached; variable in typeref:typename:bool
94 if (attached)
261 attached = true;
a9wdt.c 73 static bool attached; variable in typeref:typename:bool
94 if (attached)
261 attached = true;
a9ptmr.c 70 static bool attached; variable in typeref:typename:bool
90 if (attached)
180 attached = true;
armperiph.c 53 static bool attached; variable in typeref:typename:bool
149 if (attached)
221 attached = true;
a9ptmr.c 70 static bool attached; variable in typeref:typename:bool
90 if (attached)
180 attached = true;
armperiph.c 53 static bool attached; variable in typeref:typename:bool
149 if (attached)
221 attached = true;
  /src/sys/arch/acorn32/include/
podulebus_machdep.h 79 int attached; member in struct:__anon529cc25c0108
podulebus_machdep.h 79 int attached; member in struct:__anon529cc25c0108
  /src/sys/arch/next68k/dev/
nextkbd.c 80 static int attached = 0; variable in typeref:typename:int
133 if (attached)
185 attached = 1;
if_xe.c 107 static int attached = 0; variable in typeref:typename:int
141 if (attached)
268 attached = 1;
nextkbd.c 80 static int attached = 0; variable in typeref:typename:int
133 if (attached)
185 attached = 1;
  /src/sys/dev/ic/
apple_smc.c 125 bool attached = false;
128 * If this device has already attached, don't attach it again.
140 attached = true;
144 if (attached)
124 bool attached = false; local in function:apple_smc_search
apple_smc.c 125 bool attached = false;
128 * If this device has already attached, don't attach it again.
140 attached = true;
144 if (attached)
124 bool attached = false; local in function:apple_smc_search

Completed in 30 milliseconds

1 2