Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libtecla/common/
H A Dpcache.c121 typedef struct PathNode PathNode; typedef
122 struct PathNode { struct
123 PathNode *next; /* The next directory in the path */ argument
155 PathNode *head; /* The head of the list of directories in the */
157 PathNode *tail; /* The tail of the list of directories in the */
305 pc->node_mem = _new_FreeList(sizeof(PathNode), PATH_NODE_BLK); in new_PathCache()
513 PathNode *node; /* A node in the list of directory paths */ in pca_scan_path()
810 PathNode *node; /* The new directory list node */ in add_PathNode()
825 node = (PathNode *) _new_FreeListNode(pc->node_mem); in add_PathNode()
857 node = (PathNode *) _del_FreeListNode(pc->node_mem, node); in add_PathNode()
[all …]
/titanic_44/usr/src/cmd/sgs/rtld/common/
H A Dutil.c283 hash1 = ((PathNode *)n1)->pn_hash; in pnavl_compare()
284 hash2 = ((PathNode *)n2)->pn_hash; in pnavl_compare()
291 st1 = ((PathNode *)n1)->pn_name; in pnavl_compare()
292 st2 = ((PathNode *)n2)->pn_name; in pnavl_compare()
312 avl_create(avlt, pnavl_compare, size, SGSOFFSETOF(PathNode, pn_avl)); in pnavl_create()
323 PathNode pn; in pnavl_recorded()
329 ((*pnavl = pnavl_create(sizeof (PathNode))) == NULL)) in pnavl_recorded()
445 PathNode *pnp; in nfavl_insert()
462 if ((pnp = calloc(sizeof (PathNode), 1)) != NULL) { in nfavl_insert()
484 PathNode *pnp; in spavl_insert()
[all …]
H A Dcap.c1003 PathNode *pnp; in cap_files()
1012 if ((pnp = calloc(sizeof (PathNode), 1)) != NULL) { in cap_files()
H A Ddlfcns.c839 PathNode *pnp; in nfavl_remove()
/titanic_44/usr/src/cmd/sgs/include/
H A Drtld.h636 } PathNode; typedef
643 PathNode fpn_node; /* path node */