Symbol: PathNode
usr/src/cmd/sgs/include/rtld.h
645
PathNode fpn_node; /* path node */
usr/src/cmd/sgs/rtld/common/cap.c
1073
PathNode *pnp;
usr/src/cmd/sgs/rtld/common/cap.c
1082
if ((pnp = calloc(1, sizeof (PathNode))) != NULL) {
usr/src/cmd/sgs/rtld/common/dlfcns.c
840
PathNode *pnp;
usr/src/cmd/sgs/rtld/common/util.c
284
hash1 = ((PathNode *)n1)->pn_hash;
usr/src/cmd/sgs/rtld/common/util.c
285
hash2 = ((PathNode *)n2)->pn_hash;
usr/src/cmd/sgs/rtld/common/util.c
292
st1 = ((PathNode *)n1)->pn_name;
usr/src/cmd/sgs/rtld/common/util.c
293
st2 = ((PathNode *)n2)->pn_name;
usr/src/cmd/sgs/rtld/common/util.c
313
avl_create(avlt, pnavl_compare, size, SGSOFFSETOF(PathNode, pn_avl));
usr/src/cmd/sgs/rtld/common/util.c
324
PathNode pn;
usr/src/cmd/sgs/rtld/common/util.c
330
((*pnavl = pnavl_create(sizeof (PathNode))) == NULL))
usr/src/cmd/sgs/rtld/common/util.c
447
PathNode *pnp;
usr/src/cmd/sgs/rtld/common/util.c
465
if ((pnp = calloc(1, sizeof (PathNode))) != NULL) {
usr/src/cmd/sgs/rtld/common/util.c
487
PathNode *pnp;
usr/src/cmd/sgs/rtld/common/util.c
512
if ((pnp = calloc(1, sizeof (PathNode))) != NULL) {
usr/src/cmd/sgs/rtld/common/util.c
531
static PathNode *pnbuf = NULL;
usr/src/cmd/sgs/rtld/common/util.c
538
PathNode *pnp;
usr/src/cmd/sgs/rtld/common/util.c
545
((stravl = pnavl_create(sizeof (PathNode))) == NULL))
usr/src/cmd/sgs/rtld/common/util.c
568
if ((pnbuf == NULL) || (sizeof (PathNode) > pnsize)) {
usr/src/cmd/sgs/rtld/common/util.c
604
pnsize -= sizeof (PathNode);
usr/src/lib/libtecla/common/pcache.c
1013
PathNode *node; /* A node in the list of directories in the path */
usr/src/lib/libtecla/common/pcache.c
119
typedef struct PathNode PathNode;
usr/src/lib/libtecla/common/pcache.c
121
PathNode *next; /* The next directory in the path */
usr/src/lib/libtecla/common/pcache.c
1217
PathNode *node; /* A node in the list of directories in the path */
usr/src/lib/libtecla/common/pcache.c
153
PathNode *head; /* The head of the list of directories in the */
usr/src/lib/libtecla/common/pcache.c
155
PathNode *tail; /* The tail of the list of directories in the */
usr/src/lib/libtecla/common/pcache.c
1700
PathNode *node; /* A node in the list of directories in the path */
usr/src/lib/libtecla/common/pcache.c
303
pc->node_mem = _new_FreeList(sizeof(PathNode), PATH_NODE_BLK);
usr/src/lib/libtecla/common/pcache.c
511
PathNode *node; /* A node in the list of directory paths */
usr/src/lib/libtecla/common/pcache.c
808
PathNode *node; /* The new directory list node */
usr/src/lib/libtecla/common/pcache.c
823
node = (PathNode *) _new_FreeListNode(pc->node_mem);
usr/src/lib/libtecla/common/pcache.c
855
node = (PathNode *) _del_FreeListNode(pc->node_mem, node);