/titanic_50/usr/src/cmd/tnf/prex/ |
H A D | prbk.c | 211 pidlist_t *ppl = (pidlist_t *) pl; in prbk_pfilter_add() local 217 while (ppl != NULL) { in prbk_pfilter_add() 218 err = tnfctl_filter_list_add(g_hndl, ppl->pid); in prbk_pfilter_add() 221 ppl->pid, tnfctl_strerror(err)); in prbk_pfilter_add() 223 tmp = ppl; in prbk_pfilter_add() 224 ppl = ppl->next; in prbk_pfilter_add() 238 pidlist_t *ppl = (pidlist_t *) pl; in prbk_pfilter_drop() local 245 while (ppl != NULL) { in prbk_pfilter_drop() 246 tmp = ppl; in prbk_pfilter_drop() 265 ppl = ppl->next; in prbk_pfilter_drop()
|
/titanic_50/usr/src/uts/sun4v/vm/ |
H A D | mach_vm_dep.c | 404 page_t *ppl; in contig_mem_span_alloc() local 433 ppl = page_create_va_large(&kvp, (u_offset_t)(uintptr_t)addr, size, in contig_mem_span_alloc() 436 if (ppl == NULL) { in contig_mem_span_alloc() 442 rootpp = ppl; in contig_mem_span_alloc() 444 while (ppl != NULL) { in contig_mem_span_alloc() 445 page_t *pp = ppl; in contig_mem_span_alloc() 447 page_sub(&ppl, pp); in contig_mem_span_alloc()
|
/titanic_50/usr/src/uts/sun4/vm/ |
H A D | sfmmu.c | 1119 page_t *ppl; in sfmmu_tsb_xalloc() local 1142 ppl = page_create_func(addr, size, vmflag, pcarg); in sfmmu_tsb_xalloc() 1143 if (ppl == NULL) { in sfmmu_tsb_xalloc() 1150 rootpp = ppl; in sfmmu_tsb_xalloc() 1152 while (ppl != NULL) { in sfmmu_tsb_xalloc() 1153 page_t *pp = ppl; in sfmmu_tsb_xalloc() 1155 page_sub(&ppl, pp); in sfmmu_tsb_xalloc()
|
/titanic_50/usr/src/cmd/sendmail/db/db/ |
H A D | db_dup.c | 540 DB_LOCK npl, ppl; local 546 npl = ppl = LOCK_INVALID; 568 0, pagep->prev_pgno, DB_LOCK_WRITE, &ppl)) != 0) 622 (void)__bam_lput(dbc, ppl); 632 if (needlock && ppl != LOCK_INVALID) 633 (void)__bam_lput(dbc, ppl);
|
/titanic_50/usr/src/uts/common/vm/ |
H A D | seg_kmem.c | 863 page_t *ppl; in segkmem_xalloc() local 879 ppl = page_create_func(addr, size, vmflag, pcarg); in segkmem_xalloc() 880 if (ppl == NULL) { in segkmem_xalloc() 906 while (ppl != NULL) { in segkmem_xalloc() 907 page_t *pp = ppl; in segkmem_xalloc() 908 page_sub(&ppl, pp); in segkmem_xalloc()
|
/titanic_50/usr/src/uts/i86pc/os/ |
H A D | ddi_impl.c | 1322 page_t *ppl; in contig_alloc() local 1353 ppl = page_create_io(&kvp, (u_offset_t)(uintptr_t)addr, in contig_alloc() 1356 if (!ppl) { in contig_alloc() 1362 while (ppl != NULL) { in contig_alloc() 1363 page_t *pp = ppl; in contig_alloc() 1364 page_sub(&ppl, pp); in contig_alloc()
|
/titanic_50/usr/src/uts/sparc/dtrace/ |
H A D | fbt.c | 337 page_t **ppl; in fbt_trampoline_map() local 349 (void) as_pagelock(&kas, &ppl, (caddr_t)fbt_trampoline, in fbt_trampoline_map() 359 as_pageunlock(&kas, ppl, (caddr_t)fbt_trampoline, fbt_trampoline_size, in fbt_trampoline_map()
|
/titanic_50/usr/src/uts/sfmmu/vm/ |
H A D | hat_sfmmu.c | 12709 page_t **ppl; in sfmmu_tsb_free() local 12719 ret = as_pagelock(&kas, &ppl, slab_vaddr, PAGESIZE, S_WRITE); in sfmmu_tsb_free() 12723 as_pageunlock(&kas, ppl, slab_vaddr, PAGESIZE, S_WRITE); in sfmmu_tsb_free()
|