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

/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.h121 } cache_node_t; typedef in typeref:struct:cache_node
128 cache_node_t *root; /* root of cache tree */
290 static int read_nodes(struct di_devlink_handle *hdp, cache_node_t *pcnp,
292 static int read_minors(struct di_devlink_handle *hdp, cache_node_t *pcnp,
302 static cache_node_t *node_insert(struct di_devlink_handle *hdp,
303 cache_node_t *pcnp, const char *path, int insert);
305 cache_node_t *pcnp, const char *name, const char *nodetype,
314 cache_node_t *cnp, uint32_t *next);
326 static void subtree_free(struct di_devlink_handle *hdp, cache_node_t **pp);
327 static void node_free(cache_node_t **p
[all...]

Completed in 22 milliseconds