Home
last modified time | relevance | path

Searched refs:phase (Results 1 – 25 of 270) sorted by relevance

1234567891011

/openbsd/src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/
DPrereqs.pm61 PHASE: for my $phase (keys %$prereq_spec) {
62 next PHASE unless $phase =~ /\Ax_/i or $is_legal_phase{$phase};
64 my $phase_spec = $prereq_spec->{ $phase };
74 $guts{prereqs}{$phase}{$type} = CPAN::Meta::Requirements->from_string_hash(
98 my ($self, $phase, $type) = @_;
100 confess "requirements_for called without phase" unless defined $phase;
103 unless ($phase =~ /\Ax_/i or grep { $phase eq $_ } $self->__legal_phases) {
104 confess "requested requirements for unknown phase: $phase";
111 my $req = ($self->{prereqs}{$phase}{$type} ||= CPAN::Meta::Requirements->new);
144 my ($self, $phase) = @_;
[all …]
/openbsd/src/gnu/usr.bin/binutils-2.17/ld/
Dldexp.c209 if (expld.phase != lang_first_phase_enum) in fold_unary()
236 if (expld.phase != lang_first_phase_enum) in fold_unary()
246 if (expld.phase != lang_first_phase_enum in fold_unary()
248 && (expld.dataseg.phase == exp_dataseg_align_seen in fold_unary()
249 || expld.dataseg.phase == exp_dataseg_relro_seen in fold_unary()
250 || expld.dataseg.phase == exp_dataseg_adjust in fold_unary()
251 || expld.dataseg.phase == exp_dataseg_relro_adjust in fold_unary()
252 || expld.phase == lang_final_phase_enum)) in fold_unary()
254 if (expld.dataseg.phase == exp_dataseg_align_seen in fold_unary()
255 || expld.dataseg.phase == exp_dataseg_relro_seen) in fold_unary()
[all …]
/openbsd/src/gnu/usr.bin/perl/dist/Attribute-Handlers/lib/Attribute/
DHandlers.pm40 my %phase;
185 $phase{$ref}{BEGIN} = 1
187 $phase{$ref}{INIT} = 1
189 $phase{$ref}{END} = 1
191 $phase{$ref}{CHECK} = 1
193 || ! keys %{$phase{$ref}};
208 $raw{$handler}, $phase{$handler}, $filename, $linenum];
220 if $phase{$handler}{END};
241 my ($declaration, $phase) = @_;
243 return unless $handlerphase->{$phase};
[all …]
/openbsd/src/gnu/gcc/gcc/
Dgcov-iov.c37 char phase = 0; in main() local
52 phase = argv[2][0]; in main()
53 if (phase == '\0') in main()
54 phase = '*'; in main()
59 v[3] = phase; in main()
66 argv[1], major, minor, argv[2], phase); in main()
Dtree-dump.c827 get_dump_file_info (enum tree_dump_index phase) in get_dump_file_info() argument
829 if (phase < TDI_end) in get_dump_file_info()
830 return &dump_files[phase]; in get_dump_file_info()
831 else if (phase - TDI_end >= extra_dump_files_in_use) in get_dump_file_info()
834 return extra_dump_files + (phase - TDI_end); in get_dump_file_info()
842 get_dump_file_name (enum tree_dump_index phase) in get_dump_file_name() argument
847 if (phase == TDI_none) in get_dump_file_name()
850 dfi = get_dump_file_info (phase); in get_dump_file_name()
879 dump_begin (enum tree_dump_index phase, int *flag_ptr) in dump_begin() argument
885 if (phase == TDI_none || !dump_enabled_p (phase)) in dump_begin()
[all …]
/openbsd/src/usr.sbin/smtpd/
Dmail.lmtp.c30 enum phase { enum
234 enum phase phase = PHASE_BANNER; in lmtp_engine() local
264 if (line[0] != (phase == PHASE_DATA ? '3' : '2')) in lmtp_engine()
270 switch (phase) { in lmtp_engine()
274 phase++; in lmtp_engine()
279 phase++; in lmtp_engine()
285 phase++; in lmtp_engine()
293 phase++; in lmtp_engine()
299 phase++; in lmtp_engine()
304 phase++; in lmtp_engine()
Dlka_filter.c76 enum filter_phase phase; member
80 enum filter_phase phase; member
345 filter->phases |= (1<<filter_config->phase); in lka_filter_init()
420 filter->phases |= (1<<filter_execs[i].phase); in lka_filter_register_hook()
632 if (fs->phase != FILTER_DATA_LINE) in lka_filter_process_response()
637 if (fs->phase == FILTER_DATA_LINE) in lka_filter_process_response()
647 if (fs->phase == FILTER_COMMIT) in lka_filter_process_response()
669 lka_filter_protocol(uint64_t reqid, enum filter_phase phase, const char *param) in lka_filter_protocol() argument
671 filter_protocol(reqid, phase, param); in lka_filter_protocol()
675 …ct filter_session *fs, uint64_t *token, uint64_t reqid, enum filter_phase phase, const char *param) in filter_protocol_internal() argument
[all …]
/openbsd/src/sbin/isakmpd/
Dsa.c145 return sa->phase == 1 && in sa_check_icookie()
158 u_int8_t phase; member
168 sa->phase == arg->phase && !(sa->flags & SA_FLAG_REPLACED); in sa_check_name_phase()
173 sa_lookup_by_name(char *name, int phase) in sa_lookup_by_name() argument
178 arg.phase = phase; in sa_lookup_by_name()
185 int phase; member
236 (addr->phase && addr->phase != sa->phase)) in sa_check_peer()
269 if (sa->phase != 1 || !(sa->flags & SA_FLAG_READY)) in isakmp_sa_check()
302 sa_lookup_by_peer(struct sockaddr *dst, socklen_t dstlen, int phase) in sa_lookup_by_peer() argument
308 arg.phase = phase; in sa_lookup_by_peer()
[all …]
Dexchange.c337 exchange->phase == 1 && exchange->step == 1) in exchange_run()
439 exchange->phase == 1) in exchange_lookup_from_icookie()
446 exchange_lookup_by_name(char *name, int phase) in exchange_lookup_by_name() argument
461 "<unnamed>", phase, exchange->phase)); in exchange_lookup_by_name()
469 exchange->phase == phase && in exchange_lookup_by_name()
479 exchange_lookup_active(char *name, int phase) in exchange_lookup_active() argument
495 "<unnamed>", phase, exchange->phase)); in exchange_lookup_active()
498 exchange->phase == phase) { in exchange_lookup_active()
587 exchange_create(int phase, int initiator, int doi, int type) in exchange_create() argument
603 exchange->phase = phase; in exchange_create()
[all …]
Dui.c129 int phase; in ui_teardown() local
133 phase = 2; in ui_teardown()
135 phase = 1; in ui_teardown()
137 phase = 2; in ui_teardown()
143 "phase %d", name, phase)); in ui_teardown()
153 SA_LEN((struct sockaddr *)&addr), phase)) != 0) { in ui_teardown()
163 SA_LEN((struct sockaddr *)&addr6), phase)) != 0) { in ui_teardown()
169 if (phase == 2) in ui_teardown()
171 while ((sa = sa_lookup_by_name(name, phase)) != 0) in ui_teardown()
/openbsd/src/gnu/usr.bin/perl/dist/Attribute-Handlers/t/
Dlinerep.t7 my ($package, $symbol, $referent, $attr, $data, $phase, $filename, $linenum) = @_;
14 is( $phase, 'CHECK', 'phase' );
29 my ($package, $symbol, $referent, $attr, $data, $phase, $filename, $linenum) = @_;
36 is( $phase, 'CHECK', 'phase' );
Dmulti.t12 CHECK { $main::phase++ }
31 sub UNIVERSAL::Lastly :ATTR(INIT) { ::ok $_[4][0] && $main::phase, $_[4][1] }
34 ::ok $_[4][0] && (!$main::phase || !ref $_[1] && $_[1] eq 'LEXICAL'), $_[4][1];
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dtree-dump.c689 dump_begin (phase, flag_ptr) in dump_begin() argument
690 enum tree_dump_index phase; in dump_begin()
696 if (!dump_files[phase].state)
699 name = concat (dump_base_name, dump_files[phase].suffix, NULL);
700 stream = fopen (name, dump_files[phase].state < 0 ? "w" : "a");
704 dump_files[phase].state = 1;
707 *flag_ptr = dump_files[phase].flags;
715 dump_enabled_p (phase) in dump_enabled_p() argument
716 enum tree_dump_index phase; in dump_enabled_p()
718 return dump_files[phase].state;
[all …]
/openbsd/src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
DCacheMgr.pm193 my($class,$phase) = @_;
194 $phase ||= "atstart";
209 $self->scan_cache($phase);
219 my ($self, $phase) = @_;
220 $phase = '' unless defined $phase;
221 return unless $phase eq $self->{SCAN};
/openbsd/src/sys/dev/pci/drm/i915/gem/
Di915_gem_pm.c144 }, **phase; in i915_gem_suspend_late() local
177 for (phase = phases; *phase; phase++) { in i915_gem_suspend_late()
178 list_for_each_entry(obj, *phase, mm.link) { in i915_gem_suspend_late()
Di915_gem_shrinker.c119 }, *phase; in i915_gem_shrink() local
177 for (phase = phases; phase->list; phase++) { in i915_gem_shrink()
182 if ((shrink & phase->bit) == 0) in i915_gem_shrink()
196 (obj = list_first_entry_or_null(phase->list, in i915_gem_shrink()
243 list_splice_tail(&still_in_list, phase->list); in i915_gem_shrink()
/openbsd/src/gnu/usr.bin/perl/
Dmydtrace.h36 # define PERL_DTRACE_PROBE_PHASE(phase) \ argument
38 Perl_dtrace_probe_phase(aTHX_ phase);
48 # define PERL_DTRACE_PROBE_PHASE(phase) argument
/openbsd/src/sys/dev/ic/
Diha.c1597 int phase; in iha_status_msg() local
1599 if ((phase = iha_wait(sc, iot, ioh, CMD_COMP)) == -1) in iha_status_msg()
1606 if (phase == PHASE_MSG_OUT) { in iha_status_msg()
1616 } else if (phase == PHASE_MSG_IN) { in iha_status_msg()
1809 int phase; in iha_msgin() local
1817 phase = iha_wait(sc, iot, ioh, XF_FIFO_IN); in iha_msgin()
1825 phase = -1; in iha_msgin()
1830 phase = iha_wait(sc, iot, ioh, MSG_ACCEPT); in iha_msgin()
1838 phase = iha_wait(sc, iot, ioh, MSG_ACCEPT); in iha_msgin()
1841 phase = iha_msgin_extended(sc, iot, ioh); in iha_msgin()
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Doptimize.c285 dump_function (phase, fn) in dump_function() argument
286 enum tree_dump_index phase; in dump_function()
292 stream = dump_begin (phase, &flags);
299 fprintf (stream, ";; enabled by -%s\n", dump_flag_name (phase));
303 dump_end (phase, stream);
/openbsd/src/sys/dev/pci/drm/amd/display/dc/dcn20/
Ddcn20_dwb_scl.c689 int phase; in wbscl_set_scaler_filter() local
696 for (phase = 0; phase < (NUM_PHASES / 2 + 1); phase++) { in wbscl_set_scaler_filter()
698 even_coef = filter[phase * taps + 2 * pair]; in wbscl_set_scaler_filter()
700 odd_coef = filter[phase * taps + 2 * pair + 1]; in wbscl_set_scaler_filter()
706 WBSCL_COEF_RAM_PHASE, phase, in wbscl_set_scaler_filter()
/openbsd/src/usr.sbin/pppd/
Dmain.c108 int phase; /* where the link is at */ variable
188 phase = PHASE_INITIALIZE; in main()
400 phase = PHASE_DORMANT; in main()
531 for (phase = PHASE_ESTABLISH; phase != PHASE_DEAD; ) { in main()
540 if (phase == PHASE_NETWORK) { in main()
584 phase = PHASE_HOLDOFF; in main()
593 phase = PHASE_DORMANT; /* allow signal to end holdoff */ in main()
596 } while (phase == PHASE_HOLDOFF); in main()
626 phase = PHASE_DORMANT; in holdoff_end()
679 if (phase <= PHASE_AUTHENTICATE in get_input()
[all …]
/openbsd/src/sys/dev/pci/drm/i915/gvt/
Dedid.c134 vgpu->display.i2c_edid.gmbus.phase = GMBUS_IDLE_PHASE; in reset_gmbus_controller()
163 vgpu->display.i2c_edid.gmbus.phase = GMBUS_IDLE_PHASE; in gmbus0_mmio_write()
249 i2c_edid->gmbus.phase = GMBUS_IDLE_PHASE; in gmbus1_mmio_write()
261 i2c_edid->gmbus.phase = GMBUS_DATA_PHASE; in gmbus1_mmio_write()
320 i2c_edid->gmbus.phase = GMBUS_IDLE_PHASE; in gmbus3_mmio_read()
325 i2c_edid->gmbus.phase = GMBUS_WAIT_PHASE; in gmbus3_mmio_read()
/openbsd/src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/
DDemo.pm9 my ($package, $symbol, $referent, $attr, $data, $phase) = @_;
13 "with data ($data)\nin phase $phase\n";
/openbsd/src/sys/dev/pci/drm/i915/display/
Dskl_scaler.c55 int phase = -0x8000; in skl_scaler_calc_phase() local
59 phase += (sub - 1) * 0x8000 / sub; in skl_scaler_calc_phase()
61 phase += scale / (2 * sub); in skl_scaler_calc_phase()
68 WARN_ON(phase < -0x8000 || phase > 0x18000); in skl_scaler_calc_phase()
70 if (phase < 0) in skl_scaler_calc_phase()
71 phase = 0x10000 + phase; in skl_scaler_calc_phase()
75 return ((phase >> 2) & PS_PHASE_MASK) | trip; in skl_scaler_calc_phase()
/openbsd/src/sys/dev/pci/drm/i915/selftests/
Di915_syncmap.c547 unsigned long count, phase, i; in igt_syncmap_random() local
560 phase = jiffies + HZ/100 + 1; in igt_syncmap_random()
569 } while (!time_after(jiffies, phase)); in igt_syncmap_random()
572 phase = 0; in igt_syncmap_random()
596 phase++; in igt_syncmap_random()
598 pr_debug("Completed %lu passes, each of %lu contexts\n", phase, count); in igt_syncmap_random()

1234567891011