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

1 2 3 4

  /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/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/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/acorn32/doc/
interrupts 48 the chain of attached interrupt handlers.
56 attached.
80 when serviced. Stray IRQ handlers may or may not be attached to the end
interrupts 48 the chain of attached interrupt handlers.
56 attached.
80 when serviced. Stray IRQ handlers may or may not be attached to the end
  /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/
armperiph.c 53 static bool attached; variable in typeref:typename:bool
149 if (attached)
221 attached = true;
armperiph.c 53 static bool attached; variable in typeref:typename:bool
149 if (attached)
221 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;
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;
  /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/arm/dts/
sun5i-r8-pocketchip.dts 122 allwinner,ts-attached;
sun5i-r8-pocketchip.dts 122 allwinner,ts-attached;
  /src/sys/arch/next68k/dev/
nextkbd.c 80 static int attached = 0; variable in typeref:typename:int
133 if (attached)
185 attached = 1;

Completed in 30 milliseconds

1 2 3 4