Searched defs:phase (Results 1 - 6 of 6) sorted by relevance
| /osnet-11/usr/src/lib/libumem/common/ |
| H A D | malloc.c | 142 uintptr_t phase; local 170 phase = align - overhead; 182 buf = vmem_xalloc(umem_memalign_arena, size, align, phase,
|
| H A D | vmem.c | 809 * 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 D | umem.c | 2393 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/lib/libldap4/common/ |
| H A D | ufn.c | 76 * 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 D | ufn.c | 58 * 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/lib/libc/amd64/unwind/ |
| H A D | unwind.c | 289 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...] |
Completed in 36 milliseconds