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

1 2

  /src/sys/arch/i386/pci/
geodecntr.c 52 static int attached = 0; variable
57 return !attached;
91 attached = 1;
99 attached = 0;
geodewdg.c 94 static int attached = 0; variable
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
149 if (attached)
151 attached = 1;
  /src/sys/arch/sandpoint/sandpoint/
com_eumb.c 127 static int attached = 0; local
132 if (attached)
134 attached = 1;
  /src/crypto/external/apache2/openssl/dist/include/crypto/
rand_pool.h 74 int attached; /* true pool was attached to existing buffer */ member in struct:rand_pool_st
  /src/crypto/external/bsd/openssl/dist/include/crypto/
rand_pool.h 75 int attached; /* true pool was attached to existing buffer */ member in struct:rand_pool_st
  /src/sys/arch/x86/x86/
genfb_machdep.c 101 static int inited, attached; local
110 return attached;
174 attached = 1;
  /src/external/gpl3/gdb/dist/gdbserver/
inferiors.h 43 : pid (pid_), attached (attached_)
49 /* Nonzero if this child process was attached rather than
51 int attached; member in struct:process_info
54 attached anyway. */
149 struct process_info *add_process (int pid, int attached);
  /src/external/gpl3/gdb.old/dist/gdbserver/
inferiors.h 38 : pid (pid_), attached (attached_)
44 /* Nonzero if this child process was attached rather than
46 int attached; member in struct:process_info
49 attached anyway. */
149 struct process_info *add_process (int pid, int attached);
  /src/sys/arch/arm/cortex/
a9wdt.c 73 static bool attached; variable
94 if (attached)
261 attached = true;
a9ptmr.c 70 static bool attached; variable
90 if (attached)
180 attached = true;
armperiph.c 53 static bool attached; variable
149 if (attached)
221 attached = true;
  /src/sys/arch/acorn32/include/
podulebus_machdep.h 79 int attached; member in struct:__anon862
  /src/sys/arch/next68k/dev/
if_xe.c 107 static int attached = 0; variable
141 if (attached)
268 attached = 1;
nextkbd.c 80 static int attached = 0; variable
133 if (attached)
185 attached = 1;
esp.c 150 static int attached = 0; variable
222 if (attached)
412 attached = 1;
nextdma.c 197 static int attached = 0; variable
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
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
prof_structs.h 150 bool attached; member in struct:prof_tdata_s
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
prof_structs.h 150 bool attached; member in struct:prof_tdata_s
  /src/external/bsd/tmux/dist/
cmd-find.c 117 if (s->attached == 0)
136 int attached; local
141 attached = (than->attached != 0);
142 if (attached && s->attached == 0)
144 else if (!attached && s->attached != 0)
867 /* If this is an attached client, all done. */
  /src/external/bsd/wpa/dist/src/fst/
fst_ctrl_aux.h 28 EVENT_FST_IFACE_STATE_CHANGED, /* An interface has been either attached
57 bool attached; member in struct:fst_event_extra::fst_event_extra_iface_state
  /src/sys/dev/pci/ixgbe/
ixgbe_osdep.h 182 bool attached; member in struct:ixgbe_osdep
  /src/crypto/external/bsd/openssl.old/dist/crypto/rand/
rand_local.h 171 int attached; /* true pool was attached to existing buffer */ member in struct:rand_pool_st

Completed in 88 milliseconds

1 2