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

/opensolaris-onvv-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.h122 } cache_node_t; typedef in typeref:struct:cache_node
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 **p
[all...]
H A Ddevinfo_devlink.c539 read_nodes(struct di_devlink_handle *hdp, cache_node_t *pcnp, uint32_t nidx)
542 cache_node_t *cnp;
587 read_minors(struct di_devlink_handle *hdp, cache_node_t *pcnp, uint32_t nidx)
798 cache_node_t *cnp,
1104 subtree_free(struct di_devlink_handle *hdp, cache_node_t **pp)
1106 cache_node_t *np;
1311 node_free(cache_node_t **pp)
1313 cache_node_t *cnp = *pp;
1414 pp = &((cache_node_t *)vp)->minor;
1464 cache_node_t *cn
[all...]

Completed in 44 milliseconds