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

1 2

  /src/sys/dev/sbus/
lebuffervar.h 39 int attached; /* 1: in use by `le' device */ member in struct:lebuf_softc
if_le.c 193 * Check if this lebuffer unit is attached
198 if (lebufsc->sc_buffer == 0 || lebufsc->attached != 0)
210 lebufsc->attached = 1;
if_le_lebuffer.c 172 lebuf->attached = 1;
  /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;
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;
  /src/sys/arch/sandpoint/sandpoint/
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
  /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;
  /src/sys/arch/arm/cortex/
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;
  /src/sys/arch/acorn32/include/
podulebus_machdep.h 79 int attached; member in struct:__anon529cc25c0108
  /src/sys/arch/arm/dts/
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;
nextdma.c 197 static int attached = 0; variable in typeref:typename:int
225 if (attached >= nnextdma_channels)
228 ia->ia_addr = (void *)nextdma_channel[attached].nd_base;
239 if (attached >= nnextdma_channels)
243 nsc->sc_chan = &nextdma_channel[attached];
260 printf(": channel %d (%s)\n", attached,
262 attached++;
if_xe.c 107 static int attached = 0; variable in typeref:typename:int
141 if (attached)
268 attached = 1;
  /src/sys/arch/acorn32/podulebus/
podulebus.c 169 printf("attached=%d ", podule->attached);
318 podule->attached = 0;
403 * are probed and attached.
531 if (pa->pa_podule->attached)
532 panic("podulebus: Podule already attached");
netslot.c 100 podule->attached = 0;
asc.c 197 podules[sc->sc_podule_number].attached = 1;
csa.c 149 podules[sc->sc_podule_number].attached = 1;
icside.c 193 podules[sc->sc_podule_number].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
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
sun5i-gr8-evb.dts 288 allwinner,ts-attached;
  /src/sys/dev/pci/ixgbe/
ixgbe_osdep.h 182 bool attached; member in struct:ixgbe_osdep

Completed in 42 milliseconds

1 2