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

1 2 3 4 5

  /src/sys/dev/sbus/
lebuffervar.h 39 int attached; /* 1: in use by `le' device */ member in struct:lebuf_softc
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
detach-while-running.exp 62 set attached 0
67 set attached 1
71 if {!$attached} {
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
leader-exit-attach.exp 40 # True if successfully attached.
41 set attached 0
58 set attached 1
69 if {$attached} {
attach-non-stop.exp 46 set attached 0
54 set attached 1
58 if {!$attached} {
95 set attached 1
99 if {!$attached} {
detach-step-over.exp 74 # if we believe GDB has attached and we are back at the GDB prompt, otherwise,
78 set attached 0
101 set attached 1
110 return $attached
147 # will be attached too. NON_STOP indicates if GDB is configured in non-stop
attach-many-short-lived-threads.exp 69 set attached 0
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
detach-while-running.exp 63 set attached 0
68 set attached 1
72 if {!$attached} {
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
leader-exit-attach.exp 40 # True if successfully attached.
41 set attached 0
58 set attached 1
69 if {$attached} {
attach-non-stop.exp 46 set attached 0
54 set attached 1
58 if {!$attached} {
95 set attached 1
99 if {!$attached} {
detach-step-over.exp 76 # if we believe GDB has attached and we are back at the GDB prompt, otherwise,
80 set attached 0
103 set attached 1
112 return $attached
149 # will be attached too. NON_STOP indicates if GDB is configured in non-stop
  /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/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.cc 116 add_process (int pid, int attached)
118 return &all_processes.emplace_back (pid, attached);
157 (as opposed to attached-to). */
163 return !process->attached;
167 /* Return non-zero if there are any inferiors that we have attached to. */
173 return process->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.cc 116 add_process (int pid, int attached)
118 return &all_processes.emplace_back (pid, attached);
157 (as opposed to attached-to). */
163 return !process->attached;
167 /* Return non-zero if there are any inferiors that we have attached to. */
173 return process->attached;
  /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/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/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/arm/cortex/
armperiph.c 53 static bool attached; variable
149 if (attached)
221 attached = true;
  /src/sys/arch/x86/x86/
genfb_machdep.c 101 static int inited, attached; local
110 return attached;
174 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/arm/dts/
sun5i-r8-pocketchip.dts 122 allwinner,ts-attached;

Completed in 30 milliseconds

1 2 3 4 5