Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.h122 } cache_node_t; typedef
129 cache_node_t *root; /* root of cache tree */
291 static int read_nodes(struct di_devlink_handle *hdp, cache_node_t *pcnp,
293 static int read_minors(struct di_devlink_handle *hdp, cache_node_t *pcnp,
303 static cache_node_t *node_insert(struct di_devlink_handle *hdp,
304 cache_node_t *pcnp, const char *path, int insert);
306 cache_node_t *pcnp, const char *name, const char *nodetype,
315 cache_node_t *cnp, uint32_t *next);
327 static void subtree_free(struct di_devlink_handle *hdp, cache_node_t **pp);
328 static void node_free(cache_node_t **pp);
[all …]
H A Ddevinfo_devlink.c539 read_nodes(struct di_devlink_handle *hdp, cache_node_t *pcnp, uint32_t nidx) in read_nodes()
542 cache_node_t *cnp; in read_nodes()
587 read_minors(struct di_devlink_handle *hdp, cache_node_t *pcnp, uint32_t nidx) in read_minors()
798 cache_node_t *cnp, in write_nodes()
1104 subtree_free(struct di_devlink_handle *hdp, cache_node_t **pp) in subtree_free()
1106 cache_node_t *np; in subtree_free()
1311 node_free(cache_node_t **pp) in node_free()
1313 cache_node_t *cnp = *pp; in node_free()
1414 pp = &((cache_node_t *)vp)->minor; in lookup_minor()
1464 cache_node_t *cnp; in get_last_node()
[all …]