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

1 2 3

  /src/sys/arch/i386/pci/
geodecntr.c 52 static int attached = 0; variable
57 return !attached;
91 attached = 1;
99 attached = 0;
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;
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
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;
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;
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
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
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;
genfb_machdep.c 101 static int inited, attached; local
110 return attached;
174 attached = 1;
  /src/external/gpl3/gdb.old/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);
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/dist/gdbserver/
inferiors.h 42 : pid (pid_), attached (attached_)
48 /* Nonzero if this child process was attached rather than
50 int attached; member in struct:process_info
53 attached anyway. */
148 struct process_info *add_process (int pid, int attached);
inferiors.h 42 : pid (pid_), attached (attached_)
48 /* Nonzero if this child process was attached rather than
50 int attached; member in struct:process_info
53 attached anyway. */
148 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;
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;
a9ptmr.c 70 static bool attached; variable
90 if (attached)
180 attached = true;

Completed in 64 milliseconds

1 2 3