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

/illumos-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...]

Completed in 84 milliseconds