Home
last modified time | relevance | path

Searched refs:resets (Results 1 – 25 of 72) sorted by relevance

123

/openbsd/src/sys/dev/ofw/
Dofw_clock.c384 uint32_t *resets; in reset_do_assert_idx() local
392 resets = malloc(len, M_TEMP, M_WAITOK); in reset_do_assert_idx()
393 OF_getpropintarray(node, "resets", resets, len); in reset_do_assert_idx()
395 reset = resets; in reset_do_assert_idx()
396 while (reset && reset < resets + (len / sizeof(uint32_t))) { in reset_do_assert_idx()
405 free(resets, M_TEMP, len); in reset_do_assert_idx()
/openbsd/src/sys/dev/pci/drm/i915/gt/
Dselftest_rc6.c210 unsigned int resets = in live_rc6_ctx_wa() local
240 if (resets != in live_rc6_ctx_wa()
Dselftest_hangcheck.c857 unsigned long resets; member
1016 threads[tmp].resets = in __igt_reset_engines()
1178 reported -= threads[engine->id].resets; in __igt_reset_engines()
1209 threads[tmp].resets != in __igt_reset_engines()
1214 threads[tmp].resets); in __igt_reset_engines()
/openbsd/src/gnu/usr.bin/perl/t/lib/feature/
Dbundle93 no feature; # resets to :default, thus would turn array_base on, if it still existed
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64SchedPredicates.td279 // Identify an instruction that effectively resets a FP register to zero.
298 // Identify an instruction that effectively resets a GP register to zero.
/openbsd/src/gnu/usr.bin/perl/t/op/
Dfiletest.t324 isnt(stat _, 1, '-T _ on closed filehandle resets stat info');
Dstat.t489 'stat $ioref resets stat type';
/openbsd/src/gnu/usr.bin/perl/vos/
DChanges42 the header, because the perl distribution resets all dates
/openbsd/src/usr.bin/vi/cl/
DREADME.signal152 is asleep. It then optionally resets the terminal (because the modes aren't
163 processes vi may fork off. If vi calls ex, ex resets the terminal and
/openbsd/src/gnu/usr.bin/perl/pod/
Dperl5184delta.pod65 The debugger now properly resets filehandles as needed. [perl #121456]
Dperlrequick.pod418 A failed match or changing the target string resets the position. If
Dperlsec.pod313 child resets its ID set and any other per-process attributes, like
/openbsd/src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/t/
D01bzip2.t394 title 'Looping Append test - checks that deRef_l resets the output buffer';
/openbsd/src/gnu/usr.bin/perl/dist/Data-Dumper/
DChanges393 resets the internal separator (reported by Curt Tilmes
/openbsd/src/gnu/llvm/llvm/docs/
DExceptionHandling.rst471 resets the register context of the current thread to the most recently active
480 The Windows EH model does not use these successive register context resets.
/openbsd/src/gnu/usr.bin/perl/cpan/perlfaq/lib/
Dperlfaq6.pod874 After the match fails at the letter C<a>, perl resets C<pos()>
884 You can disable C<pos()> resets on fail with the C<c> modifier, documented
Dperlfaq4.pod2244 The C<keys()> function also resets the iterator, which means that you may
2405 keys %hash; # resets iterator, nothing else.
2406 values %hash; # resets iterator, nothing else.
/openbsd/src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/t/
D02zlib.t681 title 'Looping Append test - checks that deRef_l resets the output buffer';
/openbsd/src/gnu/usr.bin/binutils/bfd/doc/
Dsection.texi562 Clears the section list, and also resets the section count and
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/doc/
Dsection.texi650 Clears the section list, and also resets the section count and
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/doc/
Dc-tic54x.texi547 This directive resets any TIC54X local labels currently defined. Normal
/openbsd/src/gnu/usr.bin/perl/lib/
Doverload.t2372 'no overload "fallback" resets fallback to undef on overloaded class';
/openbsd/src/gnu/usr.bin/binutils/gas/doc/
Dc-tic54x.texi547 This directive resets any TIC54X local labels currently defined. Normal
/openbsd/src/gnu/usr.bin/perl/ext/POSIX/lib/
DPOSIX.pod1143 of passing NULL as the first parameter to C<mblen>. This resets any
1178 first parameter, and resets any shift state to its initial value. The
2274 second parameter, and resets any shift state to its initial value. The
/openbsd/src/usr.sbin/nsd/doc/
DREADME641 for future use. If the number grows too large, a restart resets it.

123