| /netbsd-src/external/gpl3/binutils/dist/bfd/doc/ |
| H A D | corefile.texi | 20 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 D | corefile.texi | 28 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 D | cache.texi | 32 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 D | geodecntr.c | 52 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 D | geodewdg.c | 94 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 D | DiagnosticCommentKinds.td | 75 "'%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 D | 2template_test.in | 10 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 D | obs_template_test.ref | 10 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 D | template_test.ref | 10 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 D | com_opb.c | 147 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 D | com_eumb.c | 127 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 D | genfb_machdep.c | 101 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 D | armperiph.c | 51 static bool attached; variable 147 if (attached) in armperiph_match() 219 attached = true; in armperiph_attach()
|
| H A D | a9ptmr.c | 70 static bool attached; variable 90 if (attached) in a9ptmr_match() 180 attached = true; in a9ptmr_attach()
|
| H A D | a9wdt.c | 73 static bool attached; variable 94 if (attached) in a9wdt_match() 261 attached = true; in a9wdt_attach()
|
| /netbsd-src/sys/arch/evbarm/conf/ |
| H A D | TS7200_LCD | 3 # 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 D | check_cfc.py | 155 attached = False 159 attached = False 162 attached = True 167 if attached == True:
|
| /netbsd-src/sys/arch/next68k/dev/ |
| H A D | nextdma.c | 197 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 D | nextkbd.c | 80 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 D | rand_pool.c | 83 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 D | alerts.c | 202 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 D | cmd-find.c | 117 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 D | 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
|
| /netbsd-src/external/bsd/unbound/dist/testdata/ |
| H A D | edns_attached_once_per_upstream.rpl | 17 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 D | reg-notes.def | 102 /* 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
|