Home
last modified time | relevance | path

Searched refs:termination (Results 1 – 25 of 122) sorted by relevance

12345

/openbsd-src/sys/dev/ic/
H A Dadwlib.c246 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 Dqlwreg.h208 u_int8_t termination; member
/openbsd-src/sys/dev/pci/drm/i915/pxp/
H A Dintel_pxp.c129 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 Dintel_pxp_session.c134 complete_all(&pxp->termination); in intel_pxp_terminate()
143 complete_all(&pxp->termination); in pxp_terminate_complete()
H A Dintel_pxp_types.h109 struct completion termination; member
H A Dintel_pxp_debugfs.c61 if (!wait_for_completion_timeout(&pxp->termination, in pxp_terminate_set()
/openbsd-src/gnu/usr.bin/perl/dist/threads/t/
H A Dkill.t101 # 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_abort33 // 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 Dperldbmfilter.pod63 =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 DFacets2Legacy.t57 …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 DPlan.t103 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 Dnull.t77 # read the dbm file without the filter, check for null termination
/openbsd-src/gnu/llvm/libcxx/docs/
H A DUsingLibcxx.rst170 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 Delf32msp430_3.sc112 *(.fini0) /* Infinite loop after program termination. */
H A Davr.sc112 *(.fini0) /* Infinite loop after program termination. */
H A Delf32msp430.sc136 *(.fini0) /* Infinite loop after program termination. */
/openbsd-src/gnu/usr.bin/binutils-2.17/ld/scripttempl/
H A Delf32msp430_3.sc112 *(.fini0) /* Infinite loop after program termination. */
H A Delf32msp430.sc136 *(.fini0) /* Infinite loop after program termination. */
H A Davr.sc143 *(.fini0) /* Infinite loop after program termination. */
H A Dpe.sc30 R_CRT_XP='*(SORT(.CRT$XP*)) /* Pre-termination */'
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DDynamicTags.def57 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 DAutomaton.td30 // initial state with all inputs under all transitions until termination.
/openbsd-src/gnu/usr.bin/gcc/gcc/config/arm/
H A Dlib1funcs.asm226 cmp dividend, #0 @ Early termination?
359 cmp dividend, #0 @ Early termination?
/openbsd-src/sbin/init/
H A DNOTES81 process exits (see p50, in the discussion of process termination).
/openbsd-src/gnu/gcc/gcc/config/i386/
H A Dsol2-c1.asm64 ! shared object termination. Just push it onto the stack for now

12345