Home
last modified time | relevance | path

Searched refs:attached (Results 1 – 25 of 546) sorted by relevance

12345678910>>...22

/netbsd-src/external/gpl3/binutils/dist/bfd/doc/
H A Dcorefile.texi20 generated the file the BFD @var{abfd} is attached to.
27 @var{abfd} is attached to was generated from.
33 Return @code{TRUE} if the core file attached to @var{core_bfd}
34 was generated by a run of the executable file attached to
41 Return TRUE if the core file attached to @var{core_bfd}
42 was generated by a run of the executable file attached
/netbsd-src/external/gpl3/binutils.old/dist/bfd/doc/
H A Dcorefile.texi28 generated the file the BFD @var{abfd} is attached to.
38 @var{abfd} is attached to was generated from.
48 Return @code{TRUE} if the core file attached to @var{core_bfd}
49 was generated by a run of the executable file attached to
60 Return TRUE if the core file attached to @var{core_bfd}
61 was generated by a run of the executable file attached
H A Dcache.texi32 Remove the BFD @var{abfd} from the cache. If the attached file is open,
46 Remove all BFDs from the cache. If the attached file is open,
/netbsd-src/sys/arch/i386/pci/
H A Dgeodecntr.c52 static int attached = 0; variable
57 return !attached; in geodecntr_match()
91 attached = 1; in geodecntr_attach()
99 attached = 0; in geodecntr_detach()
H A Dgeodewdg.c94 static int attached = 0; variable
213 return !attached; in geode_wdog_match()
262 attached = 1; in geode_wdog_attach()
280 attached = 0; in geode_wdog_detach()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnosticCommentKinds.td75 "'%select{\\|@}0param' command used in a comment that is not attached to "
81 "command should be used in a comment attached to "
88 "command should not be used in a comment attached to a "
95 "command should not be used in a comment attached to a non-container declaration">,
115 "'%select{\\|@}0tparam' command used in a comment that is not attached to "
136 "'%select{\\|@}0%1' command used in a comment that is not attached to "
141 "'%select{\\|@}0%1' command used in a comment that is attached to a "
/netbsd-src/external/ibm-public/postfix/dist/src/bounce/
H A D2template_test.in10 be delivered to one or more recipients. It's attached below.
15 delete your own text from the attached returned message.
38 delete your own text from the attached returned message.
78 be delivered to one or more recipients. It's attached below.
83 delete your own text from the attached returned message.
106 delete your own text from the attached returned message.
H A Dobs_template_test.ref10 be delivered to one or more recipients. It's attached below.
15 delete your own text from the attached returned message.
38 delete your own text from the attached returned message.
H A Dtemplate_test.ref10 be delivered to one or more recipients. It's attached below.
15 delete your own text from the attached returned message.
38 delete your own text from the attached returned message.
/netbsd-src/sys/arch/powerpc/ibm4xx/dev/
H A Dcom_opb.c147 static int attached = 0; in com_opb_cnattach() local
149 if (attached) in com_opb_cnattach()
151 attached = 1; in com_opb_cnattach()
/netbsd-src/sys/arch/sandpoint/sandpoint/
H A Dcom_eumb.c127 static int attached = 0; in eumbcnattach() local
132 if (attached) in eumbcnattach()
134 attached = 1; in eumbcnattach()
/netbsd-src/sys/arch/x86/x86/
H A Dgenfb_machdep.c101 static int inited, attached; in x86_genfb_init() local
110 return attached; in x86_genfb_init()
174 attached = 1; in x86_genfb_init()
/netbsd-src/sys/arch/arm/cortex/
H A Darmperiph.c51 static bool attached; variable
147 if (attached) in armperiph_match()
219 attached = true; in armperiph_attach()
H A Da9ptmr.c70 static bool attached; variable
90 if (attached) in a9ptmr_match()
180 attached = true; in a9ptmr_attach()
H A Da9wdt.c73 static bool attached; variable
94 if (attached) in a9wdt_match()
261 attached = true; in a9wdt_attach()
/netbsd-src/sys/arch/evbarm/conf/
H A DTS7200_LCD3 # TS7200_LCD - standard TS7200, but with a 2x24 LCD attached
4 # to the LCD header and a 4x4 matrix keypad attached to the DIO
/netbsd-src/external/apache2/llvm/dist/clang/utils/check_cfc/
H A Dcheck_cfc.py155 attached = False
159 attached = False
162 attached = True
167 if attached == True:
/netbsd-src/sys/arch/next68k/dev/
H A Dnextdma.c197 static int attached = 0; variable
225 if (attached >= nnextdma_channels) in nextdma_match()
228 ia->ia_addr = (void *)nextdma_channel[attached].nd_base; in nextdma_match()
239 if (attached >= nnextdma_channels) in nextdma_attach()
243 nsc->sc_chan = &nextdma_channel[attached]; in nextdma_attach()
260 printf(": channel %d (%s)\n", attached, in nextdma_attach()
262 attached++; in nextdma_attach()
H A Dnextkbd.c80 static int attached = 0; variable
133 if (attached) in nextkbd_match()
185 attached = 1; in nextkbd_attach()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/rand/
H A Drand_pool.c83 pool->attached = 1; in ossl_rand_pool_attach()
105 if (!pool->attached) { in ossl_rand_pool_free()
212 if (pool->attached || len > pool->max_len - pool->len) { in rand_pool_grow()
/netbsd-src/external/bsd/tmux/dist/
H A Dalerts.c202 if (s->curw != wl || s->attached == 0) { in alerts_check_bell()
238 if (s->curw != wl || s->attached == 0) { in alerts_check_activity()
274 if (s->curw != wl || s->attached == 0) { in alerts_check_silence()
H A Dcmd-find.c117 if (s->attached == 0) in cmd_find_best_client()
136 int attached; in cmd_find_session_better() local
141 attached = (than->attached != 0); in cmd_find_session_better()
142 if (attached && s->attached == 0) in cmd_find_session_better()
144 else if (!attached && s->attached != 0) in cmd_find_session_better()
/netbsd-src/sys/arch/acorn32/doc/
H A Dinterrupts48 the chain of attached interrupt handlers.
56 attached.
80 when serviced. Stray IRQ handlers may or may not be attached to the end
/netbsd-src/external/bsd/unbound/dist/testdata/
H A Dedns_attached_once_per_upstream.rpl17 SCENARIO_BEGIN Test that upstream specific EDNS is attached once; uses string tag option
65 ; This will receive the answer; makes sure that EDNS is attached once
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dreg-notes.def102 /* REG_BR_PROB is attached to JUMP_INSNs. It has an
113 /* REG_BR_PRED is attached to JUMP_INSNs. It contains
120 for DWARF to interpret what they imply. The attached rtx is used
126 a SET, and the destination must be the CFA register. The attached
136 from which the CFA is computed. The attached rtx defines a new CFA
166 or the like. Either the attached rtx, or the destination of the insn's

12345678910>>...22