Home
last modified time | relevance | path

Searched refs:phd (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4x_slrc.c162 slot_ent_t *tmp, *phd; in sltab_resize() local
170 tmp = phd) { in sltab_resize()
171 phd = AVL_NEXT(replaytree, tmp); in sltab_resize()
251 slot_ent_t *tmp = NULL, *phd, *tnode = NULL; in slot_alloc() local
270 phd = (slot_ent_t *)avl_find(replaytree, in slot_alloc()
272 if (phd == NULL) { in slot_alloc()
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dupdate.c387 Phdr *phd = &(sgp->sg_phdr); in update_osym() local
391 if (phd->p_type == PT_LOAD) { in update_osym()
393 Word _flags = phd->p_flags & (PF_W | PF_R); in update_osym()