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

  /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/dev/sbus/
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;
  /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/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/
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;
  /src/sys/arch/acorn32/include/
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;
esp.c 153 static int attached = 0; variable in typeref:typename:int
225 if (attached)
415 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++;
  /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/dev/pci/ixgbe/
ixgbe_osdep.h 182 bool attached; member in struct:ixgbe_osdep
  /src/sys/arch/evbppc/mpc85xx/
machdep.c 631 static bool attached = false; local in function:consinit
633 if (attached)
635 attached = true;
1235 * Now find out how much memory is attached
  /src/sys/dev/acpi/
acpi_display.c 57 * output devices attached to it.
168 uint8_t attached:1; member in struct:acpidisp_od_status_t::__anon3217d4180308
537 * output display devices, and bind the attached
1479 * "The _DOD method returns a list of devices attached to the graphics adapter,
1571 * Bind each acpiout device attached under an acpivga device to the
1594 * Iterate over all ACPI children that have been attached under this
  /src/sys/dev/usb/
if_zydreg.h 1193 int attached; member in struct:zyd_softc

Completed in 27 milliseconds