Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dpcache.c119 typedef struct PathNode PathNode; typedef
120 struct PathNode { struct
121 PathNode *next; /* The next directory in the path */ argument
153 PathNode *head; /* The head of the list of directories in the */
155 PathNode *tail; /* The tail of the list of directories in the */
303 pc->node_mem = _new_FreeList(sizeof(PathNode), PATH_NODE_BLK); in new_PathCache()
511 PathNode *node; /* A node in the list of directory paths */ in pca_scan_path()
808 PathNode *node; /* The new directory list node */ in add_PathNode()
823 node = (PathNode *) _new_FreeListNode(pc->node_mem); in add_PathNode()
855 node = (PathNode *) _del_FreeListNode(pc->node_mem, node); in add_PathNode()
[all …]
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dutil.c284 hash1 = ((PathNode *)n1)->pn_hash; in pnavl_compare()
285 hash2 = ((PathNode *)n2)->pn_hash; in pnavl_compare()
292 st1 = ((PathNode *)n1)->pn_name; in pnavl_compare()
293 st2 = ((PathNode *)n2)->pn_name; in pnavl_compare()
324 PathNode pn; in pnavl_recorded()
447 PathNode *pnp; in nfavl_insert()
465 if ((pnp = calloc(1, sizeof (PathNode))) != NULL) { in nfavl_insert()
487 PathNode *pnp; in spavl_insert()
531 static PathNode *pnbuf = NULL;
538 PathNode *pnp; in stravl_insert()
[all …]
H A Dcap.c1073 PathNode *pnp; in cap_files()
1082 if ((pnp = calloc(1, sizeof (PathNode))) != NULL) { in cap_files()
H A Ddlfcns.c840 PathNode *pnp; in nfavl_remove()
/illumos-gate/usr/src/cmd/sgs/include/
H A Drtld.h638 } PathNode; typedef
645 PathNode fpn_node; /* path node */