Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sgs/rtld/common/
H A Dutil.c528 static PathNode *pnbuf = NULL; variable
565 if ((pnbuf == NULL) || (sizeof (PathNode) > pnsize)) { in stravl_insert()
567 if ((pnbuf = dz_map(0, 0, pnsize, (PROT_READ | PROT_WRITE), in stravl_insert()
574 pnbuf->pn_name = name; in stravl_insert()
575 if ((pnbuf->pn_hash = hash) == 0) in stravl_insert()
576 pnbuf->pn_hash = sgs_str_hash(name); in stravl_insert()
578 if ((pnp = avl_find(stravl, pnbuf, &where)) != NULL) in stravl_insert()
594 pnp = pnbuf; in stravl_insert()
600 pnbuf++; in stravl_insert()