Searched refs:pph (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libdwarf/common/ |
H A D | dwarf_elf_load_headers.c | 358 dw_elf32_phdr *pph =0; 366 pph = (dw_elf32_phdr *)calloc(count , entsize); 367 if(pph == 0) { 373 free(pph); 378 orig_pph = pph; 380 res = RRMOA(ep->f_fd,pph,offset,count*entsize, 383 free(pph); 388 ++i, pph++,gphdr++) { 389 ASNAR(ep->f_copy_word,gphdr->gp_type,pph->p_type); 390 ASNAR(ep->f_copy_word,gphdr->gp_offset,pph->p_offset); [all …]
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | physmem.c | 78 struct physmem_proc_hash *pph[PPH_SIZE]; variable 133 walker = &pph[index]; in physmem_remove_hash_proc() 169 iterator = pph[index]; in physmem_add_hash() 203 newp->pph_next = pph[index]; in physmem_add_hash() 206 pph[index] = newp; in physmem_add_hash() 232 proc_hp = pph[index]; in physmem_get_hash() 260 proc_hp = pph[index]; in physmem_validate_cookie() 294 proc_hp = pph[index]; in physmem_remove_vnode_hash() 881 pph[i] = NULL; in physmem_attach()
|