Searched refs:early (Results 1 - 25 of 50) sorted by relevance

12

/openbsd-current/regress/usr.sbin/syslogd/
H A Dargs-memory-read-cont.pl22 early => 1,
H A Dargs-memory-overflow-cont.pl27 early => 1,
H A Dsyslogd.pl103 if (!$args{client}{noclient} && $c->{early}) {
106 or die ref($c), " no first log during early startup";
114 if ($_->{early} || $_->{stop}) {
125 $c->run->up if !$args{client}{noclient} && !$c->{early};
129 $c->down if !$args{client}{noclient} && !$c->{early};
135 } elsif ($_->{early}) {
143 $c->down if !$args{client}{noclient} && $c->{early};
H A Dargs-sendsyslog-dropped.pl20 early => 1,
H A Dargs-sendsyslog-nostash.pl24 early => 1,
H A Dargs-sendsyslog-logstash.pl18 early => 1,
H A DClient.pm47 if ($self->{early}) {
54 # If the other side closes early, we want broken pipe error.
H A DSyslogd.pm187 unless (${$self->{client}}->{early}) {
/openbsd-current/usr.bin/ssh/
H A Dsshd.c134 * listening sshd process early in their lifespans, before they have
160 int early; /* Indicates child closed listener */ member in struct:early_child
230 child->early = 1;
328 WTERMSIG(child->status), child->early ? " (early)" : "");
335 child->early ? " (early)" : "");
342 child->early ? " (early)" : "");
348 child->early
[all...]
/openbsd-current/gnu/usr.bin/perl/dist/autouse/lib/
H A Dautouse.pm138 some initialization which it expects to be done early.
160 are found early. When you ship your application you should comment
/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_ring.c473 uint32_t value, result, early[3]; local
481 early[0] = amdgpu_ring_get_rptr(ring) & ring->buf_mask;
482 early[1] = amdgpu_ring_get_wptr(ring) & ring->buf_mask;
483 early[2] = ring->wptr & ring->buf_mask;
485 r = put_user(early[i], (uint32_t *)buf);
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/
H A DIPC.pm109 You should C<use Test2::IPC;> as early as possible in your test file. If you
/openbsd-current/gnu/gcc/gcc/
H A Dipa-inline.c914 Save some time by not recomputing function body sizes if early inlining
1084 cgraph_decide_inlining_incrementally (struct cgraph_node *node, bool early) argument
1099 if (dump_file && early)
1116 && (!early
1125 if (dump_file && early)
1134 else if (!early)
1137 if (early && inlined)
1180 /* Do inlining of small functions. Doing so early helps profiling and other
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/IPC/
H A DDriver.pm101 should load this driver as early as possible. A warning will be issued if you
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Util/
H A DFacets2Legacy.pm191 These methods have cycle detection and will throw an exception early if a cycle
/openbsd-current/gnu/usr.bin/perl/lib/unicore/
H A Dmktables207 # early releases, so this program substitutes lower case instead, just so that
441 # for these early releases that you want the properties that are specified in
492 # Here are some observations about some of the issues in early versions:
819 # Change directories now, because need to read 'version' early.
1454 # proceed in compiling this early Unicode version
2074 # Details are at the %early definition.
2240 my %early;
2281 # invoke the early handling, the name is added as a synonym.
2289 # indicate if an early alternative is actually being used or not. This
2291 main::set_access('early', \
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/config/arm/
H A Dlib1funcs.asm237 @ If we terminated early, because dividend became zero, then the
375 @ If we terminated early, because dividend became zero, then the
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Escapes/lib/Pod/
H A DEscapes.pm628 module does work under such early Perl versions, but in the
/openbsd-current/gnu/usr.bin/perl/dist/XSLoader/
H A DXSLoader_pm.PL298 =head1 Order of initialization: early load()
/openbsd-current/gnu/llvm/libcxxabi/src/
H A Daix_state_tab_eh.inc186 number2 = 0xbeeedead, // State table generated by early version xlC compiler.
/openbsd-current/gnu/usr.bin/perl/cpan/AutoLoader/lib/
H A DAutoLoader.pm351 helpful to force early loading of code before forking to make use of
/openbsd-current/gnu/usr.bin/perl/lib/
H A DDB.pm799 This code heavily adapted from an early version of perl5db.pl attributable
/openbsd-current/gnu/usr.bin/perl/cpan/bignum/lib/
H A Dbigrat.pm807 (C) by Tels L<http://bloodgate.com/> in early 2002 - 2007.
H A Dbigint.pm866 (C) by Tels L<http://bloodgate.com/> in early 2002 - 2007.
H A Dbigfloat.pm843 (C) by Tels L<http://bloodgate.com/> in early 2002 - 2007.

Completed in 264 milliseconds

12