Searched refs:phase (Results 1 - 12 of 12) sorted by relevance

/osnet-11/usr/src/lib/libc/amd64/unwind/
H A Dunwind.c289 struct _Unwind_Context *entry_ctx, int phase)
295 if (phase & _UA_SEARCH_PHASE) {
300 res = (*ctx_who(ctx))(1, phase,
323 phase = _UA_CLEANUP_PHASE;
328 phase |= _UA_HANDLER_FRAME;
330 res = (*ctx_who(ctx))(1, phase,
333 if ((phase & _UA_HANDLER_FRAME) && res != _URC_INSTALL_CONTEXT)
369 int phase = _UA_CLEANUP_PHASE | _UA_FORCE_UNWIND; local
381 res = (*stop)(1, phase,
402 res = (*ctx_who(ctx))(1, phase,
288 _Unwind_RaiseException_Body(struct _Unwind_Exception *exception_object, struct _Unwind_Context *entry_ctx, int phase) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Attribute/Handlers/demo/
H A DDemo.pm9 my ($package, $symbol, $referent, $attr, $data, $phase) = @_;
13 "with data ($data)\nin phase $phase\n";
/osnet-11/usr/src/lib/libldap4/common/
H A Dufn.c76 * specify ldapfilter.conf tags for each phase of search
108 int max, i, err, scope, phase, tries; local
118 * phase 1 search the root for orgs or countries
119 * phase 2 search for orgs
120 * phase 3 search for a person
134 phase = 1;
144 phase = 3;
146 switch ( phase ) {
227 phase == 3 ? attrs : objattrs,
228 phase
[all...]
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dufn.c58 * specify ldapfilter.conf tags for each phase of search
101 int max, i, err, scope = 0, phase, tries; local
110 * phase 1 search the root for orgs or countries
111 * phase 2 search for orgs
112 * phase 3 search for a person
123 phase = 1;
133 phase = 3;
135 switch ( phase ) {
212 phase == 3 ? attrs : objattrs,
213 phase
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Attribute/
H A DHandlers.pm32 my %phase;
122 $phase{$ref}{BEGIN} = 1
124 $phase{$ref}{INIT} = 1
126 $phase{$ref}{END} = 1
128 $phase{$ref}{CHECK} = 1
130 || ! keys %{$phase{$ref}};
144 $raw{$handler}, $phase{$handler}];
156 if $phase{$handler}{END};
174 my ($declaration, $phase) = @_;
176 return unless $handlerphase->{$phase};
[all...]
/osnet-11/usr/src/lib/libumem/common/
H A Dmalloc.c142 uintptr_t phase; local
170 phase = align - overhead;
182 buf = vmem_xalloc(umem_memalign_arena, size, align, phase,
H A Dvmem.c809 * Allocate size bytes at offset phase from an align boundary such that the
814 vmem_xalloc(vmem_t *vmp, size_t size, size_t align, size_t phase, argument
824 if (phase > 0 && phase >= align)
826 "invalid phase",
827 (void *)vmp, size, align, phase, nocross,
833 if ((align | phase | nocross) & (vmp->vm_quantum - 1)) {
836 (void *)vmp, size, align, phase, nocross,
841 (align > nocross || P2ROUNDUP(phase + size, align) > nocross)) {
844 (void *)vmp, size, align, phase, nocros
[all...]
H A Dumem.c2393 size_t phase; local
2411 phase = P2NPHASE(csize, UMEM_CPU_CACHE_SIZE);
2416 ASSERT(P2PHASE(phase, UMEM_ALIGN) == 0);
2448 cp = vmem_xalloc(umem_cache_arena, csize, UMEM_CPU_CACHE_SIZE, phase,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Ddiagnostics.pm29 other pragmata, it affects the compilation phase of your program rather
30 than merely the execution phase.
107 use diagnostics; # checks entire compilation phase
H A DSelfLoader.pm187 are a speeded up compilation phase, with no need to load
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCarp.pm115 occur in the early compile phase will be seen.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMakeMaker.pm1895 pm_to_blib() phase). It is empty by default, meaning no filtering is done.

Completed in 62 milliseconds