| /openbsd-src/sys/dev/ic/ |
| H A D | adwlib.c | 246 u_int8_t tid, termination; in AdwInitFromEEPROM() local 441 sc->cfg.termination = 0; /* auto termination */ in AdwInitFromEEPROM() 445 sc->cfg.termination |= ADW_TERM_CTL_L; in AdwInitFromEEPROM() 448 sc->cfg.termination |= ADW_TERM_CTL_H; in AdwInitFromEEPROM() 451 sc->cfg.termination |= ADW_TERM_CTL_SEL; in AdwInitFromEEPROM() 464 termination = 0; in AdwInitFromEEPROM() 468 termination = 0; in AdwInitFromEEPROM() 472 termination = ADW_TERM_SE_HI; in AdwInitFromEEPROM() 476 termination = ADW_TERM_SE; in AdwInitFromEEPROM() 483 termination = 0; in AdwInitFromEEPROM() [all …]
|
| H A D | qlwreg.h | 208 u_int8_t termination; member
|
| /openbsd-src/sys/dev/pci/drm/i915/pxp/ |
| H A D | intel_pxp.c | 129 init_completion(&pxp->termination); in pxp_init_full() 130 complete_all(&pxp->termination); in pxp_init_full() 262 reinit_completion(&pxp->termination); in intel_pxp_mark_termination_in_progress() 315 if (!wait_for_completion_timeout(&pxp->termination, msecs_to_jiffies(timeout))) in __pxp_global_teardown_final() 335 if (!wait_for_completion_timeout(&pxp->termination, msecs_to_jiffies(timeout))) in __pxp_global_teardown_restart()
|
| H A D | intel_pxp_session.c | 134 complete_all(&pxp->termination); in intel_pxp_terminate() 143 complete_all(&pxp->termination); in pxp_terminate_complete()
|
| H A D | intel_pxp_types.h | 109 struct completion termination; member
|
| H A D | intel_pxp_debugfs.c | 61 if (!wait_for_completion_timeout(&pxp->termination, in pxp_terminate_set()
|
| /openbsd-src/gnu/usr.bin/perl/dist/threads/t/ |
| H A D | kill.t | 101 # Check for thread termination message 102 ok(@errs && $errs[0] =~ /Thread killed/, 'Thread termination warning'); 122 # Set up the signal handler for graceful termination 125 $q->enqueue(1, 'Thread caught termination signal');
|
| /openbsd-src/gnu/llvm/libcxx/include/ |
| H A D | __verbose_abort | 33 // how verbose termination is triggered. 37 // verbose termination handler or not. If it does, we call it. If it doesn't, we call __builtin_abo…
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perldbmfilter.pod | 63 =head2 An Example: the NULL termination problem 71 when Perl writes to DBM databases it doesn't use NULL termination, so 72 your Perl application will have to manage NULL termination itself. When
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Util/ |
| H A D | Facets2Legacy.t | 57 …is(causes_fail({control => {terminate => 0}}), 0, "defined but 0 termination does not cause failur… 58 … is(causes_fail({control => {terminate => 1}}), 1, "non-zero defined termination causes failure");
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Event/ |
| H A D | Plan.t | 103 is($facet_data->{control}->{terminate}, undef, "no termination defined"); 118 is($facet_data->{control}->{terminate}, undef, "no termination defined");
|
| /openbsd-src/gnu/usr.bin/perl/lib/DBM_Filter/t/ |
| H A D | null.t | 77 # read the dbm file without the filter, check for null termination
|
| /openbsd-src/gnu/llvm/libcxx/docs/ |
| H A D | UsingLibcxx.rst | 170 When an assertion fails, the program is aborted through a special verbose termination function. The 180 some cases. Indeed, compile-time customization of the verbose termination function requires that all 186 over the call site where the termination is initiated in exchange for more ergonomics. Link-time cu… 215 int& x = v[0]; // Your termination function will be called here if _LIBCPP_ENABLE_ASSERTIONS=1 218 Also note that the verbose termination function should never return. Since assertions in libc++ 223 library are ``noexcept``, and any exception thrown from the termination function will result
|
| /openbsd-src/gnu/usr.bin/binutils/ld/scripttempl/ |
| H A D | elf32msp430_3.sc | 112 *(.fini0) /* Infinite loop after program termination. */
|
| H A D | avr.sc | 112 *(.fini0) /* Infinite loop after program termination. */
|
| H A D | elf32msp430.sc | 136 *(.fini0) /* Infinite loop after program termination. */
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/ld/scripttempl/ |
| H A D | elf32msp430_3.sc | 112 *(.fini0) /* Infinite loop after program termination. */
|
| H A D | elf32msp430.sc | 136 *(.fini0) /* Infinite loop after program termination. */
|
| H A D | avr.sc | 143 *(.fini0) /* Infinite loop after program termination. */
|
| H A D | pe.sc | 30 R_CRT_XP='*(SORT(.CRT$XP*)) /* Pre-termination */'
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
| H A D | DynamicTags.def | 57 DYNAMIC_TAG(FINI, 13) // Address of termination function. 70 DYNAMIC_TAG(FINI_ARRAY, 26) // Pointer to array of termination functions.
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/TableGen/ |
| H A D | Automaton.td | 30 // initial state with all inputs under all transitions until termination.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/arm/ |
| H A D | lib1funcs.asm | 226 cmp dividend, #0 @ Early termination? 359 cmp dividend, #0 @ Early termination?
|
| /openbsd-src/sbin/init/ |
| H A D | NOTES | 81 process exits (see p50, in the discussion of process termination).
|
| /openbsd-src/gnu/gcc/gcc/config/i386/ |
| H A D | sol2-c1.asm | 64 ! shared object termination. Just push it onto the stack for now
|