Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dutil.c531 static PathNode *pnbuf = NULL; variable
568 if ((pnbuf == NULL) || (sizeof (PathNode) > pnsize)) { in stravl_insert()
570 if ((pnbuf = dz_map(0, 0, pnsize, (PROT_READ | PROT_WRITE), in stravl_insert()
577 pnbuf->pn_name = name; in stravl_insert()
578 if ((pnbuf->pn_hash = hash) == 0) in stravl_insert()
579 pnbuf->pn_hash = sgs_str_hash(name); in stravl_insert()
581 if ((pnp = avl_find(stravl, pnbuf, &where)) != NULL) in stravl_insert()
597 pnp = pnbuf; in stravl_insert()
603 pnbuf++; in stravl_insert()